.body {
    background-color: #fff;
    margin-bottom: 50px;
    /* min-height: calc(((100vh - 100px - 50px - 260px - 36px - 50px) - 20px) / 2); */
    padding: 8px 56px 0 75px;
}

.wrap {
    /* min-height: calc(100vh - 100px - 50px - 260px - 36px - 50px - 8px - 91px); */
}

.news-row {
    height: 160px;
    padding: 35px 0;
    border-bottom: 1px dashed #CBCBCB;
    box-sizing: content-box;
}

.news-row:hover .info {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.news-row .cover {
    width: 120px;
    height: 160px;
    border: 1px solid #F6F6F6;
}

.news-row .info {
    width: calc(100% - 120px - 20px);
    height: 100%;
    padding-top: 10px;
    color: #5D5D5D;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.news-row .info .title {
    font-weight: bold;
    font-size: 16px;
}

.news-row .info .desc {
    font-size: 16px;
}

.news-row .info .date {
    font-size: 14px;
}

.file-title {
    font-weight: bold;
    font-size: 14px;
    color: #828280;
    padding: 64px 0 3px 0;
}

.file-row {
    border-bottom: 1px dashed #CBCBCB;
    padding: 15px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-row:hover {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.file-row>div,
.file-row>a {
    font-size: 14px;
    color: #828280;
}

.file-row .dot {
    width: 4px;
    height: 4px;
    background-color: #9C9C9A;
}

.file-row .name {
    width: 60%;
}

.file-row .date {
    width: 15%;
}

.file-row .size {
    width: 12%;
}

.file-row .download {
    width: 6%;
}