.shadow-sjz__list li {
  position: relative;
  margin-right: 24px;
  margin-bottom: 30px;
}
.shadow-sjz__list li:nth-child(3n) {
  margin-right: 0;
}
.shadow-sjz__list li img {
  width: 384px;
  height: 216px;
  border-radius: 4px;
  display: block;
}
.shadow-sjz__list li div {
  width: 384px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}

.swiper {
  width: 1200px;
  height: 358px;
  margin-bottom: 53px;
  margin-top: 40px;
}
.swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
}
.swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 10px;
  background: #ffc030;
  border-radius: 5px;
}
.swiper-slide-center img {
  width: 870px;
  height: 358px;
  display: block;
}
.swiper .swiper-slide {
  /*width: 318px;*/
  width: 870px;
  height: 358px;
  /* margin-top: 22px; */
}
.swiper .swiper-slide img {
  width: 100%;
  height: 358px;
  display: block;
  border-radius: 4px;
}
.swiper .swiper-slide__bottom {
  display: none;
}
.swiper .swiper-slide-active {
  transform: scale(1.3, 1.25);
  z-index: 999;
  /*width: 374px!important;*/
  /*height: 212px !important;*/
}
.swiper .swiper-slide-active .swiper-slide__bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 870px;
  height: 84px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-radius: 0px 0px 8px 8px;
  padding: 40px 20px 20px 20px;
}
.swiper-slide__title {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.swiper .swiper-slide.swiper-slide-prev img,
.swiper .swiper-slide.swiper-slide-next img {
  border-radius: 4px;
}
.swiper-next:after,
.swiper-container-rtl .swiper-prev:after {
  content: none !important;
}
.swiper-prev:after,
.swiper-container-rtl .swiper-next:after {
  content: none !important;
}
.swiper-next {
  width: 36px !important;
  height: 60px !important;
  background: url(../images/swiper-right02.png?v=20220409120824) no-repeat;
  background-size: 36px 60px;
  opacity: .6;
}
.swiper-prev {
  width: 36px !important;
  height: 60px !important;
  background: url(../images/swiper-left02.png?v=20220409120824) no-repeat;
  background-size: 36px 60px;
}
.swiper-prev {
  left: 0px !important;
  /* top: 106px !important; */
}
.swiper-next {
  right: 0px !important;
  /* top: 106px !important; */
}
.column-list__container {
    padding-bottom: 30px;
}