@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family: '微软雅黑';
	/*box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-o-box-sizing: border-box;*/
}
ol, ul { list-style:none }
table { border-collapse:collapse; border-spacing:0px;}
body{ font:12px/1.5  '微软雅黑',Helvetica,Arial,sans-serif;  color:#888; line-height: 1.5;border-top: 1px solid #2469CE;}
a{text-decoration:none;color:#888;background: none;}
img{border:0;}
 .page1{clear:both; text-align:center;font-size:12px; height:24px; line-height:24px;}
.page1 span a{border:1px solid #9b9b9b;color:#0187C5;padding:2px 6px;line-height:15px;height:15px;text-decoration:none;background:#fff;}
.page1 span a:hover{border:1px solid #999;color:#999;}
.page1 span{margin:2px;}
.page1 span.current a{border:1px solid #9b9b9b;background:red;color:#fff;}
.page1 span a.disabled{border:1px solid #ccc;color:#ccc;cursor:default;}