.layer-outer {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.topbar {
    background: #1956a5;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 56px;
}
.logo img {
    height: 36px;
    margin-right: 20px;
}
.nav {
    list-style: none;
    display: flex;
    flex: 1;
    margin: 0;
    padding: 0;
}
.nav li {
    margin: 0 18px;
    cursor: pointer;
    padding: 0 8px;
    line-height: 56px;
    font-size: 16px;
}

.nav li a {
    color: #fff;
    text-decoration: none;
}
.nav li.active a {
    color: #c5dfff;
}
.nav li:hover {
    /* border-bottom: 3px solid #fff; */
    font-weight: bold;
    background-color: #3681bb;
}

.nav li a.dropdown::after {
    content: "▼";
    font-size: 10px;
    color: #fff;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.xwcb-nav {
    position: relative;
}
.xwcb-nav .ynbq {
    position: absolute;
    z-index: 20;
    background-color: #0c4791;
    height: 50px;
    line-height: 50px;
    bottom: -45px;
    padding: 0px 5px;
    width: 85px;
    left: 60px;
}
.xwcb-nav .ynbq a {
    color: #fff;
}

.lang-btns {
    display: flex;
    gap: 8px;
}
.lang-btns button {
    background: #e6f0fa;
    color: #1956a5;
    border: none;
    border-radius: 4px;
    padding: 4px 12px;
    margin-left: 4px;
    cursor: pointer;
    font-size: 14px;
}

.lang-btns button a {
    color: #1956a5;
}
.lang-btns .accessibility {
    background: #f7e06e;
    color: #1956a5;
}
.banner {
    background: url("/statics/ynxcwv2/images/v5/banner_bg.png") no-repeat center center;
    background-size: 100% 100%;
    height: 520px;
}

.banner-logo {
    width: 396px;
    margin: 0 auto;
    padding-top: 60px;
}

.banner-logo img {
    width: 100%;
    height: auto;
}

#b_serchform {
    width: 100%;
}

.sr_frmipt {
    position: relative;
}

.search-box {
    width: 570px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 4px 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    padding: 6px 8px;
    border-radius: 20px;
    width: 100%;
}
.search-box button {
    position: absolute;
    background: #1956a5;
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 6px 18px;
    right: 0px;
    cursor: pointer;
    font-size: 16px;
}
.layer-content-outer {
    width: 1325px;
    margin: -215px auto 0 auto;
    background-color: #fff;
}
.layer-content {
    width: 1280px;
    margin: 0 auto;
}
.headline {
    padding: 30px 0px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.headline h2 {
    color: #2663af;
    font-size: 36px;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 60px;
}

.headline h2 a {
    color: #2663af;
}
.headline-desc {
    color: #464646;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    text-indent: 2em;
}
/* 动态 */
.layer-dynamic {
    display: flex;
    justify-content: space-between;
}

.left-dynamic {
    width: 600px;
}

.right-dynamic {
    width: 650px;
}

.nav-bar {
    display: flex;
    align-items: center;
    background: #eeeeee;
    border-radius: 2px;
    height: 44px;
    width: 100%; /* 可根据需要调整 */
    position: relative;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.nav-tabs {
    display: flex;
    height: 100%;
}

.nav-tab {
    position: relative;
    padding: 0 28px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    background: transparent;
    /* transition:color 0.2s,background 0.2s; */
}

.nav-tab.active {
    background: #5ba6ea;
    color: #fff;
}

.nav-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #5ba6ea;
}

.nav-more {
    margin-left: auto;
    color: #5ba6ea;
    font-size: 16px;
    text-decoration: none;
    padding-right: 18px;
    font-weight: normal;
    transition: text-decoration 0.2s;
}

.nav-more:hover {
    text-decoration: underline;
}
.dynamic-list {
    margin-top: 25px;
}

.dynamic-list li {
    padding: 20px 0px;
}

.dynamic-list li a {
    font-size: 18px;
    color: #0f0f0f;
}

#dynamicSW img {
    width: 100%;
    height: auto;
}

