
body{
  background-color:#F5F5F5 !important;
}
.stories .storyTitle{
  font-size:16px;
}
main{
  margin-bottom:30px;
}
.story-item-tag-tag{
  background:none;
}
.global-header{
  margin-bottom:0;
}
.content-area-parent{
  width:724px;
  margin-right:30px;
  display:inline-block;
}
<!--/*right*/-->
.main-right-area{
  width:calc(100% - 760px);
  display:inline-block;
  vertical-align: top;
}
.hot-read-news .text.hot-read-story>span{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.column-bread-crumbs{
  padding: 20px 0;
  display:none;
}
.content-story-card.shadow-area {
  padding-top:0px !important;
}
.immediate-top-story-text .top-story-logo{
  display: inline-block;
  padding: 0 10px;
}
.immediate-top-story-text .top-story-title{
  font-size: 28px;
  display: inline-block;
  line-height: 30px;
  color: white;
}
.immediate-top-story-text .top-story-summary{
  font-size: 16px;
  line-height: 30px;
  padding: 15px 50px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.immediate-lb-area *{
  background-color: #003251;
}
.layui-laydate .layui-this{
  background-color:#C9343A !important;
}
.img-area:before{
  content: "";
  width: 260px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(270deg, rgba(255,0,0,0), rgba(0,50,81,1));
}
<!--/*顶部轮播区*/-->
.immediate-lb{
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.immediate-lb-area{
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.immediate-lb-area .slides{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.immediate-lb-area .slides .asbg{
  height: 22.5rem;
  width: 100%;
  float: left;
  margin-right: -100%;
  position: relative;
  opacity: 0;
  display: block;
  z-index: 1;
}
.immediate-lb-area .slides>li{
  display:flex !important;
}
.immediate-lb-area .slides .img-area{
  width: calc(50vw + 240px);
  position: relative;
  height: 100%;
  border: 0;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  bottom: 10px;
}
.immediate-lb-area .poster.hasbg{
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 4;
}
.immediate-lb-area .poster.hasbg img{
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
.immediate-lb-area .left-text-area{
  background-color: #fff;
  left: inherit;
  left: 0;
  bottom: 0;
  height: 100%;
  width:45%;;
  color: #333;
  padding: 0px;
  z-index: 10;
  background-color: #003251;
  transform: translateX(-14px);
  background: linear-gradient(270deg, #003251 0%, transparent -200%, #003251 10%);
  margin-left: calc(50vw - 540px);
  padding-left:0;
  position:relative;
  padding-top:130px;
  width:330px;
}
.immediate-lb-area .left-text-area .text-title{
  font-weight: bold;
  margin: 10px 0 20px;
  font-size: 20px;
  line-height: 1.5;
  font-size: 28px;
}
.immediate-lb-area .left-text-area .text-title>a,
.immediate-lb-area .left-text-area .text-summary>span{
  color:white;
}
.immediate-lb-area .left-text-area .text-summary{
  overflow: hidden;
  font-size: 16px;
  display: block;
  line-height: 1.5;
}
.wh-content-area{
  padding-top:30px !important;
  padding:30px;
  background:white;
  padding-bottom:20px;
}
.hot-topic-title{
  padding:0 !important;
}
.immediate-lb-area .flex-control-nav.flex-control-paging{
  width: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left:calc(50vw - 560px);
  bottom: 15%;
  position: absolute;
  text-align: center;
  height: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.immediate-lb-area .flex-control-nav.flex-control-paging li{
  width: auto !important;
  height: 7px;
  margin: 0 1%;
  display: block;
}
.immediate-lb-area .flex-control-nav.flex-control-paging a{
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 22px;
  background: white;
  border-right: 1px solid rgba(255,255,255,0.3);
  height: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 7px;
}
.immediate-lb-area .flex-control-nav.flex-control-paging .flex-active{
  background: #c21010;
  cursor: default;
  width:44px;
  border-right:none;
}
.video-lunbo-story-two>div{
  background:white;
  margin-top:20px;
}
.hot-topic-title{
  display:block !important;
}
.hot-topic-content .hot-topic-content{
  padding:0 !important;
}
.hot-topic-story{
  margin-top:20px !important;
}
.content-story-list .story-item-time>div{
  display:none;
}
.story-item-tag.story-item-tag-unselected,
.story-item-tag.story-item-tag-selected{
  background:none;
}
.story-item-tag.list-tag{
  bottom:-4px;
}
.story-item-tag.list-tag img{
  width:18px;
}
.wh-content-area{
  background:white !important;
}
.content-story-list .story-item-tag.story-item-tag-favorites.story-item-tag-unselected.list-tag img,
.story-item-tag.story-item-tag-favorites.story-item-tag-selected.list-tag img{
  width:14px;
}
<!--/* 搜索結果時間前面加圖標 begin */-->
.searchItemTime:before{
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(https://wwp-static.wenweipo.com/img/content/time.png) no-repeat;
  margin-right: 10px;
  background-size: 100%;
}
.searchItemTime{
  display: flex;
  align-items: center;
}
.clearTxt {
  top: 8px;
}
@media(min-width: 1366px){
  .content-story-list>.limit-list .limit-img{
    width: 241px;
    overflow: hidden;
  }
  .content-story-list>.limit-list .limit-img img{
    width: 100%;
    height: auto;
  }
  #exhibition>div>.limit-list .limit-img{
    overflow: hidden;
  }
  #exhibition>div>.limit-list .limit-img img{
    width: 100%;
    height: auto;
  }
}
@media(min-width: 651px){
  .content-story-list>.limit-list .limit-img{
    overflow: hidden;
  }
  .content-story-list>.limit-list .limit-img img{
    width: 100%;
    height: auto;
  }
  #exhibition>div>.limit-list .limit-img{
    overflow: hidden;
  }
  #exhibition>div>.limit-list .limit-img img{
    width: 100%;
    height: auto;
  }
}
<!--/* 搜索結果時間前面加圖標 end */-->
@media (max-width: 1367px){
  .column-bread-crumbs{
    padding:0px;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging{
    bottom: 20%;
    left: calc((100% - 1200px) / 2 + 20px);
  }
  .immediate-lb-area .left-text-area{
    padding-left:0;
    padding-right: 5%;
    width: 50%;
  }
  .immediate-lb-area .left-text-area .text-title{
    font-size: 26px;
  }
}
@media( max-width: 1999px ) and (min-width: 1367px){
  .immediate-lb .immediate-lb-area .left-text-area{
    bottom: -60px;
  }
}
@media ( max-width: 1366px ) and (min-width: 901px){
  .immediate-lb .immediate-lb-area .left-text-area{
    bottom: 96px;
  }
}
@media (min-width: 979px) and (max-width: 1366px) {
  .hot-topic-content .hot-topic-story .item-text{
    width: calc(100% - 39px);
    font-size: 15px;
  }
  .hot-topic-content .hot-topic-story .item-num{
    width: 31px;
    min-width: 31px;
    padding: 0 5px;
  }
  .content-area-parent{
    margin-right: 20px;
  }
  .date-area-title>div{
    font-size: 22px;
  }
  .immediate-lb .immediate-lb-area .left-text-area{
    margin-left: calc((100vw - 1200px) / 2 + 20px);
  }
}
@media (max-width:900px){
  main{
    display:flex;
    justify-content: space-between;
  }
  .immediate-lb-area .slides .img-area,
  .immediate-lb .immediate-lb-area .left-text-area{
    width:100%;
  }
  .immediate-lb .immediate-lb-area .left-text-area{
    position:absolute;
    background:none;
    margin-left:0;
    transform:none;
    padding-left:30px;
    height:auto;
  }
  .img-area:before{
    display:none;
  }
  .immediate-lb-area *{
    background:none;
  }
  .content-area-parent{
    width:60%;
    margin-right:0;
  }
  .main-right-area{
    width:38%;
  }
  .content-story-list>.story-item{
    min-height:unset;
    justify-content: space-between;
  }
  .content-story-list>.story-item>a{
    width:51%;
  }
  .content-story-list .story-item-text{
    width:47%
  }
  .content-story-list .story-item-cover{
    margin-right:0;
  }
  .content-story-list .story-item-title{
    -webkit-line-clamp:1;
    width:100%;
    max-height:1.5em;
  }
  .story-item-tag.list-tag{
    display:none;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging {
    bottom: 35px;
    left: 20px;
  }
  .content-story-card .story-item{
    width:194px;
  }
  .div-item1{
    margin-left:7px !important;
  }
  .wh-content-area{
    padding-left:20px;
    padding-right:20px;
  }
  .time{
    font-size:14px;
  }
}
@media (max-width:650px){
  .content-story-list .story-item-text{
    display:flex;
    flex-wrap:wrap;
  }
  .content-story-list .story-item-summary{
    max-height:44px;
    margin-top:0;
  }
  .immediate-lb-area .slides .img-area,
  .immediate-lb-area .left-text-area{
    width:100%;
    max-width:100%;
  }
  .immediate-lb-area .left-text-area{
    transform: translateX(0);
    margin-left:0;
  }
  .immediate-lb-area .left-text-area{
    position:absolute;
    bottom:0;
    height:2em;
  }
  .immediate-lb-area .left-text-area>div{
    display:none;
  }
  .immediate-lb-area .left-text-area>div.text-title{
    display:block;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging{
    bottom:0px;
    left:0;
    width:100%;
    height:4px;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging a{
    height:4px;
    background:#999;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging li{
    margin:0;
    width:33.33% !important;
    height:4px;
  }
  .immediate-lb-area .flex-control-nav.flex-control-paging a,
  .immediate-lb-area .flex-control-nav.flex-control-paging .flex-active{
    width:100%;
  }
  .img-area:before{
    display:none;
  }
  .immediate-lb .immediate-lb-area .left-text-area{
    padding:0 20px;
    bottom:3px;
    background: rgba(0,50,81,0.5);
  }
  .immediate-lb-area .left-text-area>div:not(.text-title){
    display:none;
  }
  .immediate-lb-area .left-text-area .text-title{
    margin:0;
    font-size:18px;
    padding:10px 0;
  }
  .immediate-lb-area .left-text-area .text-title .twoLine{
    -webkit-line-clamp: 1;
    max-height:1.5em;
  }
  .immediate-lb{
    overflow:auto;
  }
  .main-right-area{
    display:none;
  }
  .content-story-list>.story-item{
    height:auto !important;
  }
}