@import "global.css";
@import "swiper.min.css";
.special {
  width: 100%;
  height: auto;
  background: url("../images/news-info-bg1.png") no-repeat center top;
  box-sizing: border-box;
  margin-top: -62px;
  padding: 97px 0 47px;
  position: relative;
  z-index: 2;
}

.specialWrapper {
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
}

.specialTitle {
  position: relative;
  width: 100%;
  height: 70px;
  background: url("../images/swiper-active-bg.png") no-repeat center center;
  text-align: center;
  line-height: 70px;
  margin-top: 27px;
}
.specialTitle a {
  display: inline-block;
  font-size: 30px;
  color: #1B55AC;
  font-weight: bold;
}
.specialTitle:before, .specialTitle:after {
  content: "";
  width: calc(100% - 265px - 580px);
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/line.png") repeat-x left center;
}
.specialTitle:before {
  left: 0;
}
.specialTitle:after {
  right: 0;
}

.specialCont {
  margin-top: 32px;
  box-sizing: border-box;
  padding: 0 30px;
}

.specialList {
  display: flex;
  flex-wrap: wrap;
}
.specialList li {
  width: 318px;
  height: 242px;
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 36px;
  margin-right: 36px;
  overflow: hidden;
}
.specialList li:nth-child(4n) {
  margin-right: 0;
}
.specialList li div {
  width: 100%;
  height: 173px;
  overflow: hidden;
}
.specialList li img {
  width: 100%;
  height: 173px;
  transition: all 0.5s ease-in-out 0s;
}
.specialList li p {
  width: 100%;
  box-sizing: border-box;
  padding: 0 24px;
  color: #333333;
  font-size: 18px;
  height: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 70px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.specialList li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.specialList li:hover img {
  transform: scale(1.1);
}
.specialList li:hover p {
  color: #1B55AC;
}

.fileList li {
  position: relative;
}
.fileList li:after {
  content: "";
  width: 117px;
  height: 117px;
  background: url("../images/gd.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1400px) {
  .specialWrapper {
    width: 1200px;
  }
  .specialTitle:before, .specialTitle:after {
    width: calc(100% - 265px - 460px);
  }
  .specialList li:nth-child(3n) {
    margin-right: 0;
  }
  .specialList li:nth-child(4n) {
    margin-right: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .specialWrapper {
    width: 1024px;
  }
  .specialList li {
    width: calc(33.3333333333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .specialList li:nth-child(4n) {
    margin-right: 15px;
  }
  .specialTitle:before, .specialTitle:after {
    width: calc(100% - 265px - 370px);
  }
}
@media screen and (max-width: 1024px) {
  .specialWrapper {
    width: 750px;
  }
  .specialList {
    justify-content: space-between;
  }
  .specialList li {
    width: calc(50% - 20px);
    margin-right: 0;
    margin-top: 20px;
  }
  .specialList li:nth-child(4n) {
    margin-right: 0;
  }
  .specialTitle:before, .specialTitle:after {
    width: calc(100% - 265px - 230px);
  }
  .specialCont {
    margin-top: 0;
  }
}
