.title-news-details h2 {
    font-size: 17px;
    padding: 8px 10px;
    text-transform: uppercase;
    background: #02a4db;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.news_item {
    margin-bottom: 15px;
    display: flex;
    gap: 0px 10px;
}
.news_item .image {
    width: 110px;
    height: 80px;
}
.news_item .image img {
    border-radius: 10px;
}
.image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.news_infor {
    padding: 0;
    flex: 1;
}
.content-left .news_item .news_infor h3 {
    min-height: 40px;
    -webkit-line-clamp: 4;
}
.content-left .news_item .news_infor h3 a {
	color: #333;
}
.news_item .news_infor h3 {
    margin: 0 0px;
    line-height: 1.3;
    height: fit-content;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: black;
    min-height: 50px;
    text-align: left;
    margin-bottom: 5px;
}