.topNews{
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topNews>div{
  width: calc(50% - 10px);
}
.topNews .lunbo-speical{
  margin-bottom:0;
}
#swp11 .slide-desc-wrap{
  background-color:rgba(29, 38, 65,.7);
}
.lunbo-speical .swiper-slide1 .slide-desc-wrap .slide-desc{
  font-family:"方正锐正黑_GBK";
}
.topNews .titleList .item{
  background:#bfe4f4;
}
.topNews .titleList{
  padding:0;
  height: 100%;
  justify-content: space-between;
  background: transparent;
}
body .showBanner>img{
  margin-bottom:0;
}
.titleList .item a{
  color:#293368;
}
.topNews #swp11 .swiper-pagination-bullet-active{
  background:#bfe4f4;
}
.mainContent{
  background:#f3f8fd;
  background-size:cover;
}
.modular{
  margin-bottom:30px;
}
.benefitThePeople {
  position: relative;
}
#new3dSwiper {
  overflow: hidden;
  padding: 175px 0;
  padding-bottom: 200px;
}
#new3dSwiper .swiper-slide {
  opacity: 0.5;
}
#new3dSwiper .swiper-slide{
  transform: scale(1.6);
}
#new3dSwiper .swiper-slide.swiper-slide-active {
  transform: scale(2.5);
  z-index: 9;
  opacity: 1;
}
.swiper-button-prev, 
.swiper-button-next{
  top:53%;
}
.swiper-button-prev>img, 
.swiper-button-next>img{
  height: 30px;
  max-width: max-content;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  display:none;
}
#new3dSwiper .swiper-wrapper{
  align-items: center;
}
.column_title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 700
}
main .column_title>a{
  color:#293368;
}
.column_title.center{
  justify-content: center;
}
.column_title>img{
  height:30px;
  margin: 0;
}
main #new3dSwiper .swiper-pagination-bullet-active{
  background: #14525a;
  width: 50px;
  border-radius:3px;
}
#new3dSwiper .swiper-pagination-bullet{
  opacity: 1;
  background: #297985;
}

#news-TitlePicture .title{
  display:none;
}
#news-TitlePicture .storyTimeIcon{
  display:none;
}
#news-TitlePicture .itemList .item{
  background:#bfe4f4;
}
.centerContent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main #news-TitlePicture .itemList .item .right a{
  color:#222953;
  font-family:"方正锐正黑_GBK";
}
main #news-TitlePicture .itemList .item .left {
  width: calc(25% - 10px);
}
main #news-TitlePicture .itemList .item .right {
  width: calc(75% - 10px);
}
main #news-TitlePicture .itemList .item .right .time {
  justify-content: flex-end;
  font-size:14px;
  color:#222953;
  font-family:"方正大雅宋_GBK";
}
main #VideosList .item {
  width: 100%;
}
main #VideosList .video_title{
  background:rgba(20, 82, 90,.7);
}
main .Headlines a{
  color: #14525a;
  font-weight: 700;
  font-size: 24px;
}
.proposal>img{
  width:95%;
}
footer p {
  padding: 5px 0;
}
.generalList{
  display: flex;
  justify-content: space-between;
}
@media(max-width:650px){
  main #VideosList .item>a {
    height: 30px;
  }
  main #VideosList .video_title a {
    font-size: 16px;
  }
  .swiper-button-prev>img, 
  .swiper-button-next>img{
    height: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 52%;
  }
  #news-TitlePicture .itemList .item{
    max-height: max-content;
    min-height: max-content;
  }
  .swiperNews{
    margin-bottom:20px;
  }
  .modular{
    margin-bottom:20px;
  }
  #new3dSwiper .swiper-slide{
    transform: scale(1.7);
  }
  #new3dSwiper .swiper-slide.swiper-slide-active {
    transform: scale(2.5);
  }
  .topNews>div,
  .centerContent .Interpretation,
  .centerContent .ExcitingMovies{
    width: 100%
  }
  body main {
    padding: 0 15px;
  }
  #new3dSwiper {
    padding: 80px 0;
    padding-top: 50px;
  }
}