* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: '微软雅黑';
}
body {
  background-color: #f8f8f8;
}
ul,
ol,
li {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: normal;
}
img {
  border: none;
}
input,
button {
  border: 0;
  outline: none;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.cl {
  zoom: 1;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
.pl {
  padding-left: 8px;
}
.pr {
  padding-right: 15px;
}
a {
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  color: #0156ff;
}
.topNav {
  width: 100%;
  height: 36px;
  background-color: #fff;
  box-shadow: 0 0px 3px 2px #b8b8b8 !important;
  line-height: 36px;
  overflow: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pos-r {
  position: relative;
}
.icon_jrgx {
  position: absolute;
  top: -0;
  left: -19px;
  overflow: hidden;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: -0 -0;
}
.sprite {
  background: url('../img/sprite.png');
  margin-top: 2px;
}
.topNav a {
  font-size: 14px;
  color: #5b5757;
}
.topNav a:hover {
  color: #3577f1;
}
.topNav .pull-left a {
  display: flex;
  align-items: center;
  margin-left: 3px;
  float: left;
}
.topNav .pull-left a img {
  margin-right: 3px;
}
.topNav .pipe {
  color: #aaa;
  padding: 0 10px;
}
.icon_rjph {
  position: absolute;
  top: -0;
  left: -19px;
  overflow: hidden;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: -26px -0;
}
.ml-30 {
  margin-left: 30px;
}
/* 头部 */
header {
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 0 20px 0;
  margin-top: 3px;
}
.logo_img {
  font-size: 36px;
  color: #1e1e1e;
  font-weight: bold;
  display: block;
}
.logo_img img {
  width: auto;
  height: 56px;
  margin-right: 10px;
  vertical-align: middle;
}
.search-box {
  width: 460px;
  height: 46px;
  margin-top: 7px;
  border: #e9e9e9 solid 1px;
  background: #fff;
  border-radius: 46px;
  box-sizing: border-box;
  position: relative;
}

.search .search-box .selectWrap {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 89px;
  border: 0;
  background: none;
  font-size: 15px;
  color: #686868;
  line-height: 44px;
  border-right: #eaeaea solid 1px;
  margin-right: -5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search .search-box .select {
  position: relative;
  padding-right: 10px;
}
.search .search-box .select:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #d3d3d3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -10px;
}
.search .search-box .select:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -10px;
}
.search .search-box .selectWrap ul {
  width: 90px;
  padding: 0 10px;
  border: #f2f3f4 solid 1px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(179, 186, 199, 0.6);
  box-sizing: border-box;
  top: 44px;
  left: 0;
  z-index: 100;
  display: none;
  cursor: pointer;
  position: absolute;
}
.search .search-box .selectWrap ul li {
  font-size: 15px;
  color: #999999;
  line-height: 35px;
  text-align: center;
  border-bottom: #e1e1e1 solid 1px;
  cursor: pointer;
}
.search-box .bdcs-search-form-input {
  width: 260px;
  height: 44px;
  border: 0;
  font-size: 14px;
  color: #151515;
  border-left: none;
  padding-left: 20px;
  vertical-align: middle;
  background-color: #fff;
}
.search-box .bdcs-search-form-submit {
  width: 90px;
  height: 46px;
  background: url(../img/new2024_icon.png) no-repeat;
  background-position: 0 -22px;
  right: -1px;
  font-size: 0;
  position: absolute;
  cursor: pointer;
}
.search-tjbox {
  width: 460px;
  height: 285px;
  padding: 17px 20px;
  background: #fff;
  border: #aad5ff solid 1px;
  box-shadow: 0px 3px 6px 2px rgba(172, 172, 172, 0.6);
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99;
  display: none;
}
.search-tjbox .jrrs {
  width: 135px;
  float: left;
}
.search-tjbox h3 {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
}
.search-tjbox ul {
  margin-top: 10px;
}
.search-tjbox ul li {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-tjbox .jrrs ul li.new:after {
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(../img/new2024_icon.png) no-repeat;

  background-position: -42px 0;
  display: inline-block;
  vertical-align: middle;
}
.search-tjbox .jrrs ul li.hot:after {
  content: '';
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(../img/new2024_icon.png) no-repeat;

  background-position: -19px 0;
  display: inline-block;
  vertical-align: middle;
}
.search-tjbox ul li em {
  float: left;
  font-weight: bold;
  margin-right: 8px;
}
.search-tjbox ul li:nth-of-type(1) em {
  color: #ff5f5f;
}
.search-tjbox ul li:nth-of-type(2) em {
  color: #ff8143;
}
.search-tjbox ul li:nth-of-type(3) em {
  color: #ffb14f;
}
.search-tjbox .jrrs ul li a {
  float: left;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-tjbox ul li a {
  color: #6e6e6e;
}
.search-tjbox ul li:hover a {
  color: #0156ff;
}
.search-tjbox .djdzk {
  width: 268px;
  float: right;
}
.search-hot {
  margin-left: 26px;
  font-size: 16px;
  line-height: 56px;
  color: #222222;
  font-weight: bold;
}
.search-hot a {
  color: #7b7b7b;
  font-weight: normal;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.search-hot a.hot:before {
  content: '';
  width: 14px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/new2024_icon.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: -2px;
}
nav {
  width: 100%;
  height: 45px;
  background-color: #0156ff;
  margin-top: 24px;
  line-height: 45px;
}
nav ul li {
  width: 120px;
  text-align: center;
  float: left;
  cursor: pointer;
}
nav .on {
  background-color: #00b7ff;
}
nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff !important;
}
nav ul li:hover {
  background-color: #4181ff;
}
/* 底部 */
#footer {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 30px;
}
footer {
  padding-bottom: 15px;
}
footer a {
  color: #333;
}
footer a:hover {
  color: #0156ff;
}
footer ul.brand {
  display: block;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

footer ul.brand li {
  display: inline-block;
}

footer ul.brand li:after {
  width: 1px;
  height: auto;
  padding: 0 5px;
  content: '|';
  color: #e1e1e1;
}

footer p {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-top: 10px;
  text-align: center;
  color: #666;
}

/* 分页 */
.inner_pages {
  position: relative;
  float: left;
  top: -4px;
  height: 32px;
  margin: 0px auto;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  color: #ccc;
}
.inner_pages .pagNum,
.inner_pages a {
  display: inline-block;
  margin: 0 4px;
  background: #aeaeae;
  background: #fff;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  margin: 0 4px;
  padding: 0 12px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
}
.inner_pages a:hover {
  background: #0156ff;
  border: 1px solid #0156ff;
  color: #fff;
  text-decoration: none;
}
.inner_pages span.current {
  display: inline-block;
  border-radius: 4px;
  background: #0156ff;
  border: 1px solid #0156ff;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  padding: 0 12px;
}
.inner_pages span.disabled {
  display: inline-block;
  height: 30px;
  border-radius: 4px;
  line-height: 30px;
  margin: 0 4px;
  padding: 0 26px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.inner_pages .prev,
.inner_pages .next {
  background: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 26px;
  margin-left: 10px;
}
.inner_pages .first {
  background: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px;
  margin-right: 0;
}
.inner_pages .last {
  background: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px;
  margin-left: 10px;
}
/* 面包屑 */
.crumb {
  height: 46px;
  line-height: 46px;
  width: 1200px;
  margin: 0 auto;
}
.crumb,
.crumb a {
  font-size: 14px;
  color: #8f8f8f;
}
.crumb i {
  display: inline-block;
  width: 15px;
  height: 18px;
  background-position: -488px -6px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.ico {
  background: url(../img/icon.png) no-repeat;
  background-size: 1000px 1000px;
}
