/* ========================================
   响应式适配 CSS - 头部、轮播图、底部
   适用于 main.htm
   ======================================== */

/* ============================
   汉堡按钮 & 遮罩层 (基础样式)
   ============================ */
body.main .hamburger-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1001;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #9b142e;
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
body.main .hamburger-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}
body.main .hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
body.main .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}
body.main .hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
/* 遮罩层 */
body.main .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}

/* ============================
   超大屏幕 > 1400px
   ============================ */
@media screen and (min-width: 1400px) {
    body.main .header-log {
        max-width: 1400px;
    }
    body.main .header-bg {
        max-width: 1600px;
    }
    body.main .carousel {
        height: 550px;
    }
    body.main .footer {
        height: 280px;
        padding: 90px 0;
        font-size: 18px;
        line-height: 36px;
    }
}

/* ============================
   大屏幕 1200px - 1400px
   ============================ */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    body.main .header-log {
        max-width: 1200px;
    }
    body.main .header-bg {
        max-width: 1400px;
    }
    body.main .header-log {
        height: 150px;
        padding-top: 35px;
    }
    body.main .header-log img {
        width: 550px;
        height: 95px;
    }
    body.main .wp_nav {
        gap: 40px;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 18px;
    }
    body.main .carousel {
        height: 400px;
    }
    body.main .footer {
        height: 220px;
        padding: 60px 0;
        font-size: 15px;
    }
    body.main .headsub{
        height:220px
    }
}

/* ============================
   中等屏幕 992px - 1200px
   ============================ */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    body.main .header-log {
        max-width: 960px;
        height: 130px;
        padding-top: 30px;
    }
    body.main .header-bg {
        max-width: 1100px;
    }
    body.main .header-log img {
        width: 480px;
        height: 85px;
    }
    body.main .wp_nav {
        gap: 25px;
        height: 46px;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 16px;
    }
    body.main .wp_nav .sub-nav {
        width: 120px !important;
        padding: 15px 8px;
    }
    body.main .wp_nav .sub-nav .nav-item > a {
        font-size: 16px;
        line-height: 40px;
    }
    body.main .carousel {
        height: 350px;
    }
    body.main .carousel-indicators {
        bottom: 30px;
    }
    body.main .footer {
        height: 200px;
        padding: 50px 20px;
        font-size: 15px;
        line-height: 28px;
    }

    /* 工作动态 & 通知公告 - 调整间距 */
    body.main .news {
        max-width: 960px;
    }
    body.main .col-left {
        padding: 24px 40px 0 30px;
    }
    body.main .col-right {
        padding: 24px 30px 10px 30px;
    }

    /* 新闻轮播适配 */
    body.main .newscarousel-container {
        height: 160px;
    }
    body.main .div_ztyw_ul li img {
        width: 280px;
        height: 160px;
    }
    body.main .div_ztyw_ul li .c_txt {
        padding: 20px 18px;
        font-size: 13px;
        line-height: 22px;
        text-indent: 24px;
    }
    body.main .div_ztyw_ul li .c_title {
        font-size: 15px;
        width: 180px;
    }
    body.main .div_ztyw_ul li .c_date {
        font-size: 13px;
        right: 28px;
    }
    body.main .newscarousel-indicators {
        left: 220px;
        bottom: 12px;
    }
    body.main .headsub{
        height:200px
    }
    .list-container-left{
         display: none;
    }
    .list-container .list-container-right{
        width:100%
    }
    .wp_article_list .list_item .Article_PublishDate{
        display: none;
    }
    .list-container{
        min-height: calc(100vh - 317px);
    }
}

/* ============================
   平板屏幕 768px - 992px
   ============================ */
