﻿ @charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, button{padding:0; margin:0;}
body{font-size:16px; font-family:微软雅黑; color:#333; background:#f0f0f0;}
table, td, tr, th{font-size:16px;}
p{margin:0;}
div, form, ul, ol, li, span, p{margin:0; padding:0; border:0}
img, a img{ border:0; margin:0; padding:0; vertical-align:top;}
h1, h2, h3, h4, h5, h6, strong{ margin:0; padding:0;}
ul, li, ol{ list-style:none; font-size:16px;}
.clear{clear:both; overflow:hidden;height:0;}
a:link{ color:#2b2b2b; text-decoration:none}
a:visited{ color:#2b2b2b; text-decoration:none}
a:hover{ color:#ff0000; text-decoration:none;}
a:active{ color:#ff0000}
input{padding:0;margin:0;}

/* 页码栏 */

.mid-page {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.mid-page-tag {
	margin: 0 auto;
	width: 1200px;
	height: 80px;
	overflow: hidden;
}

.mid-page-tag .page-previous {
	float: left;
	margin-top: 25px;
}

.mid-page-tag .page-next {
	float: right;
	margin-top: 25px;
}

.previous-icon {
	width: 45px;
	height: 33px;
}

.next-icon {
	width: 45px;
	height: 33px;
}


.page-number {
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.page-number a {
	width: 32px;
	height: 32px;
	padding: 5px 12px;
}

.page-number a:hover {
	background: #216DCD;
	color: #fff;
}

.page-number .currentPage {
	background: #216DCD;
	color: #FFFFFF;
}
