.banner_box1 img{
	width: 100%;
}
.news{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.news_item{
	height: 155px;
	margin-top: 70px;
	width: 100%;
	/*background: #EEEEEE;*/
	display: flex;
	justify-content: space-between;
	flex-direction: row
}
.news_item a{
	color: #000;
}
.pagination{
	margin: 50px auto !important;
}
.pagination li{
	padding: 0;
}
.pagination li a{
	color: #000000 !important;
}
.date{
	width: 124px;
	height: 154px;
	background: #fe6702;
	color: #fff;
	text-align: center;
}
.date span:first-child{
	font-size: 65px;
	font-weight: 600;
	padding-top: 30px;
	display: block;
}
.date span:last-child{
	font-size: 17px;
}
.news_item .img{
	width: 290px;
	height: 155px;
	display: block;
}
.news_item img{
	width: 290px;
	height: 155px;
	display: block;
}
.news_content{
	width: 780px;
	height: 100%;
	padding-left: 20px;
}

.news_content span:first-child{
	font-size: 24px;
	display: block;
	padding: 18px 0 20px 0;
	font-weight: 600;
}
.news_content span:last-child{
	width: 750px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
}