.container {
  position: relative;
}
.news-box {
  padding: 0.15625rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.news-box .img-news-box {
  position: relative;
  width: 3.38541667rem;
  height: 2.02083333rem;
  overflow: hidden;
}
.news-box .img-news-box .swiper-slide {
  position: relative;
}
.news-box .img-news-box .swiper-slide img {
  width: 100%;
  height: auto;
}
.news-box .img-news-box .swiper-slide .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.32291667rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.news-box .img-news-box .swiper-slide .title-box p {
  width: 3.125rem;
  font-size: 0.08333333rem;
  color: #ffffff;
  line-height: 0.32291667rem;
  margin-left: 0.125rem;
}
.news-box .img-news-box .img-info-list-pagination {
  position: absolute;
  left: 0.10416667rem;
  bottom: 0.04166667rem;
  text-align: left;
}
.news-box .img-news-box .img-info-list-pagination .swiper-pagination-bullet {
  border-radius: unset;
  width: 0.109375rem;
  height: 0.01041667rem;
  background: #ffffff;
  opacity: 1;
}
.news-box .img-news-box .img-info-list-pagination .swiper-pagination-bullet-active {
  background-color: #d03636;
}
.news-box .tab-list-news {
  width: 3.02604167rem;
  overflow: hidden;
}
.news-box .tab-list-news .tabs-box {
  display: flex;
}
.news-box .tab-list-news .tabs-box .tab-title {
  width: 0.57291667rem;
  height: 0.26041667rem;
  background-color: #F1F1F1;
  text-align: center;
  line-height: 0.26041667rem;
  font-size: 0.09375rem;
  color: #333333;
  margin-right: 0.125rem;
}
.news-box .tab-list-news .tabs-box .tab-title.active {
  background-color: var(--main-color);
  color: #ffffff;
}
.news-box .tab-list-news .tab-info-list {
  margin-top: 0.05729167rem;
  overflow: hidden;
}
.news-box .tab-list-news .tab-info-list ul {
  display: none;
  transform: translateX(100%);
}
.news-box .tab-list-news .tab-info-list ul.active {
  display: block;
  animation: 0.5s forwards fadeInRight;
}
.news-box .tab-list-news .tab-info-list ul li {
  background: url('../img/spot.png;vpn_img') no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  line-height: 0.21354167rem;
}
.news-box .tab-list-news .tab-info-list ul li a {
  display: inline-block;
  width: 2.34375rem;
  font-size: 0.08333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .tab-list-news .tab-info-list ul li .date {
  color: #999999;
}
.top-banner {
  overflow: hidden;
  position: relative;
  border-radius: 0.02083333rem;
}
.top-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.black-box {
  background-color: #FFFFFF;
  padding: 0.15625rem;
}
.overt {
  display: flex;
  justify-content: space-between;
}
.overt .left-box {
  width: 4.66145833rem;
}
.overt .left-box .title-box {
  border-bottom: 0.01041667rem solid #f5f5f5;
  padding-bottom: 0.08333333rem;
}
.overt .left-box .title-box .title {
  height: 0.10416667rem;
  font-size: 0.11458333rem;
  font-weight: 700;
  color: #404040;
  line-height: 0.10416667rem;
}
.overt .left-box .title-box .title.active {
  color: var(--main-color);
}
.overt .left-box .title-box .split {
  display: inline-block;
  width: 0.01041667rem;
  height: 0.08333333rem;
  background: #dcdcdc;
  margin: 0 0.05208333rem;
}
.overt .left-box .tab-info-list {
  margin-top: 0.05208333rem;
  overflow: hidden;
}
.overt .left-box .tab-info-list ul {
  display: none;
  transform: translateX(100%);
}
.overt .left-box .tab-info-list ul.active {
  display: block;
  animation: 0.5s forwards fadeInRight;
}
.overt .left-box .tab-info-list ul li {
  background: url('../img/spot.png;vpn_img') no-repeat;
  background-position: left center;
  padding-left: 0.08333333rem;
  line-height: 0.21354167rem;
}
.overt .left-box .tab-info-list ul li a {
  display: inline-block;
  width: 3.90625rem;
  font-size: 0.08333333rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.overt .left-box .tab-info-list ul li .date {
  color: #999999;
}
.overt .left-box .black-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overt .left-box .black-item-box .black-item {
  width: 0.98958333rem;
  height: 0.57291667rem;
  background: #fff6f7;
  border-radius: 0.05208333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.overt .left-box .black-item-box .black-item:hover {
  background-color: var(--main-color);
}
.overt .left-box .black-item-box .black-item:hover img {
  filter: drop-shadow(0.17708333rem 0 #ffffff);
  position: relative;
  left: -0.17708333rem;
}
.overt .left-box .black-item-box .black-item:hover p {
  color: #FFFFFF;
}
.overt .left-box .black-item-box .black-item img {
  width: 0.17708333rem;
  height: 0.17708333rem;
}
.overt .left-box .black-item-box .black-item p {
  height: 0.08854167rem;
  font-size: 0.09375rem;
  font-weight: 400;
  color: #404040;
  line-height: 0.08854167rem;
  margin-top: 0.0625rem;
}
.overt .right-box {
  width: 1.58854167rem;
}
.overt .right-box .title-box {
  padding-bottom: 0.08333333rem;
}
.overt .right-box .title-box .title {
  height: 0.10416667rem;
  font-size: 0.11458333rem;
  font-weight: 700;
  color: #404040;
  line-height: 0.10416667rem;
}
.overt .right-box .title-box .title:hover {
  color: var(--main-color);
}
.overt .right-box .item-box {
  height: 1.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.overt .right-box .item-box .item {
  width: 100%;
  height: 0.484375rem;
  background: var(--main-color);
  font-size: 0.09375rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.484375rem;
  text-align: center;
}
.special-box .con-box {
  overflow: hidden;
}
.special-box .con-box .item-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.special-box .con-box .item-box .item {
  width: 2.08333333rem;
  height: 1.04166667rem;
  overflow: hidden;
}
.special-box .con-box .item-box .item:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.special-box .con-box .item-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.special-box .swiper-button-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 0.10416667rem;
  height: 0.26041667rem;
}
.special-box .swiper-button-prev:after {
  font-size: 0.07291667rem;
  color: #FFFFFF;
}
.special-box .swiper-button-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  width: 0.10416667rem;
  height: 0.26041667rem;
}
.special-box .swiper-button-next:after {
  font-size: 0.07291667rem;
  color: #FFFFFF;
}
