#Loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

*{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* .Side{
    padding: 0px 17.5%;
  } */
  #container {
    width: max-content;
    padding: 0;
    padding: 20px 0;
    border-bottom: 1px solid transparent;
  }
  .container{
    width: 1220px;
    margin: 0 auto;
  }
  .steps{
    padding-bottom: 20px;
    height: 80px;
    position: relative;
  }
  .steps ul{
    display: flex;
    justify-content: space-between;
  }
  .steps .item{
    list-style: none;
    width: 68px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .steps .item:nth-last-child(2){
    margin-right: 0;
  }
  .steps .item .text{
    display: block;
    width: 100%;
    height: 34px;
    background: #AAAAAA;
    text-align: center;
    line-height: 34px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    position: relative;
  }
  .steps .item .text::before{
    content: ' ';
    position: absolute;
    bottom: -12px;
    left: 41%;
    width: 0px;
    height: 0px;
    border: 6px solid #AAAAAA;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .steps .item .icon{
    display: block;
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border: 6px solid #AAAAAA;
    border-radius: 20px;
  }
  .steps .actionC .text{
    background: #10397E;
  }
  .steps .actionC .text::before{
    border: 6px solid #10397E;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .steps .actionC .icon{
    background: #10397E;
  }
  .steps .line{
    position: absolute;
    width: 95%;
    left: 2.5%;
    bottom: 32px;
    height: 2px;
    background: #ccc;
  }
  /*  */
  .table-view{
    padding: 10px 20px 0px;
    width: 97%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table-view .item{
    width: 46%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 284px;
    margin-bottom: 42px;
  }
  .table-view .item .item_bj{
    height: 100%;
    background: #333;
    border-radius: 6px;
    position: relative;
  }
  .table-view .item .time{
    line-height: 56px;
    font-size: 16px;
    padding-left: 46px;
    color: #10397E;
    position: relative;
  }
  .table-view .item .time::before{
    content: ' ';
    background: url(../images/fasfa-tags.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 31%;
    left: 3.4%;
    width: 22px;
    height: 22px;
  }
  .table-view .item .title{
    font-size: 24px;
    line-height: 30px;
    padding: 0px 18px 20px;
    color: #333;
    text-align: center;
  }
  .table-view .item .dec{
    line-height: 38px;
    padding: 0px 18px;
    color: #101010;
    font-size: 14px;
    text-align: center;
  }
  .table-view .item .no{
    line-height: 24px;
    padding: 0px 18px;
    color: #101010;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 93%;
    font-family: 500;
  }
  .table-view .item .goTo{
    cursor: pointer;
    position: absolute;
    right: 18px;
    bottom: 10px;
    width: 32px;
    height: 24px;
    background: url(../images/fasfa-angle-double-righ.png) no-repeat;
  }
  .page-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 97%;
  }
  // .page-total .el-pagination{
  //   padding: 0
  // }
  // .page-total .left-total{
  //   font-size: 16px;
  //   color: #333;
  // }
  // .page-total .el-pagination .btn-next{
  //   margin: 0;
  // }
  // .el-pagination.is-background .el-pager li:not(.disabled).active{
  //   background: #fff;
  //   border: 1px solid #409EFF;
  //   color: #409EFF;
  // }
  // .el-pagination.is-background .el-pager li{
  //   border: 1px solid #ddd;
  //   color: #333;
  //   background: #fff;
  //   font-weight: 400;
  // }
  // .el-pagination .btn-prev{
  //   border: 1px solid #ddd;
  //   color: #333;
  //   background: #fff;
  //   background-color: #fff !important;
  // }
  // .el-pagination .btn-next{
  //   border: 1px solid #ddd;
  //   color: #333;
  //   background: #fff;
  //   background-color: #fff !important;
  // }

  .pager {
      padding: 0;
      margin: 0;
      white-space: nowrap;
      text-align: center;
    }
 
    .pager li {
      list-style: none;
      font-family: arial;
      font-size: 14px;
      padding: 2px;
      margin: 5px;
      border: #333 1px solid;
      text-align: center;
      border-radius: 2px;
      max-width: 80px;
      width: 25px;
      height: 22px;
      line-height: 22px;
      cursor: pointer;
      background: #fff;
      display: inline-block
    }
 
    .pager li:hover {
      border: #10397E 1px solid;
      color: #10397E;
      opacity: 0.8;
    }
 
    .pager li.pg-hidepage {
      display: none
    }
 
    .pager li.pg-prev,
    li.pg-next {
      width: 80px
    }
 
    .pager li.pg-selected {
      border: #10397E 1px solid;
      background: #10397E;
      color: white
    }
 
    .pager li.pg-selected:hover {
      color: #ffffff;
      background:#10397E;
      cursor: pointer;
    }
 
    .pager li.pg-dislabel {
      color: #ccc;
      border: #ccc 1px solid;
      cursor: default
    }
 
    .pager li.pg-dislabel:hover {
      border: #ccc 1px solid
    }