body {
  font-family: "Microsoft YaHei", serif;
  font-size: 16px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a:hover {
  color: #1677ff;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

/* 页面自定义css样式 */

/* banner */
.zt-banner {
  width: 100%;
  /* height: 400px; */
}

.title_box {
  height: 48px;
  text-align: center;
  margin: 40px 0 30px;
}

.float-l {
  float: left;
  margin-right: 20px;
}

.float-r {
  float: right;
}

/* =================内容================ */
.zt-banner {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: url(./banner.jpg) no-repeat top center;
}

.zczx {
  float: right;
  width: 400px;
  height: 280px;
  margin-top: 60px;
}

.zczx0 {
  background: url(./zxfb.png);
}

.zczx1 {
  background: url(./zxgg.png);
}

.media-tit {
  display: none;
}

.zczx-tit {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.zczx-tit>a {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}

.zczx-tit>a.active {
  font-size: 22px;
  color: #1677FF;
  font-weight: 500;
}
.zczx-list{
display:none;
}
.zczx ul {
  padding-top: 25px;
  height: 214px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
  counter-reset: listItem;
  justify-content: flex-start;
  padding-left: 5%;
}

.zczx ul li {
  margin: 0 auto;
  max-width: 89%;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 30px;
  position: relative;
}

.zczx ul li::before {
  content: counter(listItem);
  counter-increment: listItem;
  position: absolute;
  color: #333;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid;
}

.zczx ul li:nth-child(-n+3)::before {
  border-color: rgba(22, 119, 255, 1);
  color: #1677FF;
}

.zczx ul li:nth-child(n+4)::before {
  border-color: rgba(216, 216, 216, 1);
  color: #999999;
}

.container {
  margin: 30px auto;
}

.w1200 {
  width: 1200px;
}

.division ul {
  display: flex;
  justify-content: space-between;
}

.division ul li {
  cursor: pointer;
  width: 10%;
  text-align: center;
  background: #EFF5FE;
  height: 52px;
  line-height: 52px;
  color: #2B2F32;
}

.division ul li.active {
  background: #1677FF;
  color: #FFFFFF;
}

.division ul li.active {
  background: #1677FF;
  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.2);
  color: #FFFFFF;
}

.top-tit {
  height: 80px;
  padding: 20px 0;
  border-bottom: 4px #ACACAC solid;
}

.top-tit>span {
  line-height: 40px;
}

.top-tit>span.pageTitle {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
}

.downSelect {
  position: relative;
}

.downSelect>span {
  display: flex;
  align-items: center;
  height: 40px;
  cursor: pointer;
}

.downSelect>span>img {
  margin: 0 5px;
}

.downSelect>ul.bmsxlx {
  width: 160px;
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: -40px;
  text-align: center;
  z-index: 1000;
  float: left;
  margin: 0.1rem 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0.1rem 0.75rem 0 rgba(13 28 40 / 10%);
  background-clip: padding-box;

}

.downSelect>ul>li {
  line-height: 30px;
  font-size: 14px;
}

.downSelect>ul>li:hover {
  background-color: #f1f2f3;
}

.downSelect>ul>li:hover>a {
  color: #666666;
}

.downSelect>ul>li.active {
  background-color: #f1f2f3;
}


.selectBox {
  line-height: 40px;

}

.sxsearch>input {
  background: #FFFFFF;
  border: 1px solid rgba(215, 216, 217, 1);
  height: 40px;
  width: 290px;
  padding: 0 80px 0 10px;
  opacity: 0.9;
  font-size: 14px;
  color: #9B9EA0;
  font-weight: 400;
}

#selectBoxInput {
  margin: auto 5px;
}

.sxsearch {
  position: relative;
}

.sxsearch>a {
  background: #1677FF;
  position: absolute;
  display: block;
  right: 0px;
  bottom: 0px;
  width: 70px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  z-index: 99;
}

.mainContent,
.sxlist {
  margin-top: 20px;
}

.nav>ul {
  height: 40px;
  padding: 0 20px;
  background: #F1F2F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.nav>ul>li:nth-child(1) {
  width: 40%;
}

.nav>ul>li:nth-child(2) {
  width: 20%;
}

.nav>ul>li:nth-child(3) {
  width: 15%;
}

.nav>ul>li:nth-child(4) {
  width: 25%;
  text-align: end;
}

.sxlist>ul>li {
  display: flex;
  height: 58px;
  line-height: 28px;
  background: url(ztsx_list_bg.png) no-repeat 10px center;
  background-size: 3px 12px;
  padding: 15px 0 15px 20px;
  font-size: 16px;
  color: #999;
  border-bottom: 1px solid #d7d8d9;
  background-position: 0 22px;
  cursor: pointer;
}

.sxlist>ul>li>p {
  font-size: 14px;
  color: #373D41;
  font-weight: 400;
}

.sxlist>ul>li>p:nth-child(1) {
  width: 40%;
}

.sxlist>ul>li>p:nth-child(2) {
  width: 20%;
}

.sxlist>ul>li>p:nth-child(3) {
  width: 15%;
}

.sxlist>ul>li>p:nth-child(4) {
  width: 25%;
}

.sxListBtn>span {
  padding: 0 10px;
  opacity: 0.7;
  border: 1px solid rgba(153, 153, 153, 1);
}

.sxListBtn>span:hover {
  background: #1677FF;
  opacity: 1;
  color: #FFFFFF;
}

.sxListBtn>span:not(:first-child) {
  margin-right: 15px;
}

/* ======================================================================================= */
/* ======================================================================================= */