body {
  background-image: url(/eportal/imageDir/jtyst/2024/02/img_pc_site/2024022613130986468.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}


.ztmain {
  overflow     : hidden;
  width        : 1300px;
  margin       : 0 auto;
  margin-bottom: 30px;
  margin-top   : 400px;
  background   : #fff;
  padding      : 50px;
  box-sizing   : border-box;
  border-radius: 10px;
}

@media (max-width:767px){
  .ztmain {
    margin-top: 120px;
  }
}

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

.ztflex>div {
  width: 48%;
}

.erjiTab {
  border-bottom: 1px solid #dcdcdc;
  height       : 58px;
  line-height  : 56px;
  margin-bottom: 30px;
}


.erjiTab a {
  float      : left;
  text-align : center;
  font-size  : 20px;
  font-weight: bold;
  cursor     : pointer;
  margin-right: 30px;
}

.erjiTab a.active {
  position     : relative;
  color        : #2984d9;
  border-bottom: 2px solid #2984d9;
}

.erjiTab a.active::after {
  content          : "";
  position         : absolute;
  border-bottom    : 8px solid transparent;
  border-top       : 8px solid #2984d9;
  border-left      : 8px solid transparent;
  border-right     : 8px solid transparent;
  bottom           : -18px;
  left             : 50%;
  -webkit-transform: translateX(-50%);
  transform        : translateX(-50%);
}

.erjiTab .morea {
  float      : right;
  font-size  : 16px !important;
  font-weight: normal;
  color      : #2984d9;
  margin     : 0 8px;
  width      : auto;
}

.listCon {
  height       : 352px;

}

.list li {
  line-height: 1.8;
  overflow   : hidden;
  margin     : 20px 0;
  padding    : 0 4px;
}

.list li a {
  font-size         : 16px;
  float             : left;
  position          : relative;
  padding-left      : 12px;
  -webkit-transition: color 0.3s;
  transition        : color 0.3s;
}

.list li a:hover {
  color: #2984d9;
}


.list li a::before {
  content      : "";
  position     : absolute;
  left         : 0;
  top          : 12px;
  width        : 5px;
  height       : 5px;
  background   : #666;
  border-radius: 50%;
}

.list li span {
  float    : right;
  font-size: 16px;
  color    : #999;
}


.homeSwiper {
  height       : 410px;
  margin-bottom: 30px !important;
}

.homeSwiper .swiper-slide {
  position: relative;
}

.homeSwiper .swiper-slide a {
  display: block;
  height : 100%;
}

.homeSwiper .swiper-slide a img {
  width : 100%;
  height: 100%;
}

.homeSwiper .swiper-slide a p {
  position  : absolute;
  bottom    : 0;
  left      : 0;
  width     : 100%;
  background: rgba(0, 0, 0, 0.5);
  padding   : 16px 10px;
  font-size : 16px;
  color     : #fff;
  box-sizing: border-box;
}

.homeSwiper .pagination {
  position  : absolute;
  z-index   : 20;
  bottom    : 18px;
  right     : 30px;
  width     : 100%;
  text-align: right;
}

.homeSwiper .swiper-pagination-switch {
  display      : inline-block;
  width        : 12px;
  height       : 12px;
  border-radius: 50%;
  background   : #fff;
  margin       : 0 5px;
  cursor       : pointer;
}

.homeSwiper .swiper-active-switch {
  background: #02a7f0;
}


@media (max-width: 767px) {
  .ztmain {
    width  : 100%;
    padding: 20px 10px;
  }

  .ztflex {
    flex-direction: column;
  }

  .ztflex>div {
    width: 100%;
  }

  .listCon {
    height: auto;
  }

  .erjiTab {
    padding    : 0;
    height     : 50px;
    line-height: 50px;
  }

  .erjiTab a {
    font-size: 15px;
  }

  .erjiTab .morea {
    font-size: 14px !important;
  }

  .list li span {
    font-size  : 12px;
    width      : 22%;
    overflow   : hidden;
    height     : 22px;
    padding-top: 3px;
  }

  .list li a {
    display      : inline-block;
    width        : 73%;
    font-size    : 14px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }

  .homeSwiper {
    height: 250px;
  }

  .homeSwiper .swiper-slide a p span {
    display      : inline-block;
    width        : 70%;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
  }
}