
* {
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style-type: none;
	margin: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #aeaeae;
	background-color: #fff;
	cursor: default;
	word-wrap: break-word;
}
.top {
	margin: 0 auto;
	display:flex;
}
.toplogo{
	width:50%;
	text-align:left
}
.denglu{
	width:50%;
	text-align:right;
	padding-top:30px;
	padding-right:20px;
}
.denglu span{
	color:#d50000;
	font-weight:bold;
}
.sm{
	    margin-right: 30px;
}
.nname{
	display: inline-block;
}
.dengluzhuce{
	display: inline-block;
}
.dengluzhuce a{
	padding:0 10px;
	font-weight:bold;
	color:#aeaeae;
}
footer {
	clear: both;
}
.f_bottom{
	margin:0 auto;
	display:flex;
}
.f_logo,.copy{
	width:50%;
}
.copy{
	text-align:right;
	padding-top:10px;
	padding-right:15px;
}
.page {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top: #e8e8e8 1px solid;
}
.page .i {
	color: #959595;
	display: inline-block;
	margin-right: 2px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	font-size: 16px;
	vertical-align: top;
}
.page .i:hover {
	background-color: #0a4ea1;
	color: #fff;
}
.page .cur {
	background: none;
	border: 0;
	color: #0a4ea1;
}
.page .cur:hover {
	background: none;
	border: 0;
	color: #ff8f32;
}
.page .btn {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 80px;
	height: 33px;
	line-height: 20px;
	display: inline-block;
	color: #aeaeae;
	margin-right: 2px;
}
.page .btn:hover {
	background-color: #0a4ea1;
	color: #fff;
}
table {
	width:100%;
	background: #dadada;
	border-collapse: separate !important;
	border-spacing: 1px !important;
	text-indent: 0;
}
table td {
	background: #fff;
	padding: 10px 5px;
	text-align: center;
	word-break: break-all;
}
table th {
	background: #ededed;
	padding: 5px;
	text-align: center;
}
