/*分页new_page*/
.ht-page {
  padding: 3.125rem;
  text-align: center;
}

.ht-page span {
  vertical-align: middle;
}

.ht-page a {
  text-decoration: none;
  color: #555;
  outline: none;
}

.ht-page .pagebtn {
  width: 52px;
  height: 3.125rem;
  background: #1875f0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.ht-page .pagebtn:hover {
  background: #1875f0;
}

.ht-page .previous {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  background: #fff url("/asset/theme/hq/img/page-left.jpg") no-repeat center;
}

.ht-page .previous.disable {
  display: inline-block;
  padding: 0 15px;
  /* background: url("img/page_left_disabled.png") no-repeat center; */
  cursor: default;
}

.ht-page .previous.disable:hover {
  /* background: url("img/page_left_disabled.png") no-repeat center; */
}

.ht-page .previous:hover {
  /* background: url("img/page_left_hover_img.png") no-repeat center; */
}

.ht-page .previous a {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 15px;
}

.ht-page .next {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 3.125rem;
  background:#fff url("/asset/theme/hq/img/page-right.jpg") no-repeat center;
}

.ht-page .next:hover {
  /* background: url("img/page_right_hover_img.png") no-repeat center; */
}

.ht-page .next.disable {
  display: inline-block;
  padding: 0 15px;
  cursor: default;
  /* background: url("img/page_right_disabled.png") no-repeat center; */
}

.ht-page .next.disable:hover {
  /* background: url("img/page_right_disabled.png") no-repeat center; */
}

.ht-page .next a {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 15px;
}

.ht-page .page {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #fff;
  margin: 0 .3125rem;
}

.ht-page .page.current {
  background: #003989;;
}


.ht-page .page.current a{
  color: #fff;
}

.ht-page a {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
}

.ht-page .page a:hover {
  color: #555;
  background: #f1f1f1;
}

.ht-page .dots {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #fff;
  border-left: 0;
  padding: 0 15px;
}

.ht-page .total {
  margin-left: 20px;
  margin-right: 10px;
}

.ht-page .total.total_page {
  margin-left: 5px;
  margin-right: 5px;
}

.ht-page .page_jump {
  margin: 0 10px;
}

.ht-page .pageInput {
  width: 50px;
  height: 3.125rem;
  border: 1px solid #e9e9e9;
  outline: none;
  border-radius: 4px;
  text-align: center;
}

.ht-page .pageInput:focus {
  border: 1px solid #1875f0;
}

@media screen and (max-width: 799px) {
  .ht-page {
    padding: 10px 0;
  }
  .ht-page .page.current {
    display: inline-block;
    padding: 0 10px;
  }
  .ht-page .total.total_page {
    display: inline-block;
  }
  .ht-page .pageInput, .ht-page .pagebtn {
    width: 40px;
  }
  .ht-page .pagebtn {
    display: none;
  }
  .ht-page .page_jump {
    margin: 0 5px;
  }
}

.ht-page span.current {
  color: #fff;
  background: #0e3989;
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  text-decoration: none;
  outline: none;
}

.ht-page .current {
  display: inline-block;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #fff;
  margin: 0 0.3125rem;
}






