.news_page {
  background: #FFFFFF;
  overflow: hidden;
}
.news_block {
  padding: 0.69rem 0 1.72rem;
  background: #FFFFFF;
}
.news_block:nth-child(2n) {
  background: #F5F7FB;
}
.news_title {
  text-align: center;
}
.news_title h2 {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.44rem;
  color: #000000;
  line-height: 1.45;
}
/*.news_title h2 .title_icon {*/
/*  width: 0.43rem;*/
/*  height: 0.43rem;*/
/*  object-fit: contain;*/
/*  display: block;*/
/*  margin: 0.13rem auto 0.06rem;*/
/*}*/
.news_title .title_icon {
  width: 0.43rem;
  height: 0.43rem;
  object-fit: contain;
  display: block;
  margin: 0.09rem auto;
}
.news_title .title_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news_block:nth-child(4) .news_title .title_icon{
    width: 0.38rem;
    height: 0.38rem;
}
/*.news_title .title_icon {*/
/*  width: 0.43rem;*/
/*  height: 0.04rem;*/
/*  display: block;*/
/*  margin: 0.13rem auto 0.06rem;*/
/*  background: #1A2A4F;*/
/*}*/
.news_title p {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.45;
}
.news_gallery {
  width: 100%;
  height: auto;
  margin: 0.53rem auto 0;
  position: relative;
}
.news_gallery .gallery_stage {
  position: relative;
  width: calc(100% - 2.54rem);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.gallery_item {
  position: relative;
  width: 6.59rem;
  height: 4.18rem;
  overflow: hidden;
  padding: .1rem;
}
.gallery_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
  position: relative;
  z-index:99;
}

.gallery_item.swiper-slide-active img{
    box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, 0.1);
}

/*.gallery_item::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.25);*/
/*  z-index: 2;*/
/*}*/
.gallery_item.swiper-slide-active::before {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: #1A2A4F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 0.26rem;
  height: auto;
  object-fit: contain;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #C9A03D;
}
.swiper-button-next {
  left: auto;
  right: 0;
}
.gallery_stage.news_video {
  width: calc(100% - 3.2rem);
}
.news_gallery .news_swiper3 .gallery_item{
    width: 4.5rem;
    height: 8rem;
}
.gallery_stage.news_video .gallery_item {
  width: 4.24rem;
  height: 7.58rem;
}










@media (max-width: 1042px) {
    .news_title h2{
        font-size: 36px;
    }
    .news_block{
        padding: 80px 0;
    }
    .news_title .title_icon{
        width: 40px;
        height: 40px;
        margin: 4px auto;
    }
    .news_block:nth-child(4) .news_title .title_icon{
        width: 34px;
        height: 34px;
    }
    .news_title p{
        font-size: 16px;
    }
    .news_gallery{
        margin: 50px auto 0;
    }
    .swiper-button-prev, .swiper-button-next{
        width: 56px;
        height: 56px;
    }
    .news_gallery .gallery_stage{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .news_block {
        padding: 60px 0;
    }
    .news_title h2{
        font-size: 24px;
    }
    .news_title p {
        font-size: 14px;
    }

    
    .news_gallery .gallery_stage{
        overflow: initial;
    }


    .swiper-button-prev, .swiper-button-next {
        width: 46px;
        height: 46px;
    }
    .news_gallery {
        margin: 30px auto 0;
    }
}

