.DetailBox {
    padding-top: 55px;
    padding-bottom: 100px;
}
.header {
    margin-bottom: 40px;
}
.header .title {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.page {
    width: 1400px;
    margin: 0 auto;
}
.header .foot {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999999;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}
.header .foot .item:not(:last-child) {
    margin-right: 20px;
}
.content {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}


.fileBox {
    margin-top: 30px;
}

.fileBox .title{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.fileBox .fileList {
    font-size: 14px;
}

.fileBox .fileList .fileItem {
    margin-bottom: 10px;
    display: block;
}
