@media screen and (max-width:1024px) {}

@media screen and (max-width:640px) {}


.dabiaoti{
	font-size: 26px;
	margin: 0px auto;
}
.xiaobiaoti{
	font-size: 18px;
	margin: 0px auto;
	text-transform: uppercase;
	color: #666;
	
	display: none;
}

.ge {
    width: 40px;
    height: 5px;
    margin: 10px auto 30px;
    background: #00428e;
}


@media screen and (max-width:1024px) {
	
	.dabiaoti{
		font-size: 26px;
		margin: 10px auto;
	}
	.xiaobiaoti{
		font-size: 16px;
		margin: 10px auto;
		display: none;
	}
	
	.ge {
	    width: 40px;
	    height: 5px;
	    margin: 10px auto 30px;
	    background: #00428e;
	}
	
}


.newslist{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.newslist_box_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 50px;
	text-align: center;
}
.newslist_box_nav a{
	text-align: center;
	line-height: 50px;
	padding: 15px 30px;
	background: #ddd;
	color: #333;
	margin: 0 15px;
}
.newslist_box_nav a.active{
	background: #00428e;
	color: #fff;
}
.newslist_box_nav a:hover{
	background: #00428e;
	color: #fff;
}
.newslist_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.newslist_box ul li{
	float: left;
}
.newslist_box li{
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border-bottom: 1px dashed #999; */
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.newslist_left{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
}
.newslist_left img{
	max-width: 100%;
}
.newslist_right{
	float: right;
	width: 68%;
	height: auto;
	overflow: hidden;
}
.newslist_right span{
	display: block;
}
.newslist_right span.title{
	font-size: 20px;
	line-height: 45px;
}
.newslist_right span.title a{
	display: block;
	font-size: 20px;
	line-height: 45px;
	color: #000;
}
.newslist_right span.date{
	font-size: 14px;
	line-height: 45px;
	color: #666;
	border-bottom: 1px dashed #999;
}
.newslist_right span.des{
	font-size: 15px;
	line-height: 35px;
	color: #666;
	margin: 10px auto;
}
.newslist_right span.more{
}
.newslist_right span.more a{
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #00428e;
}



.news_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.news_main_title{
	text-align: center;
	line-height: 45px;
	font-size: 24px;
}
.news_main_date{
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	color: #666;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
.news_main_txt{
	font-size: 15px;
	line-height: 35px;
	color: #666;
}
.news_main_txt p{
	text-indent: 30px;
}
.news_main_txt img{
	display: inline-block;
	max-width: 100%;
}




.down_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.down_box ul li{
	float: left;
}
.down_box li{
	width: 48%;
	height: auto;
	overflow: hidden;
	
	margin-right: 4%;
	margin-bottom: 2%;
	
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	
}
.down_box li:nth-child(2n+2){
	margin-right: 0;
}

.down_left{
	float: left;
	width: 95%;
	height: auto;
	overflow: hidden;
}
.down_left span{
	display: block;
}
.down_left span.title{
	font-size: 18px;
	line-height: 35px;
}
.down_left span.title a{
	display: block;
	font-size: 18px;
	line-height: 35px;
	color: #000;
}
.down_left span.date{
	font-size: 14px;
	line-height: 35px;
	color: #666;
}

.down_right{
	float: right;
	width: 5%;
	height: auto;
	overflow: hidden;
}
.down_right img{
	width: 80%;
	height: auto;
}



@media screen and (max-width:1024px) {
	
	
	
	.newslist{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.newslist_box_nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 30px;
		text-align: center;
	}
	.newslist_box_nav a{
		text-align: center;
		line-height: 40px;
		padding: 10px 10px;
		background: #ddd;
		color: #333;
		margin: 0 5px;
	}
	.newslist_box_nav a.active{
		background: #00428e;
		color: #fff;
	}
	.newslist_box_nav a:hover{
		background: #00428e;
		color: #fff;
	}
	.newslist_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.newslist_box ul li{
		float: left;
	}
	.newslist_box li{
		width: 100%;
		height: auto;
		overflow: hidden;
		/* border-bottom: 1px dashed #999; */
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.newslist_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.newslist_right{
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.newslist_right span{
		display: block;
	}
	.newslist_right span.title{
		font-size: 16px;
		line-height: 30px;
	}
	.newslist_right span.title a{
		display: block;
		font-size: 16px;
		line-height: 30px;
		color: #000;
	}
	.newslist_right span.date{
		font-size: 14px;
		line-height: 30px;
		color: #666;
		border-bottom: 1px dashed #999;
	}
	.newslist_right span.des{
		font-size: 14px;
		line-height: 30px;
		color: #666;
		margin: 10px auto;
	}
	.newslist_right span.more{
	}
	.newslist_right span.more a{
		display: block;
		font-size: 14px;
		line-height: 30px;
		color: #00428e;
	}
	
	
	
	.news_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
	}
	.news_main_title{
		text-align: center;
		line-height: 30px;
		font-size: 16px;
	}
	.news_main_date{
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #666;
		border-bottom: 1px dashed #ddd;
		margin-bottom: 20px;
	}
	.news_main_txt{
		font-size: 15px;
		line-height: 30px;
		color: #666;
	}
	.news_main_txt p{
		text-indent: 0px;
		font-size: 15px;
		line-height: 30px;
		color: #666;
	}
	
	
	
	
	
	.down_box{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.down_box ul li{
		float: left;
	}
	.down_box li{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		margin-bottom: 10px;
		border-bottom: 1px dashed #999;
	}
	
	.down_left{
		float: left;
		width: 85%;
		height: auto;
		overflow: hidden;
	}
	.down_left span{
		display: block;
	}
	.down_left span.title{
		font-size: 14px;
		line-height: 35px;
	}
	.down_left span.title a{
		display: block;
		font-size: 14px;
		line-height: 35px;
		color: #000;
	}
	.down_left span.date{
		font-size: 12px;
		line-height: 35px;
		color: #666;
	}
	
	.down_right{
		float: right;
		width: 10%;
		height: auto;
		overflow: hidden;
	}
	.down_right img{
		width: 80%;
		height: auto;
	}
	
	
}