/* 通用樣式 */
.relt{
  position: relative;
}
.twoLine{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.oneLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.bg_linear{
  background: -moz-linear-gradient(to left,#f5f5f5,#afecef);
  background: -webkit-linear-gradient(to left,#f5f5f5,#afecef);
  background: -ms-linear-gradient(to left,#f5f5f5,#afecef);
  background: linear-gradient(to left,#f5f5f5,#afecef);
}
*{
  text-align: justify;
}
.date-box{
  text-align:right;
}
/* 視頻樣式 */
#videoListNS {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: calc(100% - 86px);
  align-content: space-between;
}
.top-right-child {
  width: calc(50% - 10px);
}
.video-box {
  position: relative;
}
.img_box {
  position: relative;
}
.video-btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.top-right-child .storyTitleFontFamily {
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #cde8ff;
  padding: 5px 10px;
}
.storyTitleFontFamily a {
  color: #fff;
  font-size: 15px;
}
.story-title-div span {
  color: #333;
}
.video-btn img{
  width: 50px;
}
.storySummary{
  text-indent: 2em;
  text-align: justify;
}
#copyyear{
  text-align: center;
}
 .moreBtn{
  text-align: center;
}
@media(max-width: 650px){
  .video-btn img {
  	width: 30px;
  }
}
