.section-news .card{height:400px;}
.section-news .card .item-img{height:212px;}
.section-news .intro{
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
   width:300px;
   height:70px;
}

.tabs-nav li.active a span{color:#c31830;}

