.columnTitle h2{
  color: #84bbed;
  font-size: 24px;
  font-weight: normal;
}
.columnTitle{
  margin-bottom: 20px;
}
body{
  background-color: #fff !important
}
.storyList .item .wrap{
  display:block;
  justify-content: space-between;
}
.storyList .item .wrap .figure{
  width:100%;
  position: relative;
}
.bg-img img{
  width: 100%;
}
.video-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.storyList .item .wrap .text{
  width:100%;
}
.twoLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.storyTitle{
  padding-top:0;
}
#appImg{
  display:none;
}
.storyList .item{
  margin-bottom: 20px;
  width: calc(33.33% - 20px);
  -webkit-transition: all .8s;
  transition: all .8s;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #fff;
}
.storyList .item:hover{
  -webkit-box-shadow: 0 3px 5px #888;
  box-shadow: 0 3px 5px #888;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #2d5db4;
  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%;
}
.columnName{
  margin-bottom: 5px;
}
.site-footer{
  background: #2d5db4;
}
.section-title span{
  color: #fff;
  position: relative;
  top: 6px;
}
.site-footer{
  background: #2d5db4;
}
.columnTitle>h2{
  background: #043ea9;
}
.section-title{
  display: block;
}
.percent {
  width: 55px;
  margin-right: 10px;
  display: inline-block;
}
@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){
  .storyList .item{
    width: 100%;
  }
  #pcImg{
    display:none;
  }
  #appImg{
    display:block;
  }
  .storyList .item .wrap .figure{
    width:100%;
  }
  .storyList .item .wrap .text{
    width:100%;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
  .storyTitleFontFamily{
    font-size: 18px;
  }
}
.storySummary{
  font-size: 15px;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}