.news{
	width: 100%;
	border-top: 0.01rem solid #f7f7f7;
	border-bottom:0.01rem solid #f7f7f7;
	box-shadow: 0 0.05rem .10rem rgba(0 ,0,0,0.1);
}
.newslist{
    display: flex;
    justify-items: flex-end;
    justify-content: center;
    margin: .40rem auto;
    flex-wrap: wrap;
  
}
.fenge-kong{
	height: 1rem;
	line-height: 1rem;
	padding-left: 5%;
	font-size: .3rem;
}
.news_box{
    width: 96%;
    margin-bottom: .20rem;
}
.newscont{
    background-color: #fff;
    overflow: hidden;
    padding: 3%;
    border-bottom: 1px solid rgba(0 ,0,0,0.1);

}

.newscont img{
	    width: 38%;
	    float: right;
	    border-radius: 3px;
			    margin-top: 1%;
}
.cont_min{
    width: 61%;
    float: left;
}
.new_title{
	    margin: .20rem auto;
	    font-weight: bold;
	    font-size: .28rem;
	    line-height: .32rem;
}
.new_time{
	font-size: .26rem;
	color: #999;
	margin-bottom: .20rem;
}


.page{
	width: 100%;
	display: flex;
	height: .50rem;
	justify-content: center;
	align-items: center;
	margin-bottom: .50rem;
}
.page div{
	border: .01rem solid #999;
	border-radius: .05rem;
	padding: .06rem .10rem;
	background-color: #fff;
	font-size: .26rem;
	margin-right: .12rem;
}
.page .active{
	border-color: #0075F9;
	color: #0075F9;
}
.page div:hover{
	cursor: pointer;
	border-color: #0075F9;
	color: #0075F9;
}

.span_right{
	margin-right: .12rem;
}
