
.content-pages{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #333;
  }
  
  .content-pages .item{
    line-height: 34px;
    text-align: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #C1C1C1;
    margin-right: 15px;
  }

  .content-pages .item:last-child{
    margin-right: 0;
  }
  
  .content-pages .selected{
    background: #437EE9;
    color: #fff;
  }

  .content-pages a{
    display:block;
    width:100%;
    height:100%;
  }

  .content-pages .selected a{
    color: #fff !important;
  }

  .content-pages .iconfont{
    font-size: 32px;
  }
  .content-pages .noused{
    color: #aaa;
  }

  .content-pages .rightpage{
    display: block;
    transform: scaleX(-1);
    overflow: hidden;
  }


  .content-pages-list{
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000F34;
    line-height: 36px;
    padding-bottom: 26px;
  }
  
  .content-pages-list .item {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    align-items: center;
  }

  .content-pages-list .item .point {
    width: 5px;
    height: 5px;
    background: #ED7217;
    border-radius: 3px;
    margin-right: 10px;
  }
  
  .content-pages-list .item span:nth-child(2) {
    width: 746px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: auto;
  }
  
  .content-pages-list .item span:last-child {
    color: #000F34;
  }

  
  