.storyList .item .wrap{
  display:flex;
  justify-content: space-between;
}
.video-slide {
  margin-top: 0;
}
.storyList .item .wrap .figure{
  width:20%;
}
.epidemic-top{
  margin-bottom:20px;
}
#appImg{
  display:none;
}
.bg-img img{
  width: 100%;
}
.storyList .item .wrap .text{
  width:78%;
}
.storyTitle{
  padding-top:0;
}
.storyList .item{
  margin-bottom:20px;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #cb1722;
  color: white;
  cursor: pointer;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #cb1722;
}
.storySummary,.moreBtn{
  font-size:14px;
}
.storyTitleFontFamily{
  font-size:14px;
}
.slide-right-list{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
div.slide-right-list li{
  display: flex;
}
.slide-main{
  display: flex;
  justify-content: space-between;
}
.featured-news{
  width:68%;
}
.slide-right{
  width:30%;
}
.columnTitle{
  margin-bottom:20px;
  color:#cb1722;
}
.subLine{
  border:none;
  border-bottom:4px solid #f54023;
}
.site-footer{
  background: #cb1722;
}
.storyTitleFontFamily{
  font-size: 18px;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
.storyTime{
  padding: 3px 0;
  text-align: right;
}
@media(min-width:651px){
  .storyTitleFontFamily{
    margin-bottom: 10px;
  }
}
@media (max-width:900px){

  .storyList .item .wrap .figure{
    width:30%;
  }
  .storyList .item .wrap .text{
    width:68%;
  }
  .slide-main{
    flex-wrap:wrap;
  }
  .featured-news{
    width:100%;
  }
  .slide-right{
    width:100%;
  }
  .slide-right-list{
    margin:20px 0;
  }
}
@media (max-width:650px){
  .storyList .item .wrap .figure{
    width:30%;
  }
  .storyList .item .wrap .text{
    width:68%;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
  #pcImg{
    display:none;
  }
  #appImg{
    display:block;
  }
}
.storySummary{
  font-size: 15px;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}