@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{ margin:0; padding:0;}
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
body{
	font-family: "微软雅黑";
	font-size: 14px;
	color:#525252;
	background: #fff;
	width:100%;
	height: 100%;
}
ul, ol { list-style:none;} 
img,fieldset{ vertical-align:top; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
address,cite,code,em,th { font-weight:normal; font-style:normal;}
input,button,textarea,select{ font:100% Lao UI, sans-serif, "微软雅黑"; vertical-align:middle;}
a{ color:#525252; text-decoration:none;}

/*分页*/
		.yema{text-align:center; padding:30px 0 0; overflow:hidden;}
		.yema a,.yema span{ padding:3px 10px; border:#ccc 1px solid; margin:0 2px; font-size:17px; display:inline-block; color:#333; font-family:"宋体"; margin-bottom:10px; border-radius:4px;}
		.current{background:#0982e9;color:#fff !important;border:#0982e9 1px solid !important;}
		.yema a:hover{  background:#0982e9; margin:0 2px; color:#fff; text-decoration:none; border:1px solid #0982e9;}

		a.yema_on{color:#fff !important; border:#0982e9 1px solid !important; background:#0982e9;}
		a.yema_on:hover{color:#fff !important; border:#0982e9 1px solid !important; }
		a.ok{color:#fff !important; border:#0982e9 1px solid !important; background:#0982e9;}
		a.ok:hover{color:#fff !important; border:#0982e9 1px solid !important; }