.dynamic-item {
    position: relative;
}

.dynam-desc {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    bottom: 0px;
    padding-left: 20px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

#dynamicSW .swiper-pagination {
    position: absolute;
    width: 100px;
    right: 10px;
    bottom: -1px;
}

#dynamicSW .swiper-pagination-fraction {
    left: 85%;
    height: 45px;
    line-height: 45px;
    background-color: #294f7b;
    color: #fff;
}

/*专题专栏  */
.layer-topic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 50px;
}

.layer-topic-left {
    width: 660px;
    display: flex;
    justify-content: space-between;
}

.layer-topic-right {
    width: 600px;
}

.topic-card {
    width: 80%;
}

/* 左侧竖排标题 */
.side-title {
    writing-mode: vertical-rl;
    background: #2166b5;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 32px 12px;
    border-radius: 4px;
    letter-spacing: 6px;
    text-align: center;
    margin-right: 12px;
}

#topicSwCard .swiper-slide {
    width: 100%;
}
.topic-card .swiper-button-prev {
    background-image: url(/statics/ynxcwv2/images/v5/topic_left.png);
    width: 25px;
    height: 38px;
    left: -40px;
}

.topic-card .swiper-button-next {
    background-image: url(/statics/ynxcwv2/images/v5/topic_right.png);
    width: 25px;
    height: 38px;
    right: 20px;
}

.image-card {
    width: 246px;
    height: 109px;
}

.image-card img {
    width: 100%;
    height: auto;
}

.topic-card {
    position: relative;
    width: 575px; /* 246*2 + 间距 */
    height: 240px; /* 109*2 + 间距 */
    display: flex;
    align-items: center;
    margin-left: 40px;
}

#topicSwCard .swiper-container {
    width: 520px;
    height: 240px;
}

#topicSwCard .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    /* 让4张卡片2x2排列 */
}

.image-card {
    width: 246px;
    height: 109px;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #b3b3b3;
    top: 50%;
    transform: translateY(-50%);
}

/* 右侧信息卡片区 */

.info-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px; /* 行间距24px，列间距32px */
    width: 600px; /* 可根据实际调整 */
    margin: 0 auto;
    box-sizing: border-box;
}

.info-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    min-height: 90px;
    width: calc(50% - 16px); /* 两列，减去一半的gap */
    margin: 0;
    transition:
        box-shadow 0.2s,
        border 0.2s;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.info-card a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.info-icon {
    width: 68px;
    height: 68px;
    background: #2166b5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
}
.info-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.info-text {
    color: #2166b5;
    font-size: 20px;
    font-weight: bold;
    /* line-height: 1.3;
    letter-spacing: 1px;
    white-space: pre-line; */
}

/* 信息公开 */

.xxgk-info-public {
    margin-top: 50px;
}
.xxgk-info-title img {
    width: 100%;
    height: auto;
}
.xxgk-info-cards {
    margin-top: 20px;
}

.xxgk-info-cards {
    display: flex;
    justify-content: start;
}

/* .xxgk-card img {
    width:;
} */
.xxgk-card {
    /* background: #e6f0fa;
    color: #1956a5;
    border-radius: 6px;
    padding: 12px 18px;
    font-size: 15px;
    flex: 1;
    text-align: center;
    cursor: pointer; */
}

.showImg {
    display: inline-block;
}
.hiddenImg {
    display: none;
}
.xxgkActivate .showImg {
    display: none;
}

.xxgkActivate .hiddenImg {
    display: inline-block;
}

.xxgk-content-card {
    margin-top: 20px;
    position: relative;
}

.card-more {
    position: absolute;
    right: 10px;
    bottom: -30px;
}

.xxgk-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.xxgk-list li {
    width: 45%;
    padding: 35px 0px;
    position: relative;
    border-bottom: 1px solid #e8e8e9;
    margin-left: 40px;
}

.xxgk-list li a {
    font-size: 18px;
    color: #101010;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xxgk-list li span {
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: 14px;
    color: #979797;
}

