/* ========== 列表页全局响应式适配（修改版：左栏显示，上下布局） ========== */

/* 平板及以下（最大宽度 1024px） */
@media screen and (max-width: 1024px) {
    .p-content {
        width: 96% !important;
        padding: 15px;
        overflow: visible; /* 避免溢出隐藏影响布局 */
    }

    /* 左右两栏改为上下布局，都显示 */
    .m-listleft,
    .m-listright {
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px 0;
    }

    /* 左侧菜单样式优化 */
    .m-listleft h1 {
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0 15px;
    }

    .m-listleft-bd {
        width: 100% !important;
        min-height: auto;
        border: 1px solid #ddd;
        background: #fcfcfc;
    }

    .m-listleft-bd ul li {
        width: 100%;
        height: auto;
        line-height: 44px;
        border-bottom: 1px solid #eee;
        float: none;
    }

    .m-listleft-bd ul li a {
        font-size: 14px;
        text-indent: 20px;
        background-position: right 15px center;
        padding: 0 15px;
        display: block;
    }

    /* 右侧列表区域 */
    .m-listright {
        min-height: auto;
    }

    /* 面包屑区域调整 */
    .m-location {
        margin-bottom: 15px;
        font-size: 14px;
        background-position: 5px -208px;
        padding-left: 28px;
        white-space: normal;
    }

    /* 通用列表样式优化 */
    .m-listbd ul li {
        line-height: 32px;
        padding: 0 8px;
        font-size: 14px;
        background-position: 8px -159px;
    }

    .m-listbd ul li span.date {
        font-size: 12px;
        float: right;
        margin-left: 10px;
    }

    /* 图片排列墙（魅力夹江栏目） */
    .picPageList {
        margin-right: 0;
    }
    .picPageList li {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .picPageList .pic img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
    }
    .picPageList .title,
    .picPageList .titleBg {
        width: 94%;
        margin: 3%;
        height: 40px;
        line-height: 40px;
    }
    .picPageList .title a {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 分页组件 */
    #page_div {
        text-align: center;
        padding: 10px 0;
    }
    #page_div .pagination_index,
    #page_div .pagination_index_num {
        padding: 0 6px;
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    #page_div .pagination_index_last {
        width: auto;
        float: none;
        text-align: center;
        margin-top: 10px;
    }
}

/* 手机屏幕（最大宽度 768px） */
@media screen and (max-width: 768px) {
    .p-content {
        padding: 12px;
    }

    .m-location {
        font-size: 12px;
        background-size: 16px;
        background-position: 0 -208px;
        padding-left: 22px;
        margin-bottom: 12px;
    }

    /* 左侧菜单进一步优化 */
    .m-listleft h1 {
        font-size: 15px;
        height: 44px;
        line-height: 44px;
        background-position: right 15px center;
    }

    .m-listleft-bd ul li {
        line-height: 40px;
    }

    .m-listleft-bd ul li a {
        font-size: 13px;
        text-indent: 16px;
    }

    /* 右侧列表 */
    .m-listbd ul li {
        line-height: 30px;
        padding: 5px 5px;
        background-position: 5px -159px;
    }
    .m-listbd ul li a {
        font-size: 13px;
        display: inline-block;
        max-width: 70%;
        white-space: normal;
        word-break: break-word;
    }
    .m-listbd ul li span.date {
        font-size: 12px;
        float: right;
        margin-left: 0;
    }

    /* 图片墙内部文字调整 */
    .picPageList .title,
    .picPageList .titleBg {
        height: 36px;
        line-height: 36px;
    }
    .picPageList .title a {
        font-size: 13px;
    }

    /* 分页按钮更小 */
    #page_div .pagination_index,
    #page_div .pagination_index_num {
        min-width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    #page_div input#pagination_input {
        width: 40px;
        height: 26px;
        line-height: 26px;
        margin: 0 5px;
    }
}

/* 超小屏（最大宽度 480px） */
@media screen and (max-width: 480px) {
    .m-location {
        font-size: 11px;
        word-break: break-all;
    }

    .m-listleft h1 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .m-listleft-bd ul li {
        line-height: 38px;
    }

    .m-listleft-bd ul li a {
        font-size: 12px;
        text-indent: 12px;
    }

    .m-listbd ul li {
        line-height: 28px;
    }
    .m-listbd ul li a {
        font-size: 12px;
        max-width: 65%;
    }
    .m-listbd ul li span.date {
        font-size: 11px;
    }

    .picPageList .title,
    .picPageList .titleBg {
        height: 32px;
        line-height: 32px;
    }
    .picPageList .title a {
        font-size: 12px;
        padding: 0 6px;
    }

    /* 分页区域紧凑排列 */
    #page_div {
        font-size: 12px;
    }
    #page_div .pagination_index,
    #page_div .pagination_index_num {
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 3px;
    }
}