.item .wrap{
  display:flex;
  justify-content: space-between;
}
.item .wrap .figure{
  width:20%;
}
.item .wrap .figure a{
  position:relative;
  display:block;
}
.video-play{
  position:absolute;
  left:5%;
  bottom:8%;
  width:42px;
}
.item .wrap .text{
  width:78%;
}
.storyTitle{
  padding-top:0;
}
.item{
  margin-bottom:20px;
  width: 100%;
}
.storySummary,.moreBtn{
  font-size:14px;
}
.storyTitleFontFamily{
  font-size:19px;
  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: 3em;
}
.storyTime {
  text-align: right;
}
.storySummary{
  font-size: 15px;
  text-indent: 2em;
  text-align: justify;
  margin-top: 10px;
}
.storySummary a {
  color: #999;
}
@media (max-width:900px){
  .item .wrap .figure{
    width:30%;
  }
  .item .wrap .text{
    width:68%;
  }
}
@media (max-width:650px){
  .storySummary{
    display:none;
  }
  .item .wrap .figure{
    width:100%;
  }
  .item .wrap .text{
    width:100%;
  }
  .item .wrap{
    display: block;
  }
  .storySummay{
    display:none;
  }
  .storyTitleFontFamily{
    font-size: 18px;
  }
}