.navBox {
    width: 100%;
    height: 73px;
    background: #f7faf8;
  }
  
  .navList {
    width: 1200px;
    height: 73px;
  
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  .navItem {
    margin-right: 50px;
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
  }
  
  .navItem1 {
    margin-right: 50px;
    cursor: pointer;
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #00A462;
  }
  
  .navBottomLine {
    width: 28px;
    height: 3px;
    background: #00A462;
    margin: auto;
    margin-top: 10px;
  }
  .docList {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  .docItem {
    width: 374px;
    height: 194px;
    margin-top: 40px;
    display: flex;
    margin-right: 25px;
    position: relative;
  }
  
  .docItemImg {
    width: 146px;
    height: 194px;
    object-fit: cover;
  }
  
  .docItemRight {
    margin-left: 14px;
  }
  
  .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
  }
  
  .postion {
    font-size: 14px;
    color: #333333;
    margin: 18px 0 20px 0;
  }
  
  .detail {
    width: 214px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  
  .detail>span {
    color: #333333;
  }
  
  .more {}
  
  .moreBox {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #00A462;
    cursor: pointer;
  }

  
  .paging {
    width: 100%;
    margin: auto;
  }
  .pageBox {
    display: flex;
    margin: auto;
    /* margin-top: 60px; */
    margin-bottom: 60px;
    justify-content: center;
  }
  
  .onePage {
    width: 44px;
    height: 46px;
    background: #f1eff0;
    border-radius: 2px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999;
    line-height: 46px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .first {
    color: #666666;
    cursor: pointer;
  }
  
  .onePage1 {
    color: #ffffff;
    background: #00a462;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .turn {
    width: 118px;
    height: 46px;
    background: #f1eff0;
    border-radius: 2px;
    font-size: 16px;
    color: #b5b5b5;
    line-height: 46px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
  }