/*翻页*/
.page {
  margin-top: 6px;
  margin-left: 0px;
}
.page ul {
  display: inline-block;
  list-style:none;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page ul > li {
  display: inline;
  font-size: 15px;
}
.page ul > li > a,
.page ul > li > span,
.page #lastspan {
  float: left;
  padding: 4px 15px;
  line-height: 32px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;

}
.page ul > li > a:hover,
.page ul > li > a:focus,
.page ul .current,
.page ul .current {
  background-color: #E0E0E0;
}
.page ul .current,
.page ul .current {
  color: #408ED6;
  cursor: default;
}
.page ul > li:first-child > a,
.page ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.page ul > li:last-child > a,
.page ul > li:last-child > span,
.page #lastspan {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.page-left {
  text-align: left;
    margin-top: 32px;
}
.page-centered {
  text-align: center;
}
.page-right {
  text-align: right;
}
/*翻页结束*/
.showpagebtn{ margin-top: 24px;}
