.news-detail {
  margin-top: 60px;
  padding-left: 110px;
}
.news-detail__slider {
  margin: 32px 0;
}
.news-detail blockquote {
  margin: 80px 0;
}

.news-detail-slider {
  position: relative;
}
.news-detail-slider__main-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-detail-slider__main-img.is-hide {
  opacity: 0;
  visibility: hidden;
}
.news-detail-slider .swiper-container {
  -moz-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
.news-detail-slider__item-wrap {
  display: none;
}
.news-detail-slider__item-wrap:first-child, .swiper-initialized .news-detail-slider__item-wrap {
  display: block;
}
.news-detail-slider__item {
  border-radius: 10px;
}

.news-slider-thumbs {
  position: relative;
  overflow: hidden;
}
.news-slider-thumbs .swiper-container {
  margin: 0 -10px;
}
.news-slider-thumbs__item-wrap {
  width: fit-content !important;
  padding: 20px 10px;
}
.news-slider-thumbs__item {
  position: relative;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.news-slider-thumbs__item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  content: '';
}
.swiper-slide-thumb-active .news-slider-thumbs__item:before {
  opacity: 0.5;
}
.news-slider-thumbs__item img {
  display: block;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
}

.news-detail-bottom {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px;
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 1019px) {
  .news-detail {
    padding-left: 0;
  }
  .news-detail blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .news-detail {
    padding-left: 0;
  }
}
