.project-table-section{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px;table-layout:fixed}
.project-table-section thead th{background-color:#f5f7fa;color:#909399;font-weight:600;text-align:left;padding:12px 15px;border-bottom:2px solid #ebeef5}
.project-table-section tbody td{padding:12px 15px;border-bottom:1px solid #ebeef5;color:#606266;line-height:1.5;word-break:break-word}
.project-table-section tbody tr:hover{background-color:#f9fafc}
.project-table-section td:first-child,th:first-child{width:200px}
.project-table-section td:nth-child(2),th:nth-child(2){width:auto;
    color:#303133;
    font-weight:500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.project-table-section td:nth-child(3),th:nth-child(3){width:160px}
.project-table-section td:nth-child(4),th:nth-child(4){width:160px;color:#f56c6c}
.project-table-section td:nth-child(5),th:nth-child(5){width:160px;color:#999;font-size:13px}
.project-table-section td:nth-child(6),th:nth-child(6){width:180px;text-align:center}
.project-table-section td:nth-child(7),th:nth-child(7){width:120px;text-align:center}
.project-table-section .btn-link{color:var(--theme-primary);text-decoration:none;cursor:pointer}
.project-table-section .btn-link:hover{color:var(--theme-primary);}
.project-table-section .text-center{text-align: center;height: 100px;}