@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* =============================================
   page-home.css - 首页特有样式（不包含头部、底部、全局重置）
   需配合 common.css 使用
   ============================================= */

.container {
    position: relative;
    z-index: 2;
}

/* 全宽轮播容器（首页专用）*/ 

.full-width-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.banner-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-track {
   display: flex;
    transition: transform 0.6s ease-in-out;
    height: 520px;
}

.banner-slide {
    flex-shrink: 0;
    width: 100%;
}

.banner-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 520px;
}

.pic-swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pic-track {
    display: flex;
    transition: transform 0.5s ease;
}

.pic-slide {
    flex-shrink: 0;
    width: 100%;
}

.pic-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 460px;
}

.pic-caption {
    padding: 8px;
    background: rgba(249, 249, 249, 0.9);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* 要闻区（左右布局） */
.row-fourth {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 25px 0px 24px 0px;
    max-width: 1400px;
    margin: 0 auto;
}

.fourth-left {
    width: 680px;
    max-width: 100%;
    height: 460px;
    flex-shrink: 0;
}

.fourth-right {
    flex: 1;
    background: url(../images/index_08.png) no-repeat;
    padding: 25px 20px 20px 20px;
    color: white;
    height: 460px;
    min-width: 0;background-size: 100%;
}

.yw-line-2mm {
    height: 2px;
    background-color: #fff;
    width: 75px;
    margin: 2px 0 0 0;
}


.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18;
    padding: 12px 0;
    color: #fff;
    line-height: 200%;
    transition: background 0.2s, padding-left 0.2s;
    cursor: pointer;
}

.news-item:hover {
    padding-left: 8px;
    border-radius: 8px;
}

.news-title {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
}

.news-date {
    font-size: 18;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
}

.section-header span {
    margin: 2px 0 0 0;
    border-bottom: solid 2px #fff;
    padding-bottom: 15px;
}

.more-link {
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s;
    color: #333;
}

.red-bg .more-link {
    color: #fff;
}

.more-link:hover {
    color: #fff !important;
    border-bottom-color: #fff;
}

.bg-soft {
    background-color: #fff7f6;
    margin-bottom: 8px;
}

.bg-softno {
    margin-bottom: 8px;
}

/* 双模块（工作动态 / 理论宣传） */
.double-module {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0px;
}

.module-item {
    flex: 1;
    min-width: 240px;
}

.module-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.module-title span {
    font-size: 20px;
}

.red-line-2mm {
    height: 2px;
    background-color: #a2211e;
    width: 80px;
    margin: 5px 0 0 0;
}

.gray-line-1mm {
    height: 1px;
    background-color: #eee9e8;
    width: 100%;
}

.news-list-white {
    list-style: none;
    margin-top: 20px;
}

.news-list-white li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 18;
    transition: background 0.2s, padding-left 0.2s;
    cursor: pointer;
    line-height: 200%;
}

.news-list-white li:hover {
    padding-left: 8px;
    border-radius: 8px;
}

.news-list-white li a {
    text-decoration: none;
    color: #333;
    flex: 1;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}

.news-list-white li a:hover {
    color: #a2211e;
    text-decoration: none;
    font-weight: bold;
}

.news-list-white li span.date {
    color: #333;
    font-size: 18;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 专题专栏 + 监督举报 */
.row-sixth {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0px;
}

.special-col {
    flex: 3;
    min-width: 0;
}

.supervise-col {
    flex: 1;
    min-width: 0;
}

.image-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    margin-top: 20px;
    width: 100%;
}

