
.content-pages{
  padding-left: 18px;
  margin-top: 13px;
  /*width: 982px;*/
  height: 37px;
  background: #E2E2E2;
  font-size: 15px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000F34;
  line-height: 37px;
  display: flex;
  align-items: center;
  }
  .content-pages .pages{
    border-width:0 ;
  }
  
  .content-pages .pages-line{
    width: 1px;
    height: 21px;
    background-color: #FFFFFF;
    margin: 0 10px;
  }

  .content-pages .pagenum{
    border-width: 0;
    width: 40px;
    height: 14px;
    padding: 0 0;
    margin: 0 4px;
    text-align: center;
  }

  .pages-left-head{
    width: 16px;
    height: 14px;
    background-image: url('../images/page-left-head.png');
    background-repeat: no-repeat;
    background-size: 16px 14px;
    cursor: pointer;
  }
  .pages-left-head-disable{
    background-image: url('../images/page-left-head-disable.png');
  }

  .pages-left{
    width: 16px;
    height: 14px;
    background-image: url('../images/page-left.png');
    background-repeat: no-repeat;
    background-size: 16px 14px;
    margin-left: 10px;
    cursor: pointer;
  }
  .pages-left-disable{
    background-image: url('../images/page-left-disable.png');
  }

  .pages-right-end{
    width: 16px;
    height: 14px;
    background-image: url('../images/page-right-end.png');
    background-repeat: no-repeat;
    background-size: 16px 14px;
    cursor: pointer;
  }
  .pages-right-end-disable{
    background-image: url('../images/page-right-end-disable.png');
  }

  .pages-right{
    width: 16px;
    height: 14px;
    background-image: url('../images/page-right.png');
    background-repeat: no-repeat;
    background-size: 16px 14px;
    margin-right: 10px;
    cursor: pointer;
  }
  .pages-right-disable{
    background-image: url('../images/page-right-disable.png');
  }


  
  