.modify-wapper {
  position: relative;
}
.modify-wapper .banner-box {
  height: 220px;
  position: relative;
  background: url(./tscx_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.modify-wapper .modify-content {
  padding-top: 15px;
}
.modify-wapper .modify-content .content-section {
  padding-bottom: 15px;
  background-color: #fff;
}
.modify-wapper .modify-content .content-section:nth-child(2n) {
  background-color: #f9fafd;
}
.modify-wapper .modify-content .content-item {
  position: relative;
  width: 1200px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.modify-wapper .modify-content .content-item .content-item-header {
  padding-left: 9px;
  margin-top: 35px;
  margin-bottom: 20px;
  height: 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.modify-wapper .modify-content .content-item .content-item-header img {
  vertical-align: middle;
  margin-right: 18px;
}
.modify-wapper .modify-content .content-item .content-item-header a,
.modify-wapper .modify-content .content-item .content-item-header span {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide {
  position: relative;
  font-size: 0;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item {
  margin-right: 24px;
  margin-bottom: 23px;
  display: inline-block;
  width: 282px;
  height: 166px;
  padding: 0 7px 0 11px;
  box-shadow: 0px 2px 8px 0px rgba(203, 203, 203, 0.42);
  border-radius: 10px;
  border: solid 1px #ebebeb;
  background: url(./tszl-bg-item-unsele.png) center center no-repeat;
  background-size: 100% 100%;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:nth-child(4n) {
  margin-right: 0;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit {
  padding: 20px 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  letter-spacing: 1px;
  color: #000000;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit img {
  padding-right: 6px;
  display: none;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit .tszl-icon1 {
  display: block;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit a,
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-desc {
  min-height: 73px;
  margin-bottom: 12px;
  padding: 8px 12px 8px 12px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #7d8890;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tag {
  padding-left: 10px;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tag span {
  display: inline-block;
  margin-right: 12px;
  width: 48px;
  height: 19px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #2263e1;
  color: #2263e1;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tag .fr {
  border: solid 1px #e95819;
  color: #e95819;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:hover {
  background: url(./tszl-bg-item-sele.png) center center no-repeat;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:hover .tszl-icon1 {
  display: none;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:hover .tszl-icon2 {
  display: block;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:hover .tszl-item-tit {
  color: #fff;
  font-weight: bold;
}
.modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:hover .tszl-item-desc {
  color: #fff;
}
.modify-wapper .modify-content .bs-swiper-pagination {
  bottom: 2px;
}
.modify-wapper .modify-content .bs-swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  background-color: #a7c1db;
  border-radius: 2px;
}
.modify-wapper .modify-content .bs-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0176ff;
}

.modify-nav-box {
  position: absolute;
  left: -257px;
  top: 35px;
  width: 240px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-right: 1px solid #d3d7e4;
}
.modify-nav-box .nav-group .nav-item .nav-item-header {
  height: 51px;
  background-color: #f5f6f9;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modify-nav-box .nav-group .nav-item .nav-item-header img {
  vertical-align: middle;
  margin-right: 18px;
}
.modify-nav-box .nav-group .nav-item .nav-item-header a,
.modify-nav-box .nav-group .nav-item .nav-item-header span {
  font-size: 22px;
  color: #333333;
  vertical-align: middle;
}
.modify-nav-box .nav-group .nav-item .nav-cur {
  position: relative;
  background-color: #f1f6ff;
}
.modify-nav-box .nav-group .nav-item .nav-cur a,
.modify-nav-box .nav-group .nav-item .nav-cur span {
  color: #2789ee;
}
.modify-nav-box .nav-group .nav-item .nav-cur:after {
  content: "";
  position: absolute;
  right: -3px;
  border-right: 5px solid #2789ee;
  width: 5px;
  height: 36px;
  top: 7px;
}
.modify-nav-box .nav-group .nav-item .nav-item-list .sub-item {
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
}
.modify-nav-box .nav-group .nav-item .nav-item-list .sub-item a {
  padding-left: 18px;
  font-size: 16px;
  color: #333333;
}
.modify-nav-box .nav-group .nav-item .nav-item-list .sub-item a.cur {
  color: #147eea;
}

@media screen and (max-width: 768px) {
  .modify-nav-box {
    display: none;
  }
  .modify-content {
    padding: 0 0.2rem;
  }
  .modify-wapper .modify-content {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .modify-wapper .modify-content .content-item {
    width: 100%;
    margin-bottom: 0;
  }
  .modify-wapper .modify-content .content-item .tit {
    font-size: 0.5rem;
    padding: 0.5rem 0 0.2rem;
    font-weight: bold;
  }
  .modify-wapper .banner-box {
    height: 2.2rem;
    background-size: auto 100%;
    background-position: 66% 0%;
  }
  .modify-wapper .modify-content .content-item .content-item-header a, .modify-wapper .modify-content .content-item .content-item-header span {
    font-size: 0.45rem;
  }
  .modify-wapper .modify-content .content-item .content-item-header {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .modify-wapper .modify-content .content-item .content-item-header img {
    width: 0.45rem;
    margin-right: 0.2rem;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tag {
    padding-left: 0.45rem;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.6rem;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:nth-child(4n) {
    margin-right: 2%;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item:nth-child(2n) {
    margin-right: 0;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-tit {
    font-size: 0.32rem;
  }
  .modify-wapper .modify-content .tszl-swiper .swiper-slide .tszl-item .tszl-item-desc {
    min-height: 1.43rem;
    font-size: 0.26rem;
    line-height: 0.55rem;
  }
  .bs-swiper-pagination .swiper-pagination-bullet,
  .gxbcyjs-swiper .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    margin: 0 0.06rem;
  }
}/*# sourceMappingURL=tszl2025.css.map */