@media screen and (max-width: 992px) and (min-width: 768px) {
    body.main .header-log {
        max-width: 750px;
        height: 110px;
        padding-top: 25px;
    }
    body.main .header-bg {
        max-width: 900px;
    }
    body.main .header-log img {
        width: 400px;
        height: 70px;
    }
    body.main .wp_nav {
        gap: 10px;
        height: auto;
        padding: 8px 5px;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 15px;
    }
    body.main .wp_nav .sub-nav {
        width: 110px !important;
        padding: 12px 6px;
    }
    body.main .wp_nav .sub-nav .nav-item > a {
        font-size: 14px;
        line-height: 36px;
    }
    body.main .carousel {
        height: 300px;
    }
    body.main .carousel-indicators {
        bottom: 25px;
    }
    body.main .carousel-indicator.active {
        width: 60px;
    }
    body.main .footer {
        height: 180px;
        padding: 40px 20px;
        font-size: 14px;
        line-height: 26px;
    }

    /* 工作动态 & 通知公告 - 调整间距 */
    body.main .news {
        max-width: 750px;
    }
    body.main .col-left {
        padding: 20px 30px 0 25px;
    }
    body.main .col-right {
        padding: 20px 25px 10px 25px;
    }

    /* 新闻轮播适配 */
    body.main .newscarousel-container {
        height: 140px;
    }
    body.main .div_ztyw_ul li img {
        width: 240px;
        height: 140px;
    }
    body.main .div_ztyw_ul li .c_txt {
        padding: 16px 14px;
        font-size: 12px;
        line-height: 20px;
        text-indent: 20px;
    }
    body.main .div_ztyw_ul li .c_title {
        font-size: 14px;
        width: 160px;
        bottom: 8px;
        left: 10px;
    }
    body.main .div_ztyw_ul li .c_date {
        font-size: 12px;
        right: 24px;
        bottom: 8px;
    }
    body.main .newscarousel-indicators {
        left: 190px;
        bottom: 10px;
    }
    body.main .indicator {
        width: 10px;
        height: 10px;
        background: #ccc;
    }
    body.main .headsub{
        height:180px
    }
     body.main  .list-container{
        padding: 10px;
    }
    body.main .list-container-list{
        padding-top: 10px;
    }
    .list-container-left{
         display: none;
    }
    .list-container .list-container-right{
        width:100%
    }
    .wp_article_list .list_item .Article_PublishDate{
        display: none;
    }
    .list-container{
        min-height: calc(100vh - 317px);
    }
}

/* ============================
   小屏幕 576px - 768px
   ============================ */
