.epidemic-top{
  text-align: center;
}
.epidemic-top img{
  display:inline-block;
}
.columnName{
  margin-bottom: 5px;
}
.da-bre{
  background: #5c322f;
}
.video-slide{
  margin-top: 0px;
}
.subLine{
  border-top: 4px solid #5c322f;
}
body{
  background-color: #fff !important
}
.storyList .item .wrap{
  display:flex;
  justify-content: space-between;
}
.storyList .item .wrap .figure{
  width:20%;
}
.storyList .item .wrap .text{
  width:78%;
}
.storyTitle{
  padding-top:0;
}
.storyList .item{
  margin-bottom:20px;
  width: 100%;
}
#pcImg{
  display:block;
}
#appImg{
  display: none;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #5c322f;
  color: white;
  cursor: pointer;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #5c322f;
}
.storySummary,.moreBtn{
  font-size:14px;
}
.storyTitleFontFamily{
  font-size:19px;
}
.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:10px;
  color:#5c322f;
  margin-top: 20px;
}
@media(max-width: 1366px){
  main{
    padding: 5px;
  }
}
@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){
  #pcImg{
    display:none;
  }
  #appImg{
    display: block;
  }
  .storyList .item .wrap .figure{
    width:100%;
  }
  .storyList .item .wrap .text{
    width:100%;
  }
  .storyList .item .wrap{
    display: block;
  }
  .storySummary{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
  .storyTitleFontFamily{
    font-size: 18px;
  }
}
.storyTime {
  text-align: right;
}
.storySummary{
  font-size: 15px;
  text-indent: 2em;
  text-align: justify;
  margin-top: 10px;
}
.storySummary a {
  color: #999;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}