.wrap {
	width: 100%;
	background: #fff;
}
.newsListBox{
	margin-top: 63px;
}
.newsBox{
	margin-bottom: 68px;
}
.newsInfo{
	width: 670px;
	border-left:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}
.news_pic{
	width: 671px;
	height: 419px;
	overflow: hidden;
}
.news_pic>img{
	width: 100%;
}
.news_title{
	width: 588px;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 32px;
	color: #1E1D4B;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	padding: 33px 0;
}
.news_info{
	width: 100%;
	height: 85px;
	border-top:1px solid #D4D4D4;
	position: relative;
}
.news_time{
	width: 450px;
	line-height: 85px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #595959;
	border-right:1px solid #D4D4D4;
	text-align: left;
	float: left;
	margin-left: 55px;
}
.news_arrow{
	position: absolute;
	top:32px;
	right: 35px;
}

.btn_load{
	margin:71px auto 73px auto;
}