.list_true {
    padding: 0px;
    background: #FFF;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.list_title {
    line-height: 30px;
    height: 30px;
    border-bottom: 2px solid #3498db;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.list_left {
    padding: 10px 24px;
    box-sizing: border-box;
}

.list_right {
    padding: 10px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 0;
}

.list_ph_ul {
    padding-top: 10px;
}

.list_ph_ul li a {
    height: 35px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 8px;
    text-decoration: none;
}

.list_ph_ul li a i {
    font-style: normal;
    display: inline-block;
    background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
    color: #FFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.list_ph_ul li a p {
    flex: 1;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #5a6c7d;
}

.list_ph_ul li a:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: translateX(5px);
}

.list_ph_ul li a:hover p {
    color: #3498db;
}

.list_ph_ul li:nth-child(1) a i {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 3px 12px rgba(231, 76, 60, 0.4);
}

.list_ph_ul li:nth-child(2) a i {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 3px 12px rgba(243, 156, 18, 0.4);
}

.list_ph_ul li:nth-child(3) a i {
    background: linear-gradient(135deg, #f1c40f 0%, #f39c12 100%);
    box-shadow: 0 3px 12px rgba(241, 196, 15, 0.4);
}

.list_title i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.list_ul li {
    padding: 10px 20px 10px 0px;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.3s ease;
    margin: 0px;
}

.list_ul li:last-child {
    border: 0
}

.list_ul li:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.list_ul li:hover .lists_right_title {
    color: #3498db;
}

.lists_left {
    padding: 0;
}

.lists_left img {
    width: 100%;
    height: 120px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.lists_left img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.lists_right_title {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #666;
    transition: all 0.3s ease;
}

.lists_right {
    padding-left: 25px;
}

.lists_right span {
    color: #999;
    margin-bottom: 4px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists_right span img {
    margin-top: -4px;
}

.lists_right p {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    line-clamp: 2;
}

/* 用于文章列表的摘要，在小屏也显示并采用紧凑样式 */
.lists_right_excerpt {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 6px;
}

@media screen and (max-width: 480px) {
    .lists_right_excerpt {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .lists_left img {
        height: 90px;
    }
    .lists_right_title {
        font-size: 15px;
        height: auto;
        line-height: 1.4;
        margin-bottom: 6px;
    }
    .lists_right {
        padding-left: 12px;
    }
    /* 在小屏让时间和作者并排显示 */
    .lists_meta {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        padding-right: 6px;
        color: #999;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* 在所有屏幕上，lists_meta 使用相同基样式 */
.lists_meta {
    color: #999;
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
    .list_true {
        margin: 0 10px;
        padding: 0px;
        border-radius: 10px;
    }

    .lists_left img {
        height: 120px;
        border-radius: 8px;
    }

    .list_ul li {
        padding: 15px 15px;
        margin: 0px;
    }

    .lists_right_title {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .list_title {
        font-size: 16px;
        height: 40px;
        line-height: 28px;
        padding-bottom: 6px;
    }
}

#fanyetools {
    margin: 0px auto;
    text-align: center;
    margin-top: 20px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #44C2F1;
}

.serch_btn2 {
    border: 1px solid #4cb8e0;
    background: #44c2f1;
    color: #FFF;
    height: 43px;
    font-size: 24px;
    line-height: 45px;
    border-radius: 0px;
    text-align: center;
}

.serch_text2 {
    border: 1px solid #e4e4e4;
    height: 43px;
    padding: 7px 15px;
    color: #5d5d5d;
    line-height: 43px;
    border-radius: 0px;
}

.list_ph_ul li a img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .serch2 {
        height: 43px;
        float: none;
        padding: 0px 7px;
        margin: 9px 0px 10px 0px;
    }

    .list_right {
        margin-left: 0;
        margin-top: 20px;
        padding: 0px 3%;
    }

    .list_ul li {
        padding: 0 !important;
    }

    .list_ph_ul li a {
        padding: 0 8px;
    }

    .list_left {
        padding: 10px 15px 0px 15px;
    }
}