.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;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #538F8F;
  color: white;
  cursor: pointer;
}
.featured-news .flex-control-paging li a.flex-active{
  background: #538F8F;
}
.storySummary{
  color: #999;
}
.storySummary,.moreBtn{
  font-size:16px;
}
.storyTitleFontFamily{
  font-size:22px;
}
.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:#205f5d;
}
.subLine{
  border:none;
  border-bottom:4px solid #205f5d;
}
@media (max-width:900px){
  .storyList{
    padding-top:20px;
  }
  .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%;
  }
  .storyList .item .wrap .text{
    width:68%;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
}
.banner img{
  width: 100%;
}