.storyList .item .wrap{
  display:flex;
  justify-content: space-between;
}
.storyList .item .wrap .figure{
  width:20%;
  position: relative;
}
.bg-img img{
  width: 100%;
}
#appImg{
  display:none;
}
.storyTime{
  text-align: right;
}

.storyList .item .wrap .text{
  width:78%;
}
.storyTitle{
  padding-top:0;
}
.storyList .item{
  margin-bottom:20px;
}
.epidemic-top{
  margin-bottom:20px;
}
main .da-bre{
  background: #84bbed;
}
.video-btn:hover{
  cursor: pointer;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #84bbed;
}
.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:20px;
  color:#84bbed;
}
.subLine{
  border:none;
  border-bottom:4px solid #84bbed;
}
.site-footer{
  background: #84bbed;
}
.storyTitleFontFamily{
  font-size: 18px;
}
.storyList .item .wrap .text .storySummay{
  font-size: 14px;
}
@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%;
  }
  .storyTime{
    font-size: 12px;
    padding: 0px 0;
  }
  .storyList .item .wrap .text{
    width:68%;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:14px;
  }
  .video-btn{
    width: 23px;
  }
  #pcImg{
    display:none;
  }
  #appImg{
    display:block;
  }
}