
main.column .twoLine,
.video-slide-other .twoLine{
  height:3em;
}
.featured-news,
.column-story-list .item{
  margin-bottom:20px;
}
.column-story-list .item{
  box-shadow: 0 0 8px #ccc;
}
.column-title{
  margin-top:0;
  font-weight:700;
}
.video-slide a {
  color: white;
}
.slide-top .wrap{
  position:relative;
}
.slide-top .wrap .text{
  position: absolute;
  padding:10px 10px;
  bottom:0px;
  background: #001f3b80;
  width: 100%;
}
.video-slide{
  margin-top:0;
  padding-bottom:70px;
}
.global-header{
  margin-bottom:0;
}
.column{
  width:100%;
}
.slide-top{
  display: flex;
  justify-content: space-between;
  max-width: var(--common-max-width);
  margin: auto;
  padding-top:30px;
}
.slide-top-left{
  width:75%;
}
.slide-top-left .item{
  position:relative;
}
.slide-top-right{
  width: 23%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slide-top-right .item{
  position:relative;
}
.slide-top-right .item h2,
.slide-top-left .item h2{
  z-index:10;
  position: relative;
}
.slide-top-left .item h2 span:hover,
.slide-top-right .item h2 span:hover{
  color:white !important;
  text-decoration:none !important;
}
.slide-top-right .item .wrap:after,
.slide-top-left .item .wrap:after{
  content: "";
  background-image: linear-gradient(180deg, rgba(255,0,0,0), rgba(0,50,81,0.6));
  height: 60%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  display:none;
}
.slide-top-left .item .wrap .text .storyTitle{
  font-size:20px;
}
.slide-top-right .item .wrap .text .storyTitle,
.video-slide .video-slide-other .text .storyTitle{
  font-size:16px;
}
.video-bagImg{
  position:absolute;
  height: 100%;
  width:100%;
}
.video-bagImg-bottom{
  position:absolute;
  width:calc(100% + 1px);
  bottom:-1px;
}
.video-bagImg img{
  height: 100%;
  margin:auto;
}
.slide-bottom-column-name{
  font-size:24px;
  color:white;
  line-height:3em;
}
.slide-bottom-slide{
  padding-bottom:20px;
}
.item.swiper-slide{
  background:white;
}
.video-slide .video-slide-other a{
  color:#333;
  height:3em;
}
.video-slide .video-slide-other .text{
  padding:5px 15px 10px;
}
.video-slide .video-slide-other .text .post-meta{
  padding-top:10px;
}
.post-meta img{
  width:18px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size:23px;
  color:white;
}
.swiper-button-prev{
  left: 0;
  right: auto;
  background: rgba(0,0,0,0.6);
}
.swiper-button-next{
  right: 0;
  left: auto;
  background: rgba(0,0,0,0.6);
}
.video-slide .slide-bottom .swiper-slide{
  width:calc((100% - 40px) / 3);
}
.slide-top-right h2 a{
  font-size:16px;
}
.swiper-button-next, .swiper-button-prev{
  top:50%;
}
.column-story-list.column-story-list-live>.item:last-child{
  background:none;
}
.column-story-list-live>.item:last-child .item:nth-child(3),
.column-story-list-live>.item:last-child .item:last-child:nth-child(4){
  margin-bottom:0;
}
.post-meta{
  justify-content: space-between;
}
.post-meta .time{
  display: flex;
  align-items: center;
}
.video-slide .slide-top-left a:hover{
  text-decoration: none;
  color: #fff ;
}
.video-slide .slide-top-right a:hover{
  text-decoration: none;
  color: #fff ;
}
.column-story-list.column-story-list-news .item:nth-child(3) .storyTitleSmall,
.column-story-list.column-story-list-news .item:nth-child(4) .storyTitleSmall,
.column-story-list.column-story-list-news .item:nth-child(5) .storyTitleSmall,
.column-story-list.column-story-list-news .item:nth-child(6) .storyTitleSmall{
  font-size:18px;
}
@media(min-width: 651px){
  .limit-video-topbig .limit-img{
    overflow: hidden;
  }
  .limit-video-topsm .limit-img{
    overflow: hidden;
  }
  .limit-video-three .limit-img{
    overflow: hidden;
  }
  .column-story-list-news .limit-video-two:nth-child(1) .limit-img, .column-story-list-news .limit-video-two:nth-child(2) .limit-img{
    overflow: hidden;
  }
  .column-story-list-news .limit-video-two:nth-child(3) .limit-img, .column-story-list-news .limit-video-two:nth-child(4) .limit-img,.column-story-list-news .limit-video-two:nth-child(5) .limit-img, .column-story-list-news .limit-video-two:nth-child(6) .limit-img{
    overflow: hidden;
  }
  .limit-live-big .limit-img{
    overflow: hidden;
  }
  .limit-live-sm .limit-img{
    overflow: hidden;
  }
}
@media (min-width:1400px){
  .video-slide{
    padding-bottom:100px;
  }
}
@media (max-width:1400px){
  .video-slide{
    padding-bottom:70px;
  }
}
@media (max-width:900px){
  .slide-top{
    padding-left:20px;
    padding-right:20px;
  }
  .column-story-list-live>.item:first-child,
  .column-story-list-live>.item:last-child{
    width:100%;
  }
}
@media (max-width:650px){
  .slide-top-left .item .wrap .text .storyTitle{
    font-size:18px;
  }
  main.column{
    margin-top:0;
  }
  .slide-top{
    flex-wrap:wrap;
    padding-top:0;
  }
  .slide-top-left,.slide-top-right{
    width:100%;
  }
  .slide-top .item{
    margin-top:20px;
  }
  .video-bagImg,
  .video-bagImg-bottom{
    display:none;
  }
  main.slide-bottom .slide-bottom-column-name{
    color:#333;
  }
  .video-slide .slide-bottom .swiper-slide{
    width:100%;
  }
  .video-slide{
    padding:0 20px;
  }
  main.slide-bottom{
    padding:0;
  }
  .column-story-list-live>.item:last-child .item{
    width:100%;
  }
  .slide-top{
    padding-left:0;
    padding-right:0;
  }
}
.pg-canvas{
  position:absolute;
}

<!--/* 临时用样式 图片区域大小控制在16:9区域内 begin */-->
.item.limit-video-topsm,
.figure.hasbg.limit-img{
  width: 100%;
}
.figure.hasbg.limit-img:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  z-index:-1;
}
.figure.hasbg.limit-img img{
  position:absolute;
}
.gaussian-blur{
  position: absolute;
}
main.slide-bottom .gaussian-blur a{
  height:100%;
}
.gaussian-blur a:hover {
  text-decoration: none;
  transform: scale(1.05, 1.05);
  transform-origin: center center;
}
<!--/* 临时用样式 图片区域大小控制在16:9区域内 end */-->
