.news-list {
	padding-bottom: 0.25rem;
	margin-top: -0.25rem;
}

.news-list .item {
	width: 100%;
	display: flex;
	align-items: center;
}

.news-list .item .date {
	width: 0.8rem;
	height: 0.8rem;
	padding-top: 0.04rem;
	text-align: center;
	background: #F0F3F5;
	color: #5C6266;
	font-family: DINPro;
}

.news-list .item .date .day {
	font-size: 0.48rem;
	display: block;
	line-height: 0.5rem;
}

.news-list .item .date .year {
	font-size: 0.14rem;
	display: block;
}

.news-list .item .info {
	flex: 1;
	margin-left: 0.25rem;
	display: block;
	height: 1.3rem;
	padding: 0.25rem 0;
	border-bottom: 1px solid #E6E8EB;
	padding-right: 0.82rem;
	position: relative;
}


.news-list .item .info .title {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E3234;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: color 0.3s;
}

.news-list .item .info .desc {
	margin-top: 0.06rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5C6266;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list .item .info .more {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -0.16rem;
	right: 0.5rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../img/arrow-right3.png);
	background-size: 100% 100%;
}

.news-list .item:hover .info .title {
	color: #E50014;
}

.news-list .item:hover .info .more {
	opacity: 1;
	right: 0;
	transition: all 0.6s;
}

/* 新闻详情 */


.news-info .news-head {
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #DFE6EB;
}

.news-info .news-head .title {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E3133;
	display: block;
}

.news-info .news-head .desc {
	display: block;
	margin-top: 0.1rem;
	font-size: 0.14rem;
	font-family: DINPro;
	font-weight: 400;
	color: #5C6266;
	line-height: 1.8;
}


@media screen and (max-width: 900px) {
	.news-list {
		margin-top: -0.1rem;
	}

	.news-list .item .date {
		width: 0.7rem;
		height: 0.7rem;
		padding-top: 0.06rem;
	}

	.news-list .item .date .day {
		font-size: 0.4rem;
		line-height: 0.42rem;
	}

	.news-list .item .date .year {
		font-size: 0.12rem;
	}

	.news-list .item .info {
		margin-left: 0.12rem;
		display: block;
		height: 0.9rem;
		padding: 0.1rem 0;
		border-bottom: 1px dashed #E6E8EB;
	}

	.news-list .item .info .title {
		font-size: 0.16rem;
		line-height: 0.28rem;
	}

	.news-list .item .info .desc {
		margin-top: 0.05rem;
		font-size: 0.13rem;
		line-height: 1.5;
		margin-top: 0.02rem;
	}

	.news-list .item .info .more {
		display: none;
	}



	.news-info .news-head {
		padding-bottom: 0;
		border-bottom: 0;
		margin-top: 0;
	}

	.news-info .news-head .title {
		font-size: 0.2rem;
		line-height: 0.24rem;
	}

	.news-info .news-head .desc {
		font-size: 0.12rem;
		line-height: 0.13rem;
		margin-top: 0.16rem;
	}

}
