/**
 * List Page Styles
 * Modern and Clean Design
 */

.new_part .new_part_left .dl_box ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.new_part .new_part_left .dl_box ul li:hover {
    border-color: #3498db;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.fileintro {
    flex: 1;
    width: 100%;
}

.fileintro h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.fileintro a {
    color: #2c3e50;
    transition: all 0.3s ease;
}

.fileintro a:hover {
    color: #3498db;
}

.intro {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.8;
    margin-top: 8px;
    display: block;
    width: 100%;
}

.fileimg {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #ecf0f1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.fileimg img {
    max-width: 100%;
    max-height: 100%;
}

.filesign {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.filesign .sign {
    display: inline-block;
    padding: 4px 10px;
    background-color: #ecf0f1;
    color: #3498db;
    border: 1px solid #3498db;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.filesign .sign:hover {
    background-color: #3498db;
    color: #ffffff;
    transform: translateY(-1px);
}

.zl_download {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    margin-top: 15px;
    text-decoration: none;
    border: none;
}

.zl_download:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #ffffff;
}

.dl_box {
    margin-top: 20px;
}

.new_part_left .cate_type {
    margin-right: 8px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #3498db;
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.new_part_left .cate_type:hover {
    background-color: #3498db;
    color: #ffffff;
}

.new_part_left .line {
    color: #95a5a6;
    font-weight: normal;
    margin: 0 5px;
}
