.news-content{
	width: 1200px;
	margin:80px auto 0;
	/* border: 1px solid red; */
}

.news-list1{
	margin-top: 100px;
}
.news-list1-li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
	transition:all 1s ease-out;
}
.news-list1-li:hover {transform:scale(1.02);}
.news-img{
	width: 542px;
	height: 360px;
}
.news-text-box{
	width: 590px;
	position: relative;
}
.news-date{
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #dfe2e5;
}
.news-list1-title{
	margin-top: 25px;
	font-family: ARUDJingXiHeiGB-HV;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	height: 60px;
	border-bottom: 4px solid #00A0E9;
}
.news-text{
	margin-top: 25px;
	height: 115px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 40px;
	color: #000000;
	text-indent:2em
}



