@charset "utf-8";
/*基本*/
html{color:black;font-family:Verdana, Arial,Helvetica,sans-serif;font-family:微软雅黑; background:white;}
body, div, ul, li,p{ margin:0;padding:0;}
img {border: 0;}
li {list-style: none;}
body {font-size:12px; color:#333333;}
a{text-decoration: none;font-family:微软雅黑;}
.blank{height:10px;clear:both;overflow:hidden;}
.display_none{display:none;}
/*分页*/
.PageList{height:25px;text-align:center;font-size:12px;line-height:25px;width:100%;color:#333333;}
.PageList a{border:1px solid silver;width:25px;height:25px;margin-left:5px;color:silver;display:inline-block;}
.PageList a:hover{ background:white; text-decoration:none;border:1px solid black;color:black;}