/*鍒嗛〉new_page*/
.ht-page {
  width: 1200px;
  margin: 0 auto;
  padding: 30px;
  padding-right: 0;
  text-align: right;
}

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

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

.ht-page .pagebtn {
  width: 70px;
  height: 32px;
  margin-left: 12px;
  background: #f9f9f9;
  border: 1px solid #cccccc;
  color: #737373;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

.ht-page .pagebtn:hover {
  background: #b60005;
  color: #fff;
}

.ht-page .previous {
  display: inline-block;
  height: 30px;
  margin: 0 6px;
  line-height: 26px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  /* border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; */
  /* background: url("img/page_left_img.png") 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; */
  background: #b60005;
  color: #fff;
}

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

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

.ht-page .next {
  display: inline-block;
  height: 30px;
  margin: 0 6px;
  line-height: 24px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  /* border-left: 0; */
  /* border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; */
  /* background: url("img/page_right_img.png") no-repeat center; */
}

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

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

.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: 30px;
  line-height: 26px;
  padding: 0 15px;
}

.ht-page .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 6px;
  line-height: 28px;
  border: 1px solid #e9e9e9;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}

.ht-page .num.current {
  /* padding: 0 15px; */
  background: #b60005;
  color: #fff;
}

.ht-page .num a {
  display: block;
  width: 28px;
  height: 28px;
  /* padding: 0 15px; */
  background-color: #ffffff;
}

.ht-page .num a:hover {
  color: #fff;
  background: #b60005;
}

.ht-page .dots {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  /* border-left: 0; */
  padding: 0 15px;
}

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

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

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

.ht-page .pageInput {
  width: 70px;
  height: 32px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  outline: none;
  text-align: center;
  vertical-align: middle;
}

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

@media screen and (max-width: 7.5rem) {
  .ht-page {
    padding: 10px 0;
  }
  .ht-page .num, .ht-page .dots, .ht-page .total {
    display: none;
  }
  .ht-page .num.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;
  }
}