.ReportList {
    overflow: hidden;
    margin-top: 40px;
}

.ReportList li {
    width: 500px;
    min-height: 40px;
    margin: 20px auto;
}

.ReportList .ShowCont {
    display: inline-block;
    border-bottom: 1px solid #000;
    width: 60%;
}

.NReport {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 100px;
}