@charset "utf-8";
/* css document */
html{ color:#555; background:#fff; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
body,button,input,select,textarea{ font:12px/1.5 "微软雅黑",arial,tahoma,\5b8b\4f53;}  
input,select,textarea{ font-size:100%;}
textarea{resize:none;}
input,button,select,textarea{outline:none; color: #555;}
table {border-collapse:collapse;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul,li {list-style:none}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal}
q:before,q:after {content:''}
abbr,acronym { border:0}
a{ text-decoration:none; cursor:pointer; color: #555;}
a:hover{text-decoration:underline;}
#pagelist ul li {
  font: 13px;
  float: left;
  height: 26px;
  line-height: 26px;
  margin: 15px 2px;
  list-style: none;
}
#pagelist ul li a {
  font: 13px;
  /*border:1px solid #e6e7e1;*/
  border: 1px solid #cecbce;
  /*color: #0099cc;*/
  color: #666;
  background: #ffffff;
  display: block;
  padding: 0px 10px;
  line-height: 26px;
  float: left;
  height: 26px;
}
#pagelist ul li a:hover {
  font: 13px;
  /*color: #0099cc;*/
  color: #fa8e12;
  /*border:1px solid #0099cc;*/
  border: 1px solid #fa8e12;
  text-decoration: none;
  line-height: 26px;
}
.current {
  font: 13px;
  /*border:1px solid #e6e7e1;*/
  border: 1px solid #fa8e12;
  /*color: #0099cc;*/
  background: #fa8e12;
  color: #fff;
  display: block;
  padding: 0px 10px;
  line-height: 26px;
  float: left;
  height: 26px;
}
.page_total {
  font: 13px;
  color: #fa8e12;
  border: 1px solid #e6e7e1;
  display: block;
  padding: 0px 6px;
  line-height: 26px;
}
.page_total2 {
  font: 13px;
  color: #fa8e12;
  border: 1px solid #e6e7e1;
  display: block;
  padding: 0px 6px;
  line-height: 26px;
}
.pager {
  float: right;
  padding: 0 0 20px 0;
}