* {
	margin: 0;
	padding: 0;
}

.cf{clear:both;}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	display: block;
	border: none;
}

html {
	font-size: 1rem;
}

body {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	overflow-y: auto;
	
}


.nhead {
	width: 94%;
	background: #205FA2;
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem 3%;
	line-height: 3rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #0f5eb2;
	
}

.nhead a {
	display: inline-flex;
	align-items: center;
	width: 65%;
	
}
.nhead a img{ max-width: 100%; display: block;}
.nhead a:link,
.nhead a:visited {
	color: #fff;
	text-decoration: none;
}

.nhead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

@media only screen and (min-width:567px ) {
	.nhead a {
	display: inline-flex;
	align-items: center;
	width: 45%;
}
}
@media only screen and (min-width:767px ) {
	.nhead a {
	display: inline-flex;
	align-items: center;
	width: 45%;
}
}


.bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgb(35, 96, 163);
	color: #fff;	
	line-height:1.5rem;
	font-size:0.7rem;
	padding: 0.3rem 0;
	 

}



.bottom a:link,.bottom a:visited{ color: #fff; text-decoration: none;}
.bottom a:hover{ color: #fff; text-decoration: none;}


.title{ width: 96%; height: auto; overflow: hidden; border-bottom: 1px solid #E7E7E7;
padding: 0.5rem 2%; line-height: 2rem; color: #666; font-size:0.95rem; display: flex; }
.title span{color: #d4d4d4; font-size: 0.7rem; align-items: center;}
.position{ width: 96%; height: auto; overflow: hidden; float: left; text-align: left;
line-height: 3rem; color: #666; font-size: 0.9rem; padding: 0 2%;}
/*.title img{ width:2rem; height: 2rem; display: block;}*/
.titleicon{ width: 10%;  display: inline-flex; align-items: center; float: left;}
.titleicon1{ width:6%;  display: inline-flex; align-items: center; float: left;}
.titleicon2{ width:9%;  display: inline-flex; align-items: center; float: left;}

@media only screen and (min-width:567px) {
.titleicon2{ width:6%;  display: inline-flex; align-items: center; float: left;}
}
.page { 
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 2rem;
	text-align: center;
}

.page a {
	display: inline-block;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0.3rem 0.5rem;
	font-size: 0.825rem;
}

.page a:link,
.page a:visited {
	color: #337ab7;
	text-decoration: none;
}

.page a:hover {
	color: #fff;
	background: #337ab7;
	text-decoration: none;
}

#page {
	color: #fff;
	background: #337ab7;
	text-decoration: none;
}


.about { width: 100%; height: auto; overflow: hidden; padding: 0;
text-align: left;
line-height: 2rem;
color: #333;
font-size: 0.825rem;
padding-bottom: 2rem;

background: url(../img/common/bgg.png) repeat;}
.about-m{ width: 92%; height: auto; overflow: hidden;
float: left;
margin-left: 2%;
padding: 1rem 2%; background: rgba(255,255,255,0.8);
margin-top: 1rem;
box-shadow: 5px 5px 5px #E7E7E7;
font-size: 0.825rem;}
.about-m p{ text-indent: 2rem;}


#data-list #splitpage{float: left;text-align:center;width:100%;margin: 10px 0px;}
#data-list #splitpage .nextpage,.data-list #splitpage .msg{ float: left; color:#999; text-align:center;width:100%;margin:0px;padding:15px 0px;font-size:13px;}
#data-list #splitpage .number{font-size:14px;color:#b63b4d;}

