.news{
	width: 100%;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	box-shadow: 0 5px 10px rgba(0 ,0,0,0.1);
	margin-top: 0.4rem;
}
.newslist{
	display: flex;
	justify-items: flex-end;
	justify-content: space-between;
	margin: 40px auto;
	flex-wrap: wrap; 	    
}
.news_box{
	width: 280px;	   
	margin-bottom: 20px;	
}
.newscont{
	width: 100%;
	min-height: 342px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0 ,0,0,0.2);

}
.newscont:hover{
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0 ,0,0,0.3);
	transition:all 0.3s ease-in-out;
	transform:scale(1.04);
}

.newscont img{
	width: 100%;
}
.cont_min{
	width: 90%;
	margin: 5%;
}
.new_title{
	margin:20px auto;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
.new_time{
	font-size: 13px;
	color: #999;
	margin-bottom: 20px;
}
.new_text{
	font-size: 15px;
	line-height: 26px;
	color: #666;
}

.page{
	width: 100%;
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.page div{
	border: 1px solid #999;
	border-radius: 5px;
	padding: 6px 10px;
	background-color: #fff;
	font-size: 15px;
	margin-right: 12px;
}
.page .active{
	border-color: #0075F9;
	color: #0075F9;
}
.page div:hover{
	cursor: pointer;
	border-color: #0075F9;
	color: #0075F9;
}

.span_right{
	margin-right: 12px;
}
