 .btn_back {
    margin-top: 100px;
}

.content_title {
    font-size: 1.3rem;
    display: block;
    border-bottom: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}

.content_date {
    font-size: .8rem;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.list table {
    background-color: #ffffff75;
    border-radius: 8px;
    overflow: hidden;
}

.list table td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list_title {
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: bold;
    color:#555;
    display: block;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.list_content {
    margin-top: 10px;
    font-size: .8rem;
    line-height: .9rem;
    color: #999;
    display: block;
    transition: color 0.3s ease;
}

.list_date {
    font-size: .7rem;
    color: #999;
}

.list_link {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    margin: -10px -15px;

}

.list_link:hover {
    /* transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.8); */
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(230, 126, 34, 0.2);
    border-color: #e67e22;
}

.list_link:hover .list_title {
    color: #ff7b44;
}

.list_link:hover .list_content {
    color: #666;
}
.list_file_count {
    font-size: .7rem;
    padding: 5px 10px;
    height: 24px;
    margin-top: 10px;
}

.list #download {
    background-color: #ffffffb5;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.list #download .pg_item_title {
    margin-bottom: 30px;
}

.list #download  .download_item {
    font-size: .8rem;
    margin-bottom: 15px;
}

/* 表格外框 */
    .list-table-data table {
        width: 100%;
        border-collapse: collapse;
        margin: 15px 0;
        font-size: 15px;
        text-align: left;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }