﻿.news-cat {
    display: none;   
    padding-left:16px;
}
.hotnews {
    display: block;
    padding: 32px 0;
}
.hotnews-img {
    height: 351px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.news-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.hotnews-content {
    margin-left: 28px;
}
.hotnews-desc {
    margin-top: 4px;
}
.hotnews-time {
    margin-top: 10px;
}
.view-more {
    margin-top: 100px;
    margin-left: 28px;
}
.news-list {
    padding: 0px 0 32px 0;
}
.news-content {
    margin-left: 32px;
}
.news-time {
    margin-top: 12px;
}
.news-desc {
    margin-top: 12px;
}
.news-item {
    display: block;
    margin-top: 32px;
}
/* .news-item:not(:first-child) {
    margin-top: 32px;
} */
#newsList > a:not(:first) {
    margin-top: 32px;
}
.news-title {
	transition: .3s;
}

a:hover .news-title {
	color: #ED243A !important;
	transition: .3s;
}
.hotnews {
	cursor:pointer;
}
.hotnews:hover .hotnews-title {
	color: #ED243A !important;
	transition: .3s;
}
@media screen and (max-width: 991px) {
    .news-cat {
        display: block;
    }
    .hotnews {
        padding: 0;
    }
    .hotnews-title {
        font-size: 20px;
        line-height: calc(28 / 20);
    }
    .hotnews-desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #463638;
    }
    .hotnews-time {
        font-weight: 400;
        font-size: 12px;
        line-height: calc(16 / 12);
    }
    .hotnews-img {
        height: 193px;
        border-radius: 3px;
    }
    .news-list {
        padding: 24px 0 32px 0;
    }
    .hotnews-content {
        margin-left: 0px;
        margin-top: 16px;
    }
    
    .view-more {
        display: none;
    }
    .news-item {
        padding: 16px 0 24px 0;
        border-top: 1px solid #DEDEDE;
        margin-top: 0 !important;
    }
    .news-img {
        height: 102.5px;
        border-radius: 3px;
    }
    .news-desc {
        display: none;
    }
    .news-content {
        margin-left: 16px;
    }
    .news-title {
        font-size: 14px;
        line-height: calc(20 / 14);
    }
    .news-time {
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: calc(16 / 12);
    }
}
