
.news_outer_wrap{
	background: #f8f8f8;
	padding-bottom: 4%;
}
.news_info_item{
	display: flex;
	margin-bottom: 2%;
	padding: 2%;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	align-items: stretch;
	transition: transform linear .5s;
}

.news_info_item:last-child{
	margin-bottom: 0;
}

.news_info_item:hover{
	transform: translateY(-10px);
}

.news_info_item_left{
	padding-top: 14.28%;
	width: 22.8%;
	transition: all linear .5s;
}

.news_info_item:hover .news_info_item_left{
	background-size: 110%;
}
.news_info_item_right{
	width: 74%;
}


.news_info_r1_title1{
	padding-top: 3%;
	color: #000;
}

.news_info_item:hover .news_info_r1_title1{
	color: #1874ce;
}

.news_info_r1_desc{
	padding-top: 1%;
	padding-bottom: 1%;
	line-height: 1.875;
	color: #666;
}

.news_info_r1_time{
	padding-top: 1.6%;
	color: #999;
}

.news_and_prev{
	display: flex;
	flex-wrap: nowrap;
}

.news_prev{
	flex:1 ;
	color: #666;
	display: flex;
	align-items: center;
	white-space: nowrap;


}

@media screen and (max-width:800px ) {
	.news_info_r1_title1{
	padding-top: 1%;
	
}
.news_info_r1_desc{
	padding-top: .6%;
	padding-bottom: .6%;
	line-height: 1.2;
	
}

.news_info_r1_time{
	
	color: #999;
}



}



.news_next{
	flex: 1;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
}


.news_prev a,.news_next a{
	color: #666;
	font-size: 14px;
}

.news_back{
	width: 146px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 21px;
	color: #666;
	margin-left: 2%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:800px ) {
	.news_back{
		display: none;
	}
	.news_and_prev{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.news_next{
		justify-content: flex-start;
	}
}