.taskReport {
    font-family: "宋体";
    width: calc(100%-50px);
    margin: 0px auto;
    background-color: #f0f0f0;
    padding: 25px;
}

.reportTitle {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}


/* table.reportBody, .reportBody th, .reportBody td {
    border: 1px solid #888888;
} */

table.reportBody {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.reportBody th,
.reportBody td {
    line-height: 1.5rem;
    padding: 5px;
    border: 0;
}

table.reportBody tr td:first-child {
    width: 130px;
    vertical-align: top;
    font-weight: bold;
}

.reportData {
    font-weight: bold;
}

section>div.sectTitle {
    margin-bottom: 15px;
    margin-top: 35px;
}