/* 通用样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td , a, div{
  margin:0; 
  padding:0; 
  box-sizing: border-box;
}
body, button, input, select, textarea{
  font:16px/1.5 "Microsoft YaHei", arial, \5b8b\4f53;
}
h1, h2, h3, h4, h5, h6{
  font-size:100%; 
  font-weight: lighter;
}
address, cite, dfn, em, var { 
  font-style:normal; 
}
code, kbd, pre, samp { 
  font-family:courier new, courier, monospace; 
}
small { 
  font-size:12px; 
}
ul, ol { 
  list-style:none; 
}
a { 
  text-decoration:none !important; 
}
a:hover { 
  text-decoration:underline; 
}
sup { 
  vertical-align:text-top; 
}
sub { 
  vertical-align:text-bottom; 
}
legend { 
  color:#000; 
}
fieldset, img { 
  border:0; 
}
button, input, select, textarea { 
  font-size:100%; 
  border: none; 
  outline: none;
}
table { 
  border-collapse:collapse; 
  border-spacing:0; 
}
.clearfix{  
  zoom: 1;
}
.clearfix:after{
  display: block;
  content: "";
  clear: both
}
.clearfix:before{
    display: table;
    content: "";
}
.clear{ 
  content: ""; 
  clear: both; 
  zoom: 1;
}
.fl{ 
  float: left;
}
.fr{ 
  float: right;
}
a{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
/* 990版本列表翻页 */
#page-list {font-family: Arial; text-align: center; margin: 30px 0 50px;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 7px 9px; border: 1px solid #aaa; border-radius: 4px; color: #1460a0;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #1460a0; font-weight: bold; color: #fff; border-color: #1460a0;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}
