.containerzfxxBody {
    /* width: 1200px; */
    margin: 20px auto 0;
}


.containerzfxxBody .wgk_box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 15px;
}

.containerzfxxBody .wgk_box li {
    text-align: center;
    perspective: 1000px;
}

.containerzfxxBody .wgk_box li a {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    min-height: auto;
    box-shadow: none;
    transition: none;
}

.containerzfxxBody .wgk_box img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: transform 0.8s ease-in-out;
}

.containerzfxxBody .wgk_box img:hover {
    transform: rotateY(360deg);
}

.containerzfxxBody .wgk_box li a::after {
    content: none;
}

/* .zfxxgk_box {
    display: flex;
} */



.containerzfxxBody .zfwj_box {
    flex: 1;
    /* margin-right: 30px; */
    /* background: #fff; */
    /* border: 1px solid #e6eef5; */
    /* border-radius: 10px; */
    padding: 16px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); */
}

.containerzfxxBody .zcjd_list {
    display: none;
}

.containerzfxxBody .zfzx_list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    min-height: 190px
}

.containerzfxxBody .zfzx_list li {
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
    border-bottom: 1px dashed #e5e9ef;
}

.containerzfxxBody .zfzx_list li a {
    position: relative;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
    padding-left: 15px;
}



.containerzfxxBody .zfzx_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #2da7f2;
    border-radius: 50%;
}

.containerzfxxBody .zfzx_list li span {
    display: block;
    font-size: 16px;
    color: #8aa0b3;
}

.containerzfxxBody .zfwj_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    border-bottom: 1px solid #e6eef5;
    /* padding-bottom: 12px; */
    /* margin-bottom: 10px; */
}

.containerzfxxBody .zfwj_more {
    display: none;
    font-size: 14px;
}
.containerzfxxBody .zfwj_more .hover {
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}
.containerzfxxBody .zfzx_nav {
    display: flex;
}

.containerzfxxBody .zfzx_nav li {
    min-width: 229px;
    height: 40px;
    /* padding: 0 20px; */
    color: #5f6f82;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background: none;
    border: none;
    border-radius: 0;
    margin-right: 0;
}

.containerzfxxBody .zfzx_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.containerzfxxBody .zfwj_box .hover {
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.containerzfxxBody #menu1 li:nth-child(1).hover {
    background: url(../../images/zfxx/zfwjselet.png) no-repeat center/100% 100%;
}
.containerzfxxBody #menu1 li:nth-child(2).hover {
    background: url(../../images/zfxx/rightbg.png) no-repeat center/100% 100%;
}

.containerzfxxBody .zfwj_box .zfwj_box_head a:hover {
    color: #fff;
}
.containerzfxxBody .zfwj_box .zfwj_box_head .zfwj_more:hover {
    color: #2da7f2;
}

.containerzfxxBody .zwgkzl_top {
    position: relative;
    height: 75px;
}

.containerzfxxBody .zfxxgk_box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.containerzfxxBody .xxgk_box {
    width: 434px;
    background: #fff;
    padding-top: 60px;
    border: 1px solid #e6eef5;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    margin-right:12px
}

.containerzfxxBody .xxgkzl_title {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url(../../images/zfxx/xxgkzl_bg.png) no-repeat center;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.containerzfxxBody .xxgkzl {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
}

.containerzfxxBody .xxgkzl li {
    border: 1px solid #e6eef5;
    border-radius: 8px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
    display: flex;
    padding: 15px 0;
}

.containerzfxxBody .xxgkzl li:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(45, 167, 242, 0.15);
    border-color: #2da7f2;
}

.containerzfxxBody .xxgkzl li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0px 15px 15px 35px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.containerzfxxBody .xxgkzl li a:hover {
    background: none;
    transform: none;
    box-shadow: none;
    border-color: transparent;
}

.containerzfxxBody .xxgkzl li img {
    /* width: 36px; */
    /* height: 36px; */
    flex-shrink: 0;
}

.containerzfxxBody .xxgkzl_name {
    display: inline-block;
    width: auto;
    margin-left: 0;
    font-size: 16px;
    color: #4a5a6b;
    line-height: 1.4;
}

/* 政策两个字宽度调整 */
.containerzfxxBody .xxgkzl li:first-child .xxgkzl_name {
    width: 4em;
    text-align: justify;
    text-align-last: justify;
}

.containerzfxxBody .jcxxgk {
    margin: 60px 0 40px;
}

.containerzfxxBody .jcxxgk_head {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #34495e;
    position: relative;
    margin-bottom: 25px;
    padding: 10px 0;
}

/* 去除旧的伪元素样式 */
.containerzfxxBody .jcxxgk_head::before,
.containerzfxxBody .jcxxgk_head::after {
    content: none;
}

/* 新增线条样式 */
.containerzfxxBody .jcxxgk_line {
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
}

.containerzfxxBody .line_left {
    right: 54%;
    margin-right: 90px;
    background-color: #cccccc9c;
    /* background: linear-gradient(to right, rgba(227, 232, 238, 0), #e3e8ee); */
}

.containerzfxxBody .line_right {
    left: 54%;
    margin-left: 90px;
    background-color: #cccccc9c;
    /* background: linear-gradient(to left, rgba(227, 232, 238, 0), #e3e8ee); */
}

/* 菱形样式 */
.containerzfxxBody .jcxxgk_line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4ec0e9;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.containerzfxxBody .line_left::after {
    right: -4px;
}

.containerzfxxBody .line_right::after {
    left: -4px;
}

