.DtiasNv li{
	display: inline;
}
.news{
	/*background-color: rgba(168，168，168，0.3);*/
}
.news_title{
	margin-top: -20px;
}
.news_center{
	overflow: hidden;
	width: 1200px;
	margin:40px auto;
}
.news_left{
	float: left;
	width: 48%;
}
.news_right{
	float: right;
	width: 48%;
}
.news_numImg{
	float: left;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: #be0e29;
	position: absolute;
	top: 50%;
	margin-top: -42px;
}
.news_time{
	margin: 16px 0;
	font-size: 14px;
	color: white;
}
.news_timeday{
	font-size: 1.7em;
	color: white;
}
.news_text{
	float: left;
	width: 80%;
	margin-left: 21%;
}
.news_center_text{
	float: left;
	width: 80%;
	margin-left:10%;
	/*height: 91px;*/
}
.news_text p{
	color: gray;
	font-size: 14px;
}
.news_list{
	overflow: hidden;
	padding: 0.5em;
	border-bottom: 1px gray dashed;
	position: relative;
	min-height: 86px;
}
.news_time{
	text-align: center;
}
.news_containt{
	margin-top: 150px;
}
.news_title{
	margin:0 auto;
	text-align: center;
}
.news_more{
	width: 1200px;
	text-align: right;
	margin:0 auto;
}
.news_more a{
	display: inline-block;
	width: 140px;
	height: 27px;
	line-height: 27px;
	color: red;
	border-radius: 13.5px;
	font-size: 14px;
	position: relative;
	top: 0;
}
/*
.ourpoint_more{
	position: absolute;
	text-align: right;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 150px;
}
.ourpoint_more a{
	display: inline-block;
	width: 140px;
	height: 27px;
	line-height: 27px;
	color: white;
	font-size: 14px;
	position: relative;
	right: 10px;
}*/

.news_center_item{
	background-color: #FFFFFF;
	padding: 10px 15px 0 15px;
}
		
.news_center_item .news_list{
	padding: 1em 0;
}
.news_center_text p{
	color: #999999;
	font-size: 12px;
}
.news_list h3,
.news_list h2{
	color: #666666;
	font-size: 16px;
}
.news_list h3 a,
.news_list h2 a{
    color: #666666;
}
.news_list h3 a:hover,
.news_list h2 a:hover{
    text-decoration: underline;
}

.pagination{
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 20px 0 35px 0;
    font-size: 16px;
}
.pagination ul,
.pagination li{
    display: inline;
}
.pagination li{

}
.pagination li span{
    color: #be0e29;
}
.pagination li a{
    color: #666666;
    padding:0 5px;
}
.pagination li a:hover{
    text-decoration: underline;
}

@media screen  and (max-width: 1030px){
	.news_center{
		width: 84%;
		margin:20px auto;
	}
	.news_right{
		width: 100%;
	}
	.news_left{
		width: 100%;
	}
	.news_numImg{
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.news_center_text{
		float: left;
		width: 80%;
		margin-left:18%;
	}
	.news_center_text p{
		font-size: 16px;
	}
	.news_text p{
		font-size: 16px;
	}
}
@media screen  and (max-width:1360px){
	.news_numImg{
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
}
@media screen  and (max-width: 800px){
	.news_center_text{
		margin-left:20%;
		
	}
	.news_containt{
		margin-top: 40px;
	}
	.news_title{
		text-align: center;
	}
}
@media screen  and (max-width: 640px){
	.news_title img{
		width: 50%;
	}
	.news_containt{
		margin-top: 40px;
	}
	.news_title{
		text-align: center;
	}
	.news_center{
		width: 96%;
	}
	.news_right{
		display: none;
	}
	.news_numImg{
		display: none;
	}
	.news_text{
		margin-left: 0;
		width: 100%;
	}
	.news_center_text{
		margin-left: 0;
		width: 100%;
	}
	.news_center_text p{
		font-size: 16px;
	}
	.news_text p{
		font-size: 16px;
	}
	.ourpoint_more{
		display: none;
	}
	.news_more{
		display: none;
	}
}