.wrap {
	width: 100%;
	background: #fff;
}
.newsList{
	margin-top: 69px;
}
.newsItem{
	width: 673px;
	height: 354px;
	background: #F8F8F8;
	border: 1px solid #D9CEBC;
	font-size: 0;
	margin-bottom: 30px;
}
.newsItem>div{
	display: inline-block;
	vertical-align: middle;
}
.date{
	width: 150px;
	height: 328px;
	background: #D9D2C6;
	opacity: 1;
	margin: 13px auto 15px auto;
}
.text{
	width: 426px;
	height: 328px;
	margin-left: 55px;
}
.day{
	font-size: 69px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #FFFFFF;
}
.year{
	font-size: 26px;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #FFFFFF;
}
.title{
	width: 100%;
	height: 130px;
	border-bottom: 1px solid #707070;;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #1F1A3A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
	padding-top: 19px;
}
.news_content{
	width: 100%;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 32px;
	color: rgba(0,0,0,0.8);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: left;
	margin-top: 16px;
}
.btn_load{
	margin:71px auto 73px auto;
}