/*分页样式覆写*/
  .sh-page   .crc-pub-page-sel {
      color: #ffffff;
      background: #F7B334!important;
      border-radius: 20px;
  }

  .sh-page    .crc-pub-page-num {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    vertical-align: middle;
    margin: 0 10px;
    border: 1px solid #f7f7f7;
    background:#ffffff;
    border-radius: 20px;
    transition: all .5s;
    text-align: center;
  }

  .sh-page   .crc-pub-page-next, .sh-page   .crc-pub-page-prev{
      width: 80px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      margin: 0  20px;
      background: #FFFFFF;
      border-radius: 20px;
      border: 1px solid #E8E8E8;
}



.sh-page   .crc-pub-page-span {
      margin: 0px 12px;
      font-family: MicrosoftYaHei;
      font-size: 14px;
      color: #666666;
      line-height: 22px;
      text-align: justify;
      font-style: normal;
}

.sh-page   .crc-pub-page-text{
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid #E8E8E8;
}

.sh-page   .crc-pub-page-enter {
    color: #fff;
    border-color: #F7B334;
    background: #F7B334;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #F7B334;
    border-radius: 20px;
    text-align: center;
}

.sh-page   .crc-pub-page-num:hover{
  border-radius: 20px;
  border-color:#F7B334 ;
  background: #F7B334 ;
  color: #ffffff;
}


.sh-page .crc-pub-page-next:hover{
    border-color:#F7B334 ;
    background: #F7B334 ;
    color: #ffffff;
}