/* 重点领域信息公开独立样式 */
.containerzfxxBody .zdly_line {
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
}

.containerzfxxBody .zdly_line_left {
    right: 54%;
    margin-right: 90px;
    background-color: #cccccc9c;
    /* background: linear-gradient(to right, rgba(227, 232, 238, 0), #e3e8ee); */
}

.containerzfxxBody .zdly_line_right {
    left: 54%;
    margin-left: 90px;
    background-color: #cccccc9c;
    /* background: linear-gradient(to left, rgba(227, 232, 238, 0), #e3e8ee); */
}

.containerzfxxBody .zdly_line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4ec0e9;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.containerzfxxBody .zdly_line_left::after {
    right: -4px;
}

.containerzfxxBody .zdly_line_right::after {
    left: -4px;
}

.containerzfxxBody .jcxxgk_slider {
    width: 90%;
    margin: 38px auto 0;
}

.containerzfxxBody .jcxxgk_ul {
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.containerzfxxBody .jcxxgk_ul.active {
    display: grid;
}

.containerzfxxBody .jcxxgk_ul li {
    padding: 16px 10px;
    text-align: center;
    /* border: 1px solid #e6eef5; */
    border-radius: 8px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.containerzfxxBody .jcxxgk_ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.containerzfxxBody .indicator {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
}

.containerzfxxBody .indicator li {
    width: 32px;
    height: 6px;
    background-color: #dbe7f2;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: pointer
}

.containerzfxxBody .indicator .on {
    background-color: #2da7f2;
}

.containerzfxxBody .jcxxgk_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.containerzfxxBody .jcxxgk_link i {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #dbe7f2;
    margin: 0 auto;
    font-size: 0;
    line-height: 72px;
    text-align: center;
}

.containerzfxxBody .jcxxgk_link img {
    width: 32px;
    height: 36px;
    vertical-align: middle;
}

.containerzfxxBody .jcxxgk_link span {
    margin-top: 18px;
    text-align: center;
    color: #4a5a6b;
    font-size: 14px;
}

.containerzfxxBody .jczwgkzl {
    text-align: center;
    margin: 45px 0;
}

.containerzfxxBody .jczwgkzl img {
    /* width: 100%; */
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.containerzfxxBody .zdly_ul {
    width: 85%;
    margin: 45px auto 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.containerzfxxBody .zdly_ul li {
    padding: 16px 20px;
    text-align: center;
    border: 1px solid #e6eef5;
    border-radius: 8px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.containerzfxxBody .zdly_ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}


.containerzfxxBody .zdlyxxgk{
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    /* 彻底重置所有的父级容器，避免 1200px 溢出 */
    body, html, #container, .bg, .p-content, .content-public {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .containerzfxxBody {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .containerzfxxBody .zfxxgk_box {
        display: block !important;
    }

    .containerzfxxBody .wgk_box {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .containerzfxxBody .wgk_box img {
        width: 100%;
        height: auto;
    }

    .containerzfxxBody .xxgkzl {
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 移动端改为两列 */
        gap: 10px;
    }

    .containerzfxxBody .xxgkzl li {
        width: 100%;
        margin-bottom: 0;
    }
    
    .containerzfxxBody .xxgkzl li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 0;
    }
    
    .containerzfxxBody .xxgkzl li img {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .containerzfxxBody .xxgk_box {
        width: 100%;
        background: #fff;
        margin-top: 20px;
    }

    .containerzfxxBody .xxgkzl_title {
        font-size: 18px;
        /* padding: 10px 0; */
    }
    
    .containerzfxxBody .zfwj_box {
        width: 100%;
        margin-right: 0;
        padding:0;
    }
    
    .containerzfxxBody .zfzx_list li {
        font-size: 14px;
        padding: 8px 0;
        display: flex;
        flex-direction: row; /* 恢复为横排 */
        justify-content: space-between;
        align-items: center;
        line-height: normal;
        height: auto;
    }
    
    .containerzfxxBody .zfzx_list li a {
        width: 70%; /* 给标题分配70%空间 */
        white-space: nowrap; /* 不换行 */
        overflow: hidden;
        text-overflow: ellipsis; /* 超出显示省略号 */
        padding-left: 15px;
    }
    
    .containerzfxxBody .zfzx_list li span.date {
        width: 28%; /* 给时间分配空间 */
        text-align: right;
        padding-left: 0;
        margin-top: 0;
        font-size: 13px;
        color: #8aa0b3;
    }

    .containerzfxxBody .zfwj_box_head {
        position: relative;
    }
    
    .containerzfxxBody .zfwj_more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 10px;
        background: #fff; /* 防止文字重叠 */
    }
    
    .containerzfxxBody .zfzx_nav {
        width: calc(100% - 50px); /* 给“更多”留出空间 */
        justify-content: flex-start;
    }
    
    .containerzfxxBody .zfzx_nav li {
        min-width: auto;
        flex: 1; /* 让两个 tab 平均分配宽度 */
        font-size: 14px;
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }

    .containerzfxxBody .jcxxgk_ul {
        grid-template-columns: repeat(2, 1fr); /* 移动端改为两列 */
    }
    
    .containerzfxxBody .zdly_ul {
        grid-template-columns: repeat(2, 1fr); /* 移动端改为两列 */
    }
    
    .containerzfxxBody .jczwgkzl img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 300px) {
    .containerzfxxBody .zdly_ul,
    .containerzfxxBody .jcxxgk_ul,
    .containerzfxxBody .wgk_box {
        grid-template-columns: repeat(2, 1fr);
    }
}
