.special-content {
  width: 100%;
  margin: 0 auto 1.7rem;
  /* 西湖区介绍 */
  /* 西湖区详情 */
  /* 战略产业 */
  /* 轮播展示 */
}
.special-content .video-content {
  position: relative;
  width: 6.3rem;
  margin: 0 auto 1.3rem;
  display: flex;
  justify-content: space-between;
}
.special-content .video-content #video {
  width: 4.66rem;
  height: 3.4rem;
  background: #000;
}
.special-content .video-content .choose-video {
  position: absolute;
  width: 1.54rem;
  background: #000;
  height: 100%;
  top: 0;
  right: 0;
}
.special-content .video-content .choose-video .video-list {
  cursor: pointer;
  width: 100%;
  padding: 0.1rem;
  opacity: 0.5;
}
.special-content .video-content .choose-video .video-list.active {
  opacity: 1;
}
.special-content .video-content .choose-video .video-list p {
  color: #fff;
  font-size: 0.14rem;
}
.special-content .video-content .choose-video .video-list video {
  width: 100%;
}
.special-content .xihu-map-content {
  width: 6.3rem;
  margin: 1rem auto 0.7rem;
}
.special-content .xihu-map-content .doc {
  width: 0.65rem;
  height: 0.05rem;
  background: #21c184;
  margin-bottom: 0.4rem;
}
.special-content .xihu-map-content .xihu-map-content-left {
  width: 6.3rem;
  margin-bottom: 0.6rem;
}
.special-content .xihu-map-content .xihu-map-content-left p {
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
.special-content .xihu-map-content .xihu-map-img {
  width: 3.26rem;
  margin: 0 auto;
}
.special-content .xihu-detail {
  width: 6.3rem;
  margin: 0 auto;
}
.special-content .xihu-detail .xihu-detail-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.34rem;
  align-items: center;
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-left {
  width: 0.96rem;
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-left img {
  width: 100%;
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-right {
  height: 1.8rem;
  padding-left: 0.22rem;
  padding-right: 0.16rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-left: 0.14rem;
  background-image: linear-gradient(to right, #e8f9f2, #e9f1f7);
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-right p {
  line-height: 1.3;
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-right p:first-child {
  margin-bottom: 0.05rem;
}
.special-content .xihu-detail .xihu-detail-list .xihu-detail-list-right p:first-child span {
  font-size: 0.24rem;
}
.special-content .strategic-industries {
  width: 6.3rem;
  margin: 0.6rem auto;
}
.special-content .strategic-industries p {
  letter-spacing: 1px;
  line-height: 1.8;
}
.special-content .banner-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.special-content .banner-container .banners-content {
  width: 92.7%;
  margin: 0 auto;
}
.special-content .banner-container .banners-content .swiper-slide {
  width: 56.53vw;
}
.special-content .banner-container .banners-content .swiper-slide img {
  width: 100%;
}
.special-content .banner-container .swiper-button-prev {
  left: 0;
  width: 0.14rem;
  height: 0.24rem;
  background-size: 0.14rem 0.24rem;
  margin-top: -0.12rem;
  background-image: url(../../images/prev.png);
}
.special-content .banner-container .swiper-button-next {
  right: 0;
  width: 0.14rem;
  height: 0.24rem;
  background-size: 0.14rem 0.24rem;
  margin-top: -0.12rem;
  background-image: url(../../images/next.png);
}
.special-content .banner-container .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
.special-content .banner-container .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
.introduction {
  width: 6.3rem;
  margin: 0 auto;
}
