.columnName{
  margin-bottom: 5px;
}
.da-bre{
  background: #53c1ee;
}
.video-slide{
  margin-top: 0px;
}
.subLine{
  border-top: 4px solid #53c1ee;
}
.columnName{
  color: #4A92D0;
}
.site-footer{
  background: #53c1ee;
}
body{
  background-color: #fff !important
}
.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;
  width: 100%;
}
.storyListMore{
  padding: 10px;
  text-align: center;
  background: #5c322f;
  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%;
}
.columnTitle{
  margin-bottom: 20px;
  color: #5c322f;
  margin-top: 20px;
}
#pcImg{
  display:block;
}
#appImg{
  display:none;
}

/* ---- grid ---- */
.grid {
  width: 100%;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-item {
  padding: 1%;
  width: 25%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-footer{
  background: #84bbed;
}
.grid .grid-item {
  box-shadow: 0px 1px 2px rgb(0 0 0 / 0%);
}
.grid-slide {
  border: 2px solid #dcd7d7;
  border-color: hsl(0deg 9% 84% / 50%);
  border-radius: 5px;
  padding: 1%;
}
.grid-item {
  height: auto;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
.grid-item img {
  width: 100%;
}
.grid-slide:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.columnName-bc{
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:0 0;
  text-indent: 15px;
  color: #ffffff;
  line-height: 48px;
}
@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){
  .storySummary{
    display:none;
  }
  #pcImg{
    display:none;
  }
  #appImg{
    display: block;
  }
  .storyList .item .wrap .figure{
    width:100%;
  }
  .storyList .item .wrap .text{
    width:100%;
  }
  .grid-item {
    width: 50%;
  }
  .storyList .item .wrap{
    display: block;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size:16px;
  }
  .storyTitleFontFamily{
    font-size: 18px;
  }
}
.storyTime {
  text-align: right;
}
.storySummary{
  font-size: 15px;
  text-indent: 2em;
  text-align: justify;
  margin-top: 10px;
}
.storySummary a {
  color: #999;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}