.list-content {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.list-left {
    width: 760px;
    min-height: 500px;
}
.list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
    gap: 20px;
}
.list-item em{
    color: #E02020;
    font-style: normal;
}
.list-item-img {
    width: 160px;
    height: 110px;
    overflow: hidden;
}
.list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-item-desc {
    font-size: 13px;
    font-weight: 300;
    color: #474747;
    line-height: 18px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-item-info {
    flex: 1;
}
.list-item-info .list-item-title {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-item-info .list-item-title a{
    color: #262626;
}
.list-item-info .list-item-text {
    font-size: 13px;
    font-weight: 300;
    color: #787878;
    line-height: 18px;
    display: flex;
    gap: 26px;
    margin-top: 10px;
}
.wap-list-item-text,.wap-list-item-title{
    display: none;
}
.list-right {
    width: 360px;
}
.pic-list {
    padding: 4px 0;
}
.pic-item {
    margin-bottom: 24px;
    background: #F2F4F5;
}
.pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pic-item p {
    font-weight: 400;
    color: #262626;
    line-height: 21px;
    padding: 14px 10px;
    font-size: 15px;
}
.pic-item p a{
    color: #262626;
}
.load-more {
    margin-top: 28px;
    text-align: center;
    border-top: 1px solid #D8D8D8;
    padding-top: 10px;
    font-size: 13px;
    color: #787878;
}
.load-more button {
    font-weight: 400;
    color: #787878;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 13px;
}

.no-data {
    text-align: center;
    font-size: 15px;
    color: #262626;
    line-height: 18px;
    padding: 60px 0;
}

#list_queryId{
    display: none;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    .list-content {
        flex-direction: column;
        gap: 25px;
        margin-top: 20px;
    }
    .list-right{
        display: none;
    }
    .list-left {
        width: 100%;
    }
    .list-item {
        margin-top: 12px;
        gap: 10px;
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 12px;
        flex-wrap: wrap;
        margin-bottom: 2px;
    }

    .list-item-img {
        width: 120px;
        height: 75px;
        overflow: hidden;
    }
    .list-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list-item-desc {
        display: none;
    }
    .list-item-info {
        flex: 1;
    }
    .list-item-info .list-item-title {
        font-size: 16px;
        font-weight: 400;
        color: #262626;
        line-height: 22px;
    
    }
    .list-item-info .list-item-text{
        display: none;
    }
    .wap-list-item-text {
        display: flex;
        width: 100%;
        font-size: 11px;
        font-weight: 300;
        color: #787878;
        line-height: 16px;
        display: flex;
        gap: 16px;
        margin-top: -3px;
        flex-basis: 100%;
    }
    .load-more {
        border-top: none !important;
        margin-top: 0;
    }
    .wap-list-item-title {
        display: block;
        font-weight: 400;
        color: #262626;
        line-height: 22px;
        font-size: 16px;
        width: 100%;
    }
    .wap-list-item-title a{
        color: #262626;
    }

}
