.banner {
  background: url(../images/news/special_banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 1.1rem 0;
}
.banner .banner-text {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.75);
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto;
  padding: 0 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

section .section-title {
  color: #333;
  font-family: Arial;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}

.special-section {
  padding: 0.3rem;
}
.special-section .special-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.special-section .special-list .special-item {
  overflow: hidden;
  display: block;
  width: 48%;
  margin-top: 0.3rem;
}
.special-section .special-list .special-item:hover img {
  transform: scale(1.05);
}
.special-section .special-list .special-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.special-section .special-list .special-item p {
  font-family: Arial;
  font-size: 0.28rem;
  line-height: 0.46rem;
  padding: 0.1rem 0.15rem;
  color: #333;
  border: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.special-section .pagelist {
  text-align: center;
  margin-top: 0.4rem;
}
.special-section .pagelist .pagination {
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
}
.special-section .pagelist .pagination a {
  color: #838383;
  font-family: Arial;
  border-radius: 0.1rem;
  border: solid 0.01rem #c7c7c7;
  padding: 0 0.15rem;
  margin: 0 0.1rem;
}
.special-section .pagelist .pagination span {
  color: #838383;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0 0.1rem;
}
.special-section .pagelist .pagination .page-num-current {
  color: #fff;
  background: #f94f12;
  border: solid 1px #f94f12;
}


@media screen and (max-width: 480px) {
  .special-section .special-list .special-item {
    width: 100%;
  }
}