.section-title span{
  color: #666;
}
.section-title span{
  order: 3;
  margin-bottom: 3px;
  margin-left: 10px;
}
.subLine{
  height: 1px;
  background: #14ADD2;
}
#storyList{
  padding-top: 20px;
}
.storyList .item .wrap{
  display:flex;
  justify-content: space-between;
}
.video-slide {
  margin-top: 0;
}
.twoLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.oneLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.epidemic-top{
  margin-bottom:20px;
}
#appImg{
  display:none;
}
.storyTitle{
  padding-top:0;
  font-size: 18px;
}
.storyList .item{
  margin-bottom:20px;
  width: 100%;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #84bbed;
  color: white;
  cursor: pointer;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
.da-bre img{
  display: none;
}
@media (max-width:1024px){
}
@media (min-width:1500px){
}
@media (max-width:990px){
  .footer-link {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .footer-right-link {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
  }
}