﻿.hotnews {
	padding-bottom: 24px;
}
.red-caption {
	margin-top:0;
}
.cus-container {
    padding: 0 80px;
}
.lst-tin {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    border-top: 1px solid #ECEAEA;
    padding-top: 24px;
	padding-bottom: 32px;
}
.news-item {
    margin-top: 0;
}
.news-content {
    margin: 0;
    margin-top: 16px;
}
.news-img {
    height: 167px;
}
.news-time {
    margin-top: 4px;
}
.news-cat-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 28px;
}
.news-cat-main-img {
    height: 351px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-cat-main-content {
    margin-top: 16px;
    padding: 10px;
}
.list-news-cat-section {
    padding: 32px 0;
}
.news-cat-list {
    margin-top: 16px;
}
.news-cat-list-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 24px;
    border-top: 1px solid #ECEAEA;;
}
.news-cat-list-img {
    height: 92.25px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 16px;
}
.news-cat-item .view-more {
    justify-content: center;
    padding: 12px 0;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left:0;
}
.news-bottom {
    padding-top: 32px;
    padding-bottom: 120px;
}
.news-bottom-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}
.news-bottom-img {
    height: 351px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-cat-main-desc {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: middle;
    margin-top: 10px;
}
.news-cat-main-time {
    margin-top: 10px;
}
.news-bottom-item {
    display: flex;
    flex-direction: column;
}
.news-bottom-content {
    padding: 10px;
}
.news-bottom-time {
    margin-top: 10px;
}
section.list-news-cat-section > div > div > div:nth-child(4) {
    display: none;
}
.news-cat-main-title,
.news-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: middle;
}

a:hover .news-cat-main-title,
a:hover .news-cat-list-title,
a:hover .news-bottom-title,
a:hover .news-title {
	color: #ED243A !important;
	transition: .3s;
}

@media screen and (max-width: 991px) {
    .cus-container {
        padding: 0 16px;
    }
    .news-cat-item .view-more {
    	justify-content: flex-end;
	}
    .lst-tin {
        grid-template-columns: 1fr;
        grid-gap: 0;
        border-top: 0;
    }
    .news-item {
        display: flex;
        flex-wrap: wrap;
    }
    .news-img {
        margin-right: 16px;
        height: 92.53px;
    }
    .news-content {
        margin: 0;
    }
    .news-cat-container {
        grid-template-columns: 1fr;
        grid-gap: 48px;
    }
    .news-cat-main-img {
        height: 200px;
        border-radius: 3px;
    }
    .news-cat-main-content {
        margin-top: 16px;
        padding: 0;
    }
    .news-cat-main-title {
        font-size: 20px;
        line-height: calc(28 / 20);
    }
    .news-cat-main-desc, 
    .news-cat-main-time {
        display: none;
    }
    .news-bottom {
        display: none;
    }
    .news-cat-item .view-more {
        display: flex;
    }
    .red-caption {
        margin-top: 0;
        margin-bottom: 16px;
    }
    section.list-news-cat-section > div > div > div:nth-child(4) {
        display: block;
    }
}