@media screen and (max-width: 768px) and (min-width: 576px) {
    body.main .header-log {
        max-width: 100%;
        height: 90px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body.main .header-bg {
        max-width: 100%;
        background-size: cover;
    }
    body.main .header-log img {
        width: 320px;
        height: 55px;
    }
    /* 汉堡按钮显示 */
    body.main .hamburger-btn {
        display: flex !important;
    }
    /* 导航变为右侧抽屉 */
    body.main .wp_nav {
        position: fixed;
        top: 0;
        right: -180px;
        width: 180px;
        height: 100vh;
        background: rgb(51, 51, 51,0.8);
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 70px 0 0;
        overflow-y: auto;
        z-index: 999;
        transition: right 0.3s ease;
    }
    body.main .wp_nav.nav-open {
        right: 0;
    }
    body.main .wp_nav .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-align: center;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 16px;
        color: #fff;
        padding: 15px 10px;
        display: block;
        text-align: center;
    }
    body.main .wp_nav .nav-item > a:hover,
    body.main .wp_nav .nav-item.active > a {
        color: #9b142e;
        font-weight: 400;
    }
    body.main .wp_nav > .nav-item > a:hover::after,
    body.main .wp_nav > .nav-item.active > a::after {
        display: none;
    }
    /* 子菜单 - 默认隐藏，点击父级展开（带动画） */
    body.main .wp_nav .sub-nav {
        position: static;
        width: 100% !important;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background: #444 !important;
        visibility: visible !important;
        display: block !important;
        transform: none;
        opacity: 1 !important;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    body.main .wp_nav .nav-item.sub-open > .sub-nav {
        max-height: 500px !important;
        opacity: 1 !important;
        transform: none !important;
    }
    body.main .wp_nav .sub-nav .nav-item > a {
        font-size: 14px;
        color: #ccc;
        padding: 12px 10px;
        line-height: 1.5;
        text-align: center;
    }
    body.main .wp_nav .sub-nav .nav-item:hover > a {
        background: none;
        color: #9b142e;
    }
    /* 三级菜单 */
    body.main .wp_nav .sub-nav .sub-nav {
        background: #555 !important;
    }
    body.main .wp_nav .sub-nav .sub-nav .nav-item > a {
        padding-left: 45px;
    }
    /* 遮罩层 */
    body.main .nav-overlay {
        display: block;
    }
    body.main .carousel {
        height: 250px;
    }
    body.main .carousel-indicators {
        bottom: 20px;
    }
    body.main .carousel-indicator.active {
        width: 50px;
    }
    body.main .footer {
        height: auto;
        padding: 30px 15px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    /* 工作动态 & 通知公告 - 上下结构 */
    body.main .main-container {
        margin-top: 20px;
        padding: 0 15px;
    }
    body.main .news {
        max-width: 100%;
        border-radius: 12px;
    }
    body.main .row.news {
        flex-direction: column;
    }
    body.main .col-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eabeb5;
        padding: 20px 20px 0;
    }
    body.main .col-right {
        width: 100%;
        padding: 20px 20px 20px;
    }
    body.main .news .img-bg {
        width: 35px;
        height: 35px;
    }

    /* 快捷入口 - 2列布局 */
    body.main .quick-access {
        margin: 30px auto;
        flex-wrap: wrap;
        gap: 15px;
    }
    body.main .quick-access a {
        width: 48% !important;
        font-size: 14px;
    }
    body.main .quick-access img {
        width: 48px;
        height: 48px;
    }
    body.main .quick-access .quick-access-q {
        height: 140px;
        padding-top: 20px;
    }

    /* 具体模块列表 - 2列布局 */
    body.main .module-list {
        background-size: 100% auto;
        padding: 40px 0 20px;
    }
    body.main .module-list-cont {
        max-width: 100%;
        padding: 0 20px;
    }
    body.main .module-list-item {
        width: 48% !important;
        margin-bottom: 25px;
    }

    /* 师生风采 - 小屏幕隐藏 */
    body.main .ts-elegance {
        display: none;
    }

    /* 新闻轮播 - 图文上下结构 */
    body.main .newscarousel-container {
        height: auto;
    }
    body.main .div_ztyw_ul li {
        min-width: 100%;
    }
    body.main .div_ztyw_ul li .c_pt_04 {
        flex-direction: column;
    }
    body.main .div_ztyw_ul li img {
        width: 100%;
        height: 200px;
        border-radius: 12px 12px 0 0;
    }
    body.main .div_ztyw_ul li .c_txt {
        padding: 16px 16px 50px;
        font-size: 13px;
        line-height: 22px;
        text-indent: 24px;
        min-height: 60px;
    }
    body.main .div_ztyw_ul li .c_title {
        position: absolute;
        font-size: 14px;
        width: calc(100% - 100px);
        left: 16px;
       top: 170px;
        color: #3D3D3D;
    }
    body.main .div_ztyw_ul li .c_date {
        position: absolute;
        right: 16px;
        bottom: 32px;
        font-size: 12px;
        color: #999 !important;
    }
    body.main .div_ztyw_ul li .c_date a {
        color: #999 !important;
    }
    body.main .newscarousel-indicators {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12px;
        gap: 8px;
    }
    body.main .indicator {
        width: 10px;
        height: 10px;
        background: #ccc;
    }
    body.main .indicator.active {
         width: 10px;
        height: 10px;
        background: #9b142e;
    }
    body.main .headsub{
        height:160px
    }
     body.main  .list-container{
        padding: 10px;
    }
    body.main .list-container-list{
        padding-top: 10px;
    }
    .list-container-left{
         display: none;
    }
    .list-container .list-container-right{
        width:100%
    }
    .wp_article_list .list_item .Article_PublishDate{
        display: none;
    }
    .list-container{
        min-height: calc(100vh - 317px);
    }
}

/* ============================
   超小屏幕 < 576px (手机)
   ============================ */
@media screen and (max-width: 576px) {
    body.main .header-log {
        max-width: 100%;
        height: 70px;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.main .header-bg {
        max-width: 100%;
        background-image: none !important;
    }
    body.main .header-log img {
        width: 240px;
        height: 42px;
    }
    /* 汉堡按钮显示 */
    body.main .hamburger-btn {
        display: flex !important;
    }
    /* 导航变为右侧抽屉 */
    body.main .wp_nav {
        position: fixed;
        top: 0;
        right: -180px;
        width: 180px;
        height: 100vh;
        background: rgb(51, 51, 51,0.8);
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        padding: 55px 0 0;
        overflow-y: auto;
        z-index: 999;
        transition: right 0.3s ease;
    }
    body.main .wp_nav.nav-open {
        right: 0;
    }
    body.main .wp_nav .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-align: center;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 15px;
        color: #fff;
        padding: 14px 10px;
        display: block;
        text-align: center;
    }
    body.main .wp_nav .nav-item > a:hover,
    body.main .wp_nav .nav-item.active > a {
        color: #9b142e;
        font-weight: 400;
    }
    body.main .wp_nav > .nav-item > a:hover::after,
    body.main .wp_nav > .nav-item.active > a::after {
        display: none;
    }
    /* 子菜单 - 默认隐藏，点击父级展开（带动画） */
    body.main .wp_nav .sub-nav {
        position: static;
        width: 100% !important;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background: #444 !important;
        visibility: visible !important;
        display: block !important;
        transform: none;
        opacity: 1 !important;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    body.main .wp_nav .nav-item.sub-open > .sub-nav {
        max-height: 500px !important;
        opacity: 1 !important;
        transform: none !important;
    }
    body.main .wp_nav .sub-nav .nav-item > a {
        font-size: 13px;
        color: #ccc;
        padding: 12px 10px;
        line-height: 1.5;
        text-align: center;
    }
    body.main .wp_nav .sub-nav .nav-item:hover > a {
        background: none;
        color: #9b142e;
    }
    /* 三级菜单 */
    body.main .wp_nav .sub-nav .sub-nav {
        background: #555 !important;
    }
    body.main .wp_nav .sub-nav .sub-nav .nav-item > a {
        padding-left: 40px;
    }
    /* 遮罩层 */
    body.main .nav-overlay {
        display: block;
    }
    body.main .carousel {
        height: 180px;
    }
    body.main .carousel-indicators {
        bottom: 15px;
        gap: 10px;
    }
    body.main .carousel-indicator {
        width: 3px;
        height: 3px;
    }
    body.main .carousel-indicator.active {
        width: 35px;
        border-radius: 3px;
    }
    body.main .footer {
        height: auto;
        padding: 25px 15px;
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }
    body.main .footer div {
        margin-bottom: 8px;
    }
    body.main .footer div:last-child {
        margin-bottom: 0;
    }

    /* 工作动态 & 通知公告 - 上下结构 */
    body.main .main-container {
        margin-top: 15px;
        padding: 0 10px;
    }
    body.main .news {
        max-width: 100%;
        border-radius: 10px;
    }
    body.main .row.news {
        flex-direction: column;
    }
    body.main .col-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eabeb5;
        padding: 15px 15px 0;
    }
    body.main .col-right {
        width: 100%;
        padding: 15px 15px 15px;
    }
    body.main .news .img-bg {
        width: 25px;
        height: 25px;
    }
    body.main .news .img-bg-t {
        left: 5px;
        top: 5px;
    }
    body.main .news .img-bg-r {
        right: 5px;
        top: 5px;
    }
    body.main .news .img-bg-b {
        right: 5px;
        bottom: 5px;
    }
    body.main .news .img-bg-l {
        left: 5px;
        bottom: 5px;
    }
    /* 模块标题适配 */
    body.main .module-title .module-title-icon {
        font-size: 18px;
    }
    body.main .module-title .module-title-icon img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    body.main .module-title .more {
        font-size: 12px;
    }
    /* 新闻列表适配 */
    body.main .news-list .list_item {
        padding: 0 10px 0 28px;
        height: 40px;
        background-position-x: 14px;
        background-size: 12px;
    }
    body.main .news-list .list_item a {
        font-size: 14px;
    }
    body.main .news-list .list_item .Article_PublishDate {
        font-size: 12px;
    }
    /* 通知列表适配 */
    body.main .module-title-comcus .line{
        width: calc(100% - 28px);
        left: 28px;
    }
    body.main .wp_article_list li {
        line-height: 35px;
        padding-left: 28px;
        background-size: 12px;
    }
    body.main .wp_article_list li a {
        font-size: 13px;
    }

    /* 快捷入口 - 2列布局(小屏幕) */
    body.main .quick-access {
        margin: 25px auto;
        flex-wrap: wrap;
        gap: 12px;
        padding: 0 10px;
    }
    body.main .quick-access a {
        width: 48% !important;
        font-size: 13px;
    }
    body.main .quick-access img {
        width: 42px;
        height: 42px;
    }
    body.main .quick-access .quick-access-q {
        height: 120px;
        padding-top: 16px;
    }

    /* 具体模块列表 - 上下结构 */
    body.main .module-list {
        background-size: 100% auto;
        padding: 30px 0 15px;
    }
    body.main .module-list-cont {
        max-width: 100%;
        padding: 0 15px;
    }
    body.main .module-list-item {
        width: 100% !important;
        margin-bottom: 20px;
    }

    /* 师生风采 - 小屏幕隐藏 */
    body.main .ts-elegance {
        display: none;
    }

    /* 新闻轮播 - 图文上下结构(进一步优化) */
    body.main .newscarousel-container {
        height: auto;
    }
    body.main .div_ztyw_ul li {
        min-width: 100%;
    }
    body.main .div_ztyw_ul li .c_pt_04 {
        flex-direction: column;
    }
    body.main .div_ztyw_ul li img {
        width: 100%;
        height: 160px;
        border-radius: 10px 10px 0 0;
    }
    body.main .div_ztyw_ul li .c_txt {
        padding: 12px 12px 45px;
        font-size: 12px;
        line-height: 20px;
        text-indent: 20px;
        min-height: 50px;
    }
    body.main .div_ztyw_ul li .c_title {
        position: absolute;
        font-size: 13px;
        width: calc(100% - 90px);
        left: 12px;
        top: 113px;
        color: #3D3D3D;
    }
    body.main .div_ztyw_ul li .c_date {
        position: absolute;
        right: 12px;
        bottom: 28px;
        font-size: 11px;
        color: #999 !important;
    }
    body.main .div_ztyw_ul li .c_date a {
        color: #999 !important;
    }
    body.main .newscarousel-indicators {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        gap: 6px;
    }
    body.main .indicator {
        width: 8px;
        height: 8px;
        background: #ccc;
    }
    body.main .indicator.active {
        width: 8px;
        height: 8px;
        background: #9b142e;
    }
     body.main .headsub{
        height:160px
    }
     body.main  .list-container{
        padding: 10px;
    }
    body.main .list-container-list{
        padding-top: 10px;
    }
     .list-container-left{
         display: none;
    }
    .list-container .list-container-right{
        width:100%
    }
    .wp_article_list .list_item .Article_PublishDate{
        display: none;
    }
    .list-container{
        min-height: calc(100vh - 317px);
    }
}

/* ============================
   超小屏幕 < 400px (小手机)
   ============================ */
@media screen and (max-width: 400px) {
    body.main .header-log {
        height: 60px;
        padding-top: 12px;
    }
    body.main .header-log img {
        width: 200px;
        height: 35px;
    }
    body.main .wp_nav {
        width: 180px;
        right: -180px;
    }
    body.main .wp_nav .nav-item > a {
        font-size: 14px;
        padding: 12px 10px;
        text-align: center;
    }
    body.main .wp_nav .sub-nav .nav-item > a {
        font-size: 12px;
        padding: 10px 10px;
        text-align: center;
    }
    body.main .carousel {
        height: 150px;
    }
    body.main .carousel-indicators {
        bottom: 10px;
        gap: 8px;
    }
    body.main .carousel-indicator.active {
        width: 28px;
    }
    body.main .footer {
        padding: 20px 10px;
        font-size: 12px;
        line-height: 20px;
    }

    /* 工作动态 & 通知公告 - 进一步优化 */
    body.main .main-container {
        margin-top: 10px;
        padding: 0 8px;
    }
    body.main .news {
        border-radius: 8px;
    }
    body.main .col-left {
        padding: 12px 12px 0;
    }
    body.main .col-right {
        padding: 12px 12px 12px;
    }
    body.main .news .img-bg {
        width: 20px;
        height: 20px;
    }
    body.main .module-title .module-title-icon {
        font-size: 16px;
    }
    body.main .module-title .module-title-icon img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    body.main .module-title .more {
        font-size: 11px;
    }
    body.main .news-list .list_item {
        height: 36px;
        padding: 0 8px 0 24px;
        background-position-x: 10px;
        background-size: 10px;
    }
    body.main .news-list .list_item a {
        font-size: 13px;
    }
    body.main .news-list .list_item .Article_PublishDate {
        font-size: 11px;
    }
    body.main .module-title-comcus .line{
        width: calc(100% - 24px);
        left: 24px;
    }
    body.main .wp_article_list li {
        line-height: 32px;
        padding-left: 24px;
        background-size: 10px;
    }
    body.main .wp_article_list li a {
        font-size: 12px;
    }

    /* 快捷入口 - 2列布局(最小屏幕) */
    body.main .quick-access {
        margin: 20px auto;
        gap: 10px;
        padding: 0 5px;
    }
    body.main .quick-access a {
        width: 48% !important;
        font-size: 12px;
    }
    body.main .quick-access img {
        width: 36px;
        height: 36px;
    }
    body.main .quick-access .quick-access-q {
        height: 100px;
        padding-top: 14px;
    }

    /* 具体模块列表 - 上下结构(小手机) */
    body.main .module-list {
        background-size: 100% auto;
        padding: 25px 0 10px;
    }
    body.main .module-list-cont {
        max-width: 100%;
        padding: 0 10px;
    }
    body.main .module-list-item {
        width: 100% !important;
        margin-bottom: 15px;
    }

    /* 师生风采 - 小屏幕隐藏 */
    body.main .ts-elegance {
        display: none;
    }

    /* 新闻轮播 - 图文上下结构(小手机优化) */
    body.main .newscarousel-container {
        height: auto;
    }
    body.main .div_ztyw_ul li {
        min-width: 100%;
    }
    body.main .div_ztyw_ul li .c_pt_04 {
        flex-direction: column;
    }
    body.main .div_ztyw_ul li img {
        width: 100%;
        height: 140px;
        border-radius: 8px 8px 0 0;
    }
    body.main .div_ztyw_ul li .c_txt {
        padding: 10px 10px 40px;
        font-size: 11px;
        line-height: 18px;
        text-indent: 16px;
        min-height: 45px;
    }
    body.main .div_ztyw_ul li .c_title {
        position: absolute;
        font-size: 12px;
        width: calc(100% - 80px);
        left: 10px;
        top: 113px;
        color: #3D3D3D;
    }
    body.main .div_ztyw_ul li .c_date {
        position: absolute;
        right: 10px;
        bottom: 24px;
        font-size: 10px;
        color: #999 !important;
    }
    body.main .div_ztyw_ul li .c_date a {
        color: #999 !important;
    }
    body.main .newscarousel-indicators {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 8px;
        gap: 5px;
    }
    body.main .indicator {
        width: 6px;
        height: 6px;
        background: #ccc;
    }
    body.main .indicator.active {
       width: 6px;
        height: 6px;
        background: #9b142e;
    }
     body.main .headsub{
        height:160px
    }
    body.main  .list-container{
        padding: 10px;
    }
    body.main .list-container-list{
        padding-top: 10px;
    }
     .list-container-left{
         display: none;
    }
    .list-container .list-container-right{
        width:100%
    }
    .wp_article_list .list_item .Article_PublishDate{
        display: none;
    }
    .list-container{
        min-height: calc(100vh - 317px);
    }
}
