@charset "utf-8";
/* CSS Document */
body,
html {
  overflow-x: hidden;
}

.page {
  text-align: center;
}
.pagination {
  text-align: center;
  margin: 30px 0 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 40px;
  display: inline-block;
  border-left: 1px solid #ddd;
}
.pagination a {
  height: 40px;
  color: #333;
  display: inline-block;
  padding: 0 17px;
  font-size: 16px;
  border-right: 1px solid #ddd;
  line-height: 40px;
}
.pagination a:hover,
.pagination a.active {
  background: #e1061c;
  font-weight: bold;
  color: #fff;
}
