.desc-title {
  color: #333;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  padding: 35px 20px 0 20px;
}

.desc-base {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #E7E7E7;
  font-size: 24px;
  color: #999;
  padding: 24px 20px;
}

.desc-time {
  padding-right: 20px;
}

.desc-content {
  padding: 53px 20px 300px 20px;
}

.desc-content .swiper-container-1 {
  max-height: 1300px;
}

.desc-content .swiper-container-1 .swiper-slide {
  max-height: 1300px;
}

.desc-content .swiper-container-1 img {
  width: 100%;
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px;
	height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
}