/** reset **/
*{box-sizing: border-box;font-family:tahoma,Srial,helvetica,sans-serif;}
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, img{border:medium none;margin: 0;padding: 0;font-size: 100%;}
body,button, input, select, textarea{font-size: 14px;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
input,button,img{border: none;background: none;}
input[type="text"],
input[type="password"],button{outline: none;-webkit-appearance:none;}
em,i{font-style:normal;}
ul, ol{list-style: none;}
a{text-decoration: none;
	color:#333;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
img{border:0px;  outline-width:0px;  vertical-align:top;}

.page-list {
  padding-top: 1.27rem;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e1ddde;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  border-radius: 50%;
}
.page-list ul li:not(:last-child) {
  margin-right: 10px;
}
.page-list ul li a {
  color: #666;
  display: block;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  font-size: 0.25rem;
  border-radius: 50%;
  width: 0.55rem;
  background: #666666;
}
.page-list ul li.pre-btn i,
.page-list ul li.next-btn i {
  color: #fff;
}
.page-list ul li.page-num.active {
  background: #084093;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li.dian {
  background: none;
}
.page-list ul li.dian:hover {
  background: none;
}
.page-list ul li.dian:hover a {
  color: #333;
}
.page-list ul li:hover {
  background: #084093;
}
.page-list ul li:hover a {
  color: #fff;
}<!--ºÄÊ±1756502251.862Ãë-->