.document-list a {
    display: block;
    padding: 20px 0;
}

.document-list li:first-child a {
    padding-top: 0;
}

.document-list a p {
    width: 1057px;
    line-height: 18px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #313336;
    letter-spacing: 0.24px;
    text-align: justify;
    font-weight: 500;
}

.document-list a:hover p,
.document-list a:active p {
    color: #4820DA;
}

.document-list a .flex {
    display: flex;
    justify-content: space-between;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 0.19px;
    text-align: justify;
    font-weight: 400;
    margin-top: 20px;
}