.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;
}
.video-slide {
  margin-top: 0;
}
.epidemic-top{
  margin-bottom:20px;
}
#appImg{
  display:none;
}
.storyTitle {
  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;
}
.storySummary{
  padding: 0 10px;
}
.storyTitle{
  padding-top: 0;
  font-size: 18px;
  padding: 0 10px;
  text-align: justify;
  padding-top: 5px;
}
.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;
}
.figure {
  position: relative;
}
.video-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 650px){
  .storyList .item .wrap .figure{
    width: 43%;
    float: left;
  }
  .storyList .item .wrap .text{
    width: 100%;
  }
}
@media(min-width: 651px){
  .wrap{
    display: flex;
  }
}
@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;
  }
}