.flex-box-portal-project{
  position: relative;
  //padding: 0 28px 28px 28px;
  //border: 1px solid #DCE2E6;
  border-radius:2px;
  box-shadow:0 2px 10px 0 rgba(45,76,102,0.2);
  min-height: 100%;
  height: 100%;
  //.ant-table-row-indent{
  //
  //}
  .project-title{
    height: 48px;
    padding: 14px 20px;
    border-bottom: solid 1px #CCD3D9;

    font-size: 18px;
    color: #04173F;
    line-height: 18px;
  }
  .project-content{
    padding: 15px 20px;
    // height: calc(100% - 58px);
    max-height: calc(100vh - 220px);
    overflow: scroll;

    // 图片
    .nodata-div{
      margin-top: 80px;
      text-align: center;
      .nodata-img{
        width: 130px;
        height: 100px;
      }
      .nodata-description{
        font-size: 12px;
        color: #A3ACBF;
      }
    }
    .ant-table-thead{
      tr{
        th{
          height: 37px;
        }
      }
    }
    .ant-table-content{
      .ant-table-row-level-0{
        td{
          font-size: 14px;
          color: #04173F;
          text-align: center;
        }
        td:first-of-type{
          text-align: left;
        }
      }
      .indent-level-1{
        display: none;
      }
      .ant-table-row-spaced{
        display: none;
      }
      th{
        padding: 9px 0;
        font-size: 12px;
        color: #3C4D73;
        //text-align: left;
        line-height: 12px;
        text-align: center;
      }
      td{
        padding: 9px 0 9px 0;
        text-align: center;
        .table-row-text{
          width: 108px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: inline-block;
        }
      }
      td:first-of-type{
        width: 116px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
      }
      .table-img{
        height: 16px;
        width: 16px;
        margin-right: 10px;
        margin-left: 4px;
      }
    }
  }
}
