.wrapper {
  width: 60%;
  margin: 50px auto 100px;
  overflow: unset;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

.close {
  position: fixed;
  top: 10px;
  right: 25px;
  z-index: 5;
  background: #FFF;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.close.show {
  opacity: 0.7;
}
.close:hover {
  opacity: 1;
}

.news-type span {
  position: relative;
}
.news-type span:after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.news-info {
  margin-top: 50px;
  letter-spacing: 1px;
}
.news-info .news-title {
  position: relative;
  width: fit-content;
  padding: 5px 20px;
}
.news-info .news-title:before {
  content: "";
  position: absolute;
  width: calc(100% + 5px);
  height: 15px;
  left: -5px;
  bottom: 0;
  z-index: -1;
  background: #f7f4f0;
}
.news-info .news-subtitle {
  color: #a78660;
  line-height: 2.5;
}
.news-content {
  position: relative;
  width: calc(100% - 40px);
  padding: 10px;
  margin: 0 auto 100px;
  border-left: solid 1px #e1d6c9;
}
.news-content span {
  display: block;
}
.news-btn {
  line-height: 22px;
  text-align: center;
  padding: 14px 30px;
  height: 22px;
  overflow: hidden;
}
.news-prev, .news-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
.news-prev:before, .news-next:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-prev:after, .news-next:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.news-prev:hover:after, .news-next:hover:after {
  width: 16px;
}
.news-prev {
  left: 30px;
}
.news-prev:before {
  border-bottom: #000 solid 1px;
  border-left: #000 solid 1px;
  left: 13px;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.news-prev:hover:before {
  left: 7px;
}
.news-prev:after {
  right: 7px;
}
.news-next {
  right: 30px;
}
.news-next:before {
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  right: 13px;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.news-next:hover:before {
  right: 7px;
}
.news-next:after {
  left: 7px;
}
.news-video {
  position: relative;
  width: calc(100% * 0.8);
  height: 0;
  margin: auto;
  padding-bottom: calc(56.25% * 0.8);
}
.news-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-source {
  line-height: 2;
  text-align: end;
}
.news-source a {
  font-size: 0.9em;
}
.news-wrapper {
  height: unset !important;
}

.swiper-wrapper {
  cursor: pointer;
  width: 100%;
  height: 35vw;
  padding: 10px 0;
  background: #eee;
  overflow: hidden;
}
.swiper-slide {
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-pagination {
  position: relative;
  width: calc(100% - 2px);
  height: 18px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.swiper-pagination:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.swiper-pagination-bullet {
  position: relative;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
}
.swiper-pagination-bullet:before, .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.swiper-pagination-bullet:before {
  width: 10px;
  height: 10px;
  border: solid 1px #ddd;
  background: #eee;
  opacity: 0;
}
.swiper-pagination-bullet:after {
  width: 6px;
  height: 6px;
  background: #666;
}
.swiper-pagination-bullet:hover:before {
  opacity: 1;
}
.swiper-pagination-bullet:hover:after {
  opacity: 0;
}
.swiper-pagination-bullet-active:before {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.news-btn, .news-control {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.news-btn.show, .news-control.show {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    width: 80%;
    margin: 50px auto;
  }

  .news-img {
    height: auto;
    margin: 0;
  }
  .news-img img {
    width: 100%;
  }

  .news-video {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .news-control, .news-btn {
    display: none;
  }

  .swiper-wrapper {
    cursor: default;
    background: unset;
  }

  .swiper-wrapper, .swiper-slide {
    display: block;
    height: auto;
  }

  .swiper-slide {
    margin-bottom: 30px;
    opacity: 0;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .swiper-slide.show {
    opacity: 1 !important;
  }

  .news-info {
    line-height: 1.5;
    height: auto;
    padding: 30px 10px;
  }

  .casename {
    margin-right: 30px;
  }

  .num {
    display: none;
  }

  .close {
    top: 20px;
    right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}