/*系统模块 */

.layer-systems {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.system-block {
    width: 606px;
}
.system-title {
    font-size: 16px;
    color: #1956a5;
    font-weight: bold;
    margin-bottom: 10px;
}

.system-title img {
    width: 100%;
    height: auto;
}
.system-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.system-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 10px;
}

/* 新闻发布厅 */
.layer-news {
    margin-top: 50px;
}

.news-title-container {
    display: flex;
}

.activate-show {
    display: inline-block;
}
.hidden-show {
    display: none;
}

.fb-activate .activate-show {
    display: none;
}

.fb-activate .hidden-show {
    display: inline-block;
}

.news-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 30px;
}

.layer-fb-img {
    width: 345px;
}

.layer-fb-cont {
    width: 320px;
}

.layer-fb-list {
    width: 475px;
    position: relative;
}

.news-more {
    position: absolute;
    right: 0px;
    bottom: -20px;
}

.layer-fb-cont {
    position: relative;
    margin-top: 50px;
}

.layer-fb-cont h3 {
    font-size: 20px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 30px;
}

.layer-fb-cont p {
    font-size: 16px;
    color: #464646;
    margin-top: 20px;
    line-height: 20px;
}

.detail-more {
    position: absolute;
    right: 10px;
    margin-top: 20px;
}

.fb-list li {
    padding: 30px 0px;
    border-bottom: 1px solid #e9e9e9;
}

.fb-list li a {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 友情连接 */
.link-line {
    margin-top: 20px;
}

.link-con .mlinknav {
    padding: 30px 0;
}

.link-con .mlinknav > li {
    color: #3f3f3f;
    border: 1px solid #ddd;
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    width: 190px;
    margin-right: 20px;
    background: #fff url("/statics/ynxcwv2/images/index_b/web_ico.png") no-repeat 170px 13px;
    position: relative;
}

.link-con .mlinknav > li:first-of-type {
    margin-left: 20px;
}

.link-con .mlinknav > li > ul {
    height: 320px;
    overflow-y: scroll;
    display: none;
    position: absolute;
    left: 0px;
    top: -320px;
    width: 100%;
    background-color: #fff;
    z-index: 111;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.link-con .mlinknav > li:hover > ul {
    display: block;
}

.link-con .mlinknav > li > ul > li > a {
    color: #3f3f3f;
}

/* 底部 */
/* 底部 */
.layer-footer {
    height: 150px;
    /* margin: 0 auto; */
    background-color: #2668b2;
    margin-top: -2px;
}

.layer-footer-content {
    width: 450px;
    margin: 0 auto;
}

.layer-footer-content #djIco {
    float: left;
    padding-top: 55px;
}

.gov_web {
    margin-left: 25px;
}

.footer-text-list {
    margin-left: 25px;
    padding-top: 50px;
}

.mtgov {
    margin-left: 20px;
}

.footer-text li span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px;
}

.footer-text li span a {
    color: #fff;
    text-decoration: none;
}

.py-container {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    width: 200px;
}
.py-container img {
    width: 100%;
}

/* @media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 0px 10px;
    }

    .topbar {
        display: block;
        padding: 0;
    }

    .nav {
        display: block;
    }

    .nav li {
        margin: 0px;
        padding: 0;
    }

    .layer-content-outer {
        width: 100%;
    }

    .layer-content {
        width: 100%;
    }

    .layer-dynamic {
        display: block;
    }
    .left-dynamic {
        width: 100%;
    }

    .right-dynamic {
        width: 100%;
    }

    .layer-topic {
        display: block;
    }

    .layer-topic-left {
        width: 100%;
    }

    .layer-topic-right {
        width: 100%;
    }

    .xxgk-info-cards {
        flex-wrap: wrap;
    }

    .layer-systems {
        display: block;
    }

    .system-block {
        width: 100%;
    }

    .news-title-container {
        flex-wrap: wrap;
    }

    .news-content {
        flex-wrap: wrap;
    }

    .layer-footer-content {
        width: 100%;
    }
} */
