.storyList .item .wrap{
  display:flex;
  justify-content: space-between;
}
.storyList .item .wrap .figure{
  width:23%;
}
body .da-bre{
  background: #2295ff;
}
.epidemic-top{
  margin-bottom:20px;
}
#appImg{
  display:none;
}
.storyList .item .wrap .text{
  width:75%;
}
.storyTitle{
  padding-top:0;
}
.storyList .item{
  margin-bottom:20px;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #84bbed;
  color: white;
  cursor: pointer;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #84bbed;
}
.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:#84bbed;
}
.site-footer{
  background: #2295ff;
}
.storyTitleFontFamily{
  font-size: 18px;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
.storyTime{
  text-align: right;
}
.m-banner{
  display:none;
}
.showBanner{
  padding-bottom:30px;
}

@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;
  }
}
.line{
  width: 100%;
  border: 1.5px solid #6f2dd7;
  margin-bottom: 30px;
  margin-top: 7px;
}
.columnName{
  position:initial;
}
.column_title .columnName img{
  width:160px;
}
.storySummary {
  text-indent: 0;
}
@media (max-width:650px){
  .column_title .columnName img{
    width:135px;
  }
  .banner-img{
    display:none;
  }
  .m-banner{
    display:block;
  }
  .storyList .item .wrap .figure{
    width:33%;
  }
  .storyTime{
    padding: 3px 0;
  }
  .storyList .item .wrap .text{
    width:65%;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
  #pcImg{
    display:none;
  }
  #appImg{
    display:block;
  }
  .storyTitleFontFamily{
    font-size: 18px;
  }
  .storyTitleFontFamily{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.storySummary{
  font-size: 15px;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}