.clear {clear:both;}
.news-related {padding-top: 30px; width: 100%;}
.news-related-item {display: inline-flex; width: 18%; margin: 4%;}
.news-related-item:first-child {margin-left: 0;}
.news-related-item:last-child {margin-right: 0;}
.news-related-item-img img {max-width: 100%;}
.news-related-item-title {font-weight:bold; text-align: center; padding: 10px 0; display: -webkit-box; height: 52px; overflow:hidden;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  }

@media (max-width:768px)  {
    .news-related-item {width:41%; margin: 4%;}
    .news-related-item:first-child {margin-left: 4%;}
    .news-related-item:last-child {margin-right: 4%;}
}