.news-banner {
	width: 100%;
	min-width: 1170px;
	height: auto;
	position: relative;
}

.news-banner img {
	width: 100%;
	height: auto;
}



.news-list {
	padding-top: 0.1rem;
}

.news-list .item {
	width: 100%;
	display: block;
	border-bottom: 1px solid #DCDCDE;
}

.news-list .item .date {
	width: 1.05rem;
	float: left;
	padding: 0.2rem 0;
	text-align: right;
	color: #9A9A9A;
	font-family: DINPro;
}

.news-list .item .date .day {
	font-size: 0.32rem;
	display: block;
	width: 100%;
}

.news-list .item .date .year {
	font-size: 0.16rem;
	display: block;
	width: 100%;
}

.news-list .item .info {
	float: left;
	width: calc(100% - 1.05rem);
	display: block;
	padding: 0.25rem 0;
	position: relative;
}

.news-list .item.item1 .info {
	margin-left: 0;
	width: 100%;
	height: auto;
}

.news-list .item .info .title {
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news-list .item .info .desc {
	margin-top: 0.12rem;
	font-size: 0.15rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list .item .info .more {
	margin-top: 0.16rem;
	color: #4D4D4D;
	font-size: 0.16rem;
	display: block;
}

.news-list .item:hover .info .title,
.news-list .item:hover .info .more {
	color: #1662C7;
}

/* 新闻详情 */
.news_info {
	/* margin-top: 11.25rem; */
}

.news_info .news_head {
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #DFE6EB;
	text-align: left;
}

.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 {
	margin-top: 0.08rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5C6266;
	line-height: 0.26rem;
	display: block;
}

.news_info .news_detail {
	font-size: 0.14rem;
	color: #5C6266;
	margin-top: 0.25rem;
	overflow-x: auto;
}

.news_info .news_detail img {
	max-width: 100%;
}

.news_info .news_detail table {
	margin: 0 auto;
}

.body1 .news_info .news_detail {
	margin-top: 0;
}

@media screen and (max-width: 900px) {

	.news-banner {
		min-width: auto;
		height: 1.6rem;
	}

	.news-banner img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.news-list .item {
		border-bottom: 1px solid #F2F2F2;
	}

	.news-list .item .date {
		width: 100%;
		float: left;
		text-align: left;
		padding: 0;
		padding-bottom: 0.16rem;
	}

	.news-list .item .date .day {
		font-size: 0.13rem;
		display: inline;
	}

	.news-list .item .date .year {
		font-size: 0.13rem;
		display: inline;
		width: 100%;
		margin-left: 0.05rem;
	}

	.news-list .item .info {
		width: 100%;
		display: block;
		padding: 0.16rem 0 0.06rem 0;
	}

	.news-list .item.item1 .info {
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	.news-list .item .info .title {
		font-size: 0.18rem;
		line-height: 0.28rem;
	}

	.news-list .item .info .desc {
		margin-top: 0.05rem;
		color: #565656;
	}

	.news_info {
		margin-top: 0;
	}

	.news_info .con-content-big {
		padding: 0.32rem 0;
	}

	.news_info .news_detail {
		margin: 0.32rem 0;
		font-size: 0.13rem;
		line-height: 0.26rem;
	}

	.news_info .news_head {
		text-align: left;
		padding-bottom: 0;
		padding-top: 0;
		border-bottom: 0;
		margin-top: 0.32rem;
	}

	.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;
	}

	.news-list .item .info .more {
		display: none;
	}

}
