@CHARSET "UTF-8";

/*page*/
.page{
  margin: 0px auto;
  padding: 20px 0px 10px 0px;
  text-align:center;
}
.page span,.page a{
  display: inline-block;
  border:1px solid #f4f4f4;
  font-size:18px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  vertical-align:middle;
  background: #ffffff;
  color: #808080;
  text-decoration:none;
  margin:0 5px;
}
.page a:hover{
  background-color:#e0e0e0;
	-o-transition: background-color .20s linear;
	-webkit-transition: background-color .20s linear;
	-moz-transition: background-color .20s linear;
	transition:  background-color .20s linear;
}
.page .pageher{
  display: block;
  width: 150px;
  float: right;
  text-align: right;
  background: none;
  border: none;
  cursor: default;
}
.page .disabled{
  color:#999;
  cursor: default;
}

.page .current{
  color:#ffffff;
  background: #00a650 ;
  border-color: #00a650 ;
  cursor: pointer;
  margin:0 5px;
}