.news-list {
	padding: 0.75rem 0 3.75rem 0;
}

.news-pane {
	padding: 2rem 0;
}

.news-img {
	width: 17.5rem;
	height: 9.875rem;
	padding-right: 0.5rem;
}

.news-content {
	padding-top: 1rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
	max-width: 53.25rem;
}

.news-hot {
	margin-right: 0.325rem;
	margin-bottom: 0.1rem;
	width: 2rem;
}

.news-title {
	font-size: 1.25rem;
	color: #333333;
	transition: color 0.25s;
}

.news-title:hover {
	color: #EB711A;
}

.news-subtitle {
	color: #666666;
	height: 2.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 1rem;
}

.news-time {
	color: #999;
}


/* 手机端 */
@media ( max-width: 991px){
	.news-list{
		padding-top: 0rem;
		padding-bottom: 1.875rem;
	}
	.news-time{
		font-size: 0.75rem;
		margin-bottom: 0;
	}
}
.m-news-flex{
	display: flex;
	margin-top: 1.875rem;
	color: #333;
	align-items: center;
}
.m-news-img{
	padding: 0 0.625rem 0 1rem;
}
.m-news-content{
	padding: 0 1rem 0 0;
}
.m-news-title{
	min-height: 2.625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-news-title:hover {
	color: #EB711A;
}