/*分页new_page*/
.ht-page {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    margin: 70px 0 50px;
  }
  
  .ht-page span {
    vertical-align: middle;
  }
  
  .ht-page a {
    text-decoration: none;
    color: #555;
    outline: none;
  }
  
  .ht-page .pagebtn {
    width: 52px;
    height: 30px;
    background: #1875f0;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }
  
  .ht-page .pagebtn:hover {
    background: #1875f0;
  }
  
  .ht-page .previous {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: url('../images/left.png') no-repeat center;
    background-size: 8px 16px;
    margin-right: 5px;
  }
  
  .ht-page .previous.disable {
    display: inline-block;
    padding: 0 15px;
    background: url('../images/leftd.png') no-repeat center;
    cursor: default;
    background-size: 8px 16px;
  }
  
  /* .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: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
  
  .ht-page .next {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: url('../images/right.png') no-repeat center;
    background-size: 8px 16px;
    margin-left: 5px;
  }

  .ht-page .next.disable {
    display: inline-block;
    padding: 0 15px;
    cursor: default;
    background: url('../images/rightd.png') no-repeat center;
    background-size: 8px 16px;
  }
  
  /* .ht-page .next:hover {
    background: url("img/page_right_hover_img.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: 30px;
    padding: 0 15px;
  }
  
  .ht-page .num {
    display: inline-block;
    height: 46px;
    line-height: 46px;
  }
  
  .ht-page .num.current {
    padding: 0 20px;
    background: #2142EC;
    border-radius: 8px;
    color: #fff;
  }
  
  .ht-page .num a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    margin: 0 5px;
  }
  
  .ht-page .num a:hover {
    background: #2142EC;
    border-radius: 8px;
    color: #fff;
  }
  
  .ht-page .dots {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 5px;
  }
  
  .ht-page .total {
    margin-left: 20px;
    margin-right: 10px;
  }
  
  .ht-page .total.total_page {
    display: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .ht-page .page_jump {
    margin: 0 10px;
  }
  
  .ht-page .pageInput {
    width: 50px;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 4px;
    text-align: center;
  }
  
  .ht-page .pageInput:focus {
    border: 1px solid #1875f0;
  }

  .case-strip{
    display: inline-block;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
  }

  .case-num{
    padding: 0 30px 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #C9C9C9;
  }

  .case-strlist{
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    width: 99%;
    padding-top: 10px;
    background: #fff;
    border-radius: 8px;
  }

  .case-strlist p:hover{
    color: #2142EC;
  }