.news-desc {
  margin: 0 auto;
}
.page-prev,
.page-next {
  bottom: 0%;
  background: #F5F5F5;
}
.page-prev {
  left: 40%;
}
.page-next {
  right: 40%;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.sum {
  visibility: hidden;
  font-size: 0.0938rem;
  text-align: center;
  margin-top: 0.5rem;
}
.sum .current {
  font-size: 0.1927rem;
  color: #00C5DD;
}
.video-swiper {
  position: relative;
}
.video-swiper .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 0.64rem;
    margin: 0.5333rem;
  }
  .sum {
    font-size: 0.3rem;
    margin-top: 1.2rem;
  }
  .sum .current {
    font-size: 0.54rem;
  }
  .page-prev,
  .page-next {
    bottom: 0%;
  }
  .page-next {
    right: 20%;
  }
  .page-prev {
    left: 20%;
  }
  .video-swiper .swiper-slide {
      max-height: 6rem;
  }
  .video-swiper .swiper-slide-active {
    height: 6rem;
  }
}

.sum {
  font-family: 'D-DIN-PRO', sans-serif;
  visibility: visible;
}