.content_main{
  padding: 45px 0;
  background:url(https://wwp-static.wenweipo.com/img/special/the2025-26budget/cover01.jpg?x-oss-process=image/resize,w_1600)no-repeat;
  background-size:100% 100%;
}
body .showBanner>img {
  margin-bottom: 0px;
}
body footer {
  margin-top: 0px;
}
#swp11 .slide-desc-wrap {
  background: rgb(31 175 175 / 50%);
}
#swp11 .swiper-pagination-bullet{
  background:#01373c;
}
#swp11 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#fff;
}
.TopSwiper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.TopSwiper .left_Swiper{
  width:calc(76.5% - 10px);
}
.TopSwiper .right_video{
  position: relative;
  width: calc(23.5% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.TopSwiper .right_video .column_title{
  position: absolute;
  top: -30px;
  right: 0;
  margin: 0;
}
.right_video .item {
  position:relative;
}
.right_video .item .icon{
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right_video .item .story_title{
  padding:5px;
  position:absolute;
  bottom:0;
  width:100%;
  left:0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#fff;
  background: rgb(31 175 175 / 50%);
}
.right_video .item .story_title a{
  color:#fff;
}
main .mb30{
  margin-bottom:0;
}
#news-TitlePicture .title img,
.time .storyTimeIcon{
  display:none;
}
.column_title {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}
.column_title.center{
  justify-content:center;
}
.column_title img {
  margin: 0;
  height: 40px;
}
main .column_title a {
  color: #01373c;
  font-weight: 700;
}
#news-TitlePicture .itemList .item{
  background:#fafffd;
  min-height: 110px;
}
#news-TitlePicture .itemList .item .right .time {
  justify-content: end;
}
.centerContent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.centerContent .Interpretation{
  /*width:calc(65% - 10px);*/
  width:calc(100%);
}
.centerContent .lazy{
  width:calc(35% - 10px);
}
@media(max-width:650px){
  body main {
    padding: 0 10px
  }
  #news-TitlePicture .itemList .item{
    min-height: auto;
  }
  .TopSwiper .left_Swiper,
  .TopSwiper .right_video,
  .centerContent .Interpretation,
  .centerContent .lazy{
    width:100%;
  }
  .TopSwiper .right_video{
    margin-top: 30px;
  }
  .TopSwiper .left_Swiper,
  .right_video .item{
    margin-bottom:20px;
  }
  .column_title img {
    height: 30px;
  }
}