.section-content-banner .latest-list {
	height:48%
}

@media (min-width: 768px) {
	.section-content-banner .latest-list .content {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 81px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}
}



@media (max-width: 1024.98px) {
	
	.section-content-banner .latest-list .content {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 100px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
}
	
}