.document-list {
padding-bottom: 20px;
}
.document-list .content-wrapper {
    background: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    min-height:700px;
}

.document-list .content-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #008be3;
    padding-bottom: 10px;
}

.document-list .content-header h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.document-list .table {
    margin-bottom: 0;
}

.document-list .table th {
    background: #f5f5f5;
    border-bottom: 2px solid #ddd;
}

.document-list .news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.document-list .news-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    display: flex;
    align-items: center;
}

.document-list .news-list li:last-child {
    border-bottom: none;
}

.document-list .news-list .publish-time {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
    flex-shrink: 0;
}

.document-list .news-list a {
    color: #333;
    text-decoration: none;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.document-list .news-list a:hover {
    color: #008be3;
} 