.image-grid a {
    flex: 1;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image-grid img {
    width: 100%;
    height: 146px;
    display: block;
    transition: transform 0.25s ease;
    object-fit: cover;
}

.image-grid a:hover img {
    transform: scale(1.03);
}

.image-grid a:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.single-img {
    margin-top: 20px;
    width: 100%;
}

.single-img a {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.single-img img {
    width: 100%;
    height: 146px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.single-img a:hover img {
    transform: scale(1.03);
}

.single-img a:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.special-col .module-title,
.supervise-col .module-title {
    white-space: nowrap;
}

/* 快速链接区域 */
.quick-links-area {
    padding: 0px 24px 30px 24px;
    position: relative;
    z-index: 3;
}
.quick-header b {
    color: #a2211e;
    display: inline-block;
    font-weight: normal; font-size:35px;}
.quick-header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
}

.quick-black {
    font-size: 22px;
    font-weight: 800;
    color: black;
}

.quick-red {
    font-size: 22px;
    font-weight: 800;
    color: #a2211e;
}

.link-imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.link-imgs a {
    flex: 1 1 180px;
    max-width: 286px;
    text-align: center;
}

.link-imgs img {
    width: 90%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.3s;
    display: block;
}

.link-imgs img:hover {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========= 首页响应式覆盖（仅针对首页特有模块，不与 common.css 冲突） ========= */

/* 手机端 (≤768px) */
@media (max-width: 768px) {
    .row-fourth,
    .double-module,
    .row-sixth,
    .quick-links-area {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
.pic-slider-wrapper {
  height:auto !important;
}

    .double-module {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .row-fourth {
        gap: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fourth-left {
        height: auto;
    }

    .fourth-right {
        height: auto;
        padding: 20px 16px;
    }

    .news-item {
        padding: 10px 0;
        gap: 8px;
    }

    .news-title {
        font-size: 14px;
        padding-right: 6px;
    }

    .news-date {
        font-size: 12px;
        flex-shrink: 0;
    }

    .section-header span {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .section-header .more-link {
        font-size: 12px;
    }

    .news-list-white li {
        padding: 10px 0;
        gap: 8px;
    }

    .news-list-white li a {
        font-size: 14px;
    }

    .news-list-white li span.date {
        font-size: 12px;
    }

    .module-title span {
        font-size: 18px;
    }

    /* 专题专栏 + 监督举报手机端改为两行布局 */
    .row-sixth {
        flex-wrap: wrap;
        gap: 24px;
    }

    .special-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .supervise-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .image-grid {
        flex-wrap: wrap;
        gap: 14px;
    }

    .image-grid a {
        flex: 0 0 calc(50% - 7px);
        max-width: calc(50% - 7px);
    }

    .image-grid a:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .image-grid img {
        height: 140px;
        object-fit: cover;
    }

    .single-img img {
        height: 146px;
    }

    .single-img {
        margin-top: 16px;
    }

    .quick-links-area {
        padding: 16px 16px 30px;
    }

    .link-imgs a {
        flex: 1 1 140px;
    }

    .banner-slide img,
    .pic-slide img {
        max-height: 280px;
    }  .pic-slider-wrapper {
        height: 280px;
    }
    .pic-caption-text {
        font-size: 13px;
    }
    .pic-caption-bar {
        padding: 8px 12px;
    }
    .pic-dot {
        width: 8px;
        height: 8px;
    }
    .pic-dot.active {
        width: 18px;
    }
}

/* 平板端 (769px ~ 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .row-fourth,
    .double-module,
    .row-sixth,
    .quick-links-area {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
.pic-slider-wrapper {
  height:auto !important;
}
.fourth-left {
     width: auto;}
	
    .double-module {
        gap: 24px;
        padding: 20px 0;
    }

    .row-fourth {
        gap: 20px;
    }

    .fourth-left {
        width: 48%;
        height: auto;
    }

    .fourth-right {
        width: 48%;
        height: auto;
        padding: 20px 18px;
    }

    .news-title,
    .news-list-white li a {
        font-size: 15px;
    }

    .news-date,
    .news-list-white li span.date {
        font-size: 13px;
    }

    .row-sixth {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .special-col {
        flex: 2.5;
    }

    .supervise-col {
        flex: 1.2;
    }

    .image-grid {
        gap: 15px;
    }

    .image-grid img {
        height: 130px;
    }

    .single-img img {
        height: 130px;
    }

    .link-imgs a {
        flex: 1 1 160px;
    }

    .link-imgs img {
        width: 85%;
    }

    .banner-slide img {
        max-height: 340px;
    }

    .pic-slide img {
        max-height: 320px;
    }

    .module-title span {
        font-size: 19px;
    }

    .news-list-white li {
        padding: 10px 0;
    }
}

/* 桌面端微调 (≥1025px) */
@media (min-width: 1025px) {
 

    .row-fourth {
        gap: 20px;
    }

    .double-module {
        gap: 30px;
    }
}

/* 超小屏极端情况 (≤480px) */
@media (max-width: 480px) {
    .row-fourth,
    .double-module,
    .row-sixth {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .news-title {
        font-size: 13px;
    }

    .news-date {
        font-size: 11px;
    }

    .news-list-white li a {
        font-size: 13px;
    }

    .news-list-white li span.date {
        font-size: 11px;
    }

    .image-grid a {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .image-grid img {
        height: 120px;
    }

    .single-img img {
        height: 130px;
    }

    .quick-black,
    .quick-red {
        font-size: 18px;
    }

    .module-title span {
        font-size: 17px;
    }
	.pic-caption-text {
        font-size: 11px;
    }
}
/*新增*/
.triple-module {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
}
.triple-module .module-item {
    flex: 1;
    min-width: 240px;
}
/* Banner 箭头 */
.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 32px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 20;
    transition: all 0.3s;
}
.banner-arrow-left { left: 20px; }
.banner-arrow-right { right: 20px; }
.banner-arrow:hover { background: rgba(162,33,30,0.85); }

/* Banner 小圆点 */
.banner-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 12px;
    z-index: 20;
}
.banner-dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}
.banner-dot.active {
    background: #a2211e;
    width: 28px;
    border-radius: 12px;
}/* 左侧图片新闻包装器 */
.pic-slider-wrapper {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.pic-swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pic-track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.pic-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.pic-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 标题栏 - 黑色透明背景，位于底部 */
.pic-caption-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

/* 标题文字 */
.pic-caption-text {
    flex: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

/* 右侧圆点容器 */
.pic-dots {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* 单个圆点样式 */
.pic-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pic-dot.active {
    background: #a2211e;
    width: 24px;
    border-radius: 8px;
}

.pic-dot:hover {
    background: #a2211e;
    transform: scale(1.2);
}