.news-list .name-category {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.news-list .noi-dung {
	padding:10px 0 0 0
}

.news-top {
    margin-bottom: 40px;
}

.news-top .left .item-news .title {
    font-size: 22px;
    height: 57px;
    margin-top: 10px;
}

.item-news .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.news-top .right .item-news .title {
    margin-top: 7px;
}

.item-news .wrap-img {
    padding-bottom: 70%;
    border-radius: 8px;
}

.item-news .title {
    font-size: 17px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.block-news .row {
    row-gap: 16px;
}

.news-bottom > .row {
    row-gap: 20px;
}

.news-bottom {
    padding-bottom: 30px;
}

@media (max-width: 576px) {
    .news-top .left .item-news .title {
        font-size: 18px;
        height: 48px;
    }

    .item-news .title {
        font-size: 15px;
        height: 39px;
    }
}