body {
    background-color: #fefaf2;
}

.primary-menu .menu-container:empty {
    min-height: 50px;
    min-width: 200px;
    border: 2px dashed rgba(10, 103, 55, 0.3);
    border-radius: 8px;
    position: relative;
}

.primary-menu .menu-container:empty::after {
    content: "菜单窗口（点击设置）";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(10, 103, 55, 0.5);
    font-size: 14px;
    white-space: nowrap;
}

.is-expanded-menu .primary-menu .menu-container > .menu-item > .menu-link {
    font-weight: 600;
}

.is-expanded-menu .primary-menu .menu-container > .menu-item.current > .menu-link,
.is-expanded-menu .primary-menu .menu-container > .menu-item:hover > .menu-link {
    color: #0a6737;
}

.is-expanded-menu .primary-menu .sub-menu-container {
    min-width: 220px;
    margin-top: 14px;
    padding: 12px 0;
    border: 1px solid rgba(10, 103, 55, 0.08);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 18px 45px rgba(10, 103, 55, 0.12);
    backdrop-filter: blur(10px);
}

.is-expanded-menu .primary-menu .sub-menu-container .menu-item {
    padding: 0 10px;
}

.is-expanded-menu .primary-menu .sub-menu-container .menu-link {
    border-radius: 12px;
}

.is-expanded-menu .primary-menu .sub-menu-container .menu-item > .menu-link div {
    font-size: 14px;
    font-weight: 500;
    color: #385046;
}

.is-expanded-menu .primary-menu .sub-menu-container .menu-item:hover > .menu-link,
.is-expanded-menu .primary-menu .sub-menu-container .menu-item.current > .menu-link {
    background: linear-gradient(90deg, rgba(10, 103, 55, 0.10), rgba(241, 199, 122, 0.18));
}

.is-expanded-menu .primary-menu .menu-link div > i.sub-menu-indicator {
    margin-left: 8px;
    color: #0a6737;
    font-size: 11px;
}

.custom-title-wrapper {
    position: relative;
}

.custom-title-zh {
    font-size: 28px !important;
    font-weight: bold;
    color: #2c3e50;
    letter-spacing: 2px;
    line-height: 1;
}

.custom-title-en {
    font-size: 16px !important;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.custom-title-line {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #267df4, #F1C77A);
    border-radius: 2px;
    margin-top: 16px !important;
}

.custom-more-anim {
    transition: all 0.3s ease;
    display: inline-block;
}

.custom-more-anim:hover {
    color: #267DF4 !important;
    transform: translateX(5px);
}

.custom-footer-text h4,
.custom-footer-text ul li a,
.custom-footer-text ul li {
    color: #495057 !important;
}

#footer .custom-footer-text .list-unstyled li a {
    opacity: 1 !important;
    font-weight: normal !important;
}

.custom-mengya-link {
    color: var(--bs-highlight-color) !important;
    transition: color 0.3s ease;
}

.custom-mengya-link:hover {
    color: var(--bs-primary-text-emphasis) !important;
}

.custom-tech-text {
    color: var(--bs-highlight-color) !important;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 62px;
    height: 340px;
    color: #fff;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/4.png') center center / 100% 100% no-repeat;
    mix-blend-mode: screen;
    opacity: 0.6;
    pointer-events: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 28%), radial-gradient(circle at 85% 15%, rgba(241, 199, 122, 0.15) 0, rgba(241, 199, 122, 0) 24%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-breadcrumb {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.page-breadcrumb a {
    color: #fff;
}

.page-breadcrumb .possplit {
    background-image: unset;
    padding: 0 8px;
}

.page-breadcrumb .possplit:before {
    content: "/";
    color: #fff;
    position: relative;
    left: -24px;
    top: 0;
}

.section-shell {
    margin-top: -52px;
    padding-bottom: 72px;
    position: relative;
    z-index: 2;
}

.panel-card,
.news-card,
.article-card,
.feature-card {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(10, 103, 55, 0.06);
    border: 1px solid rgba(241, 199, 122, 0.3);
}

.panel-card {
    padding: 28px;
    margin-bottom: 24px;
}

.panel-label {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    line-height: 1;
    padding-bottom: 12px;
}

.panel-label[data-en]::after {
    content: attr(data-en);
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1px;
}

.panel-label::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #0a6737, #f1c77a);
}

.category-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.category-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 16px;
    background: #f8fbf7;
    color: #30463c;
    font-weight: 600;
    transition: all 0.25s ease;
}

.category-nav a span:last-child {
    color: #9fb0a6;
    font-size: 13px;
}

.category-nav a span:only-child {
    color: inherit;
    font-size: inherit;
}

.category-nav a i {
    font-size: 12px;
    color: #9fb0a6;
    transition: transform 0.25s ease;
}

.category-nav a:hover,
.category-nav a.active {
    transform: translateX(6px);
    color: #0a6737;
    background: linear-gradient(90deg, rgba(10, 103, 55, 0.10), rgba(241, 199, 122, 0.18));
}

.category-nav a:hover i,
.category-nav a.active i {
    color: #0a6737;
    transform: translateX(4px);
}

.category-nav a.level2 {
    padding-left: 36px;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
}

.category-nav a.level2:hover,
.category-nav a.level2.active {
    transform: translateX(4px);
}

.category-nav a.level3 {
    padding-left: 52px;
    font-weight: 400;
    font-size: 13px;
    background: transparent;
}

.category-nav a.level3:hover,
.category-nav a.level3.active {
    transform: translateX(2px);
}

.quick-links {
    display: grid;
    gap: 12px;
}

.quick-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 16px;
    background: #fff9ee;
    color: #5b5044;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quick-links a:hover {
    background: #fdf5e5;
    color: #0a6737;
    transform: translateX(5px);
}

.quick-links a i {
    color: #f1c77a;
}

.contact-box {
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0a6737, #0d7b42);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/4.png') center center / 100% 100% no-repeat;
    mix-blend-mode: screen;
    opacity: 0.4;
    pointer-events: none;
}

.contact-box .panel-label {
    color: #ffffff;
}

.contact-box .panel-label[data-en]::after {
    color: rgba(255, 255, 255, 0.7);
}

.contact-box .panel-label::before {
    background: linear-gradient(90deg, #d7f0db, rgba(215, 240, 219, 0.15));
}

.contact-box a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact-box p {
    position: relative;
    z-index: 1;
}

#notice .custom-more-link {
    background-color: #246f49 !important;
    color: white !important;
    font-style: normal !important;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
}

#notice .custom-more-link:hover {
    background-color: #246f49 !important;
    color: #ffe0a6 !important;
}

.swiper_wrapper:has(.swiper-wrapper > .swiper-slide:only-child) .slide-number,
.swiper_wrapper:has(.swiper-wrapper > .swiper-slide:only-child) .swiper-pagination,
.swiper-pagination-lock {
    display: none !important;
}

.hero-slider-wrapper {
    height: 40vh;
    width: 100%;
}

.custom-news-cover .flexslider {
    position: relative;
    height: 100%;
}

.custom-news-cover .flex-viewport {
    height: 100% !important;
}

.custom-news-cover .flex-control-nav {
    display: block !important;
    position: absolute !important;
    top: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    text-align: right;
    width: auto;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.custom-news-cover .flex-control-nav li {
    display: inline-block;
    margin: 0 4px;
}

.custom-news-cover .flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: none;
    transition: all .3s ease;
}

.custom-news-cover .flex-control-nav li a.flex-active {
    background: #fff;
    transform: scale(1.2);
}

.notice-download-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a6737 0%, #0d7b42 52%, #09582f 100%);
}

.notice-download-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/4.png') center center / 100% 100% no-repeat;
    mix-blend-mode: screen;
    opacity: 1;
    pointer-events: none;
}

.notice-download-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.10) 0, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.07) 0, rgba(255, 255, 255, 0) 26%),
    linear-gradient(90deg, rgba(4, 53, 26, 0.10) 0%, rgba(4, 53, 26, 0.02) 50%, rgba(4, 53, 26, 0.12) 100%);
    opacity: 0.68;
    pointer-events: none;
}

.notice-download-section .container {
    position: relative;
    z-index: 2;
}

.notice-download-section .custom-title-zh,
.notice-download-section .custom-title-en,
.notice-download-section .custom-more-link,
.notice-download-section .custom-list-item a.text-dark,
.notice-download-section .custom-list-item > a:last-child {
    color: #f8fff8 !important;
}

.notice-download-section .custom-title-en {
    opacity: 0.75;
}

.notice-download-section .custom-title-line {
    background: linear-gradient(90deg, #d9f2de, #f1c77a);
}

.notice-download-section .custom-list-item {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

.notice-download-section .custom-list-item small {
    color: rgba(255, 255, 255, 0.72) !important;
}

.notice-download-section .custom-more-link:hover,
.notice-download-section .custom-list-item:hover a.text-dark,
.notice-download-section .custom-list-item:hover i {
    color: #f1c77a !important;
}

.contact-banner-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 14% 75%, rgba(255, 255, 255, 0.09) 0, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 18%),
    linear-gradient(90deg, #0b6c39 0%, #0f7b43 55%, #0b6534 100%);
}

.contact-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 18%, transparent 18% 42%, rgba(255, 255, 255, 0.04) 42% 64%, transparent 64% 100%);
    pointer-events: none;
}

.contact-banner-section .container {
    position: relative;
    z-index: 1;
}

.contact-banner-section .custom-title-zh,
.contact-banner-section .custom-title-en,
.contact-banner-section h4,
.contact-banner-section h4 a,
.contact-banner-section .text-center,
.contact-banner-section .text-center div {
    color: #f8fff8 !important;
}

.contact-banner-section .custom-title-en {
    opacity: 0.78;
}

.contact-banner-section .custom-title-line {
    background: linear-gradient(90deg, #d7f0db, rgba(215, 240, 219, 0.15));
}

.contact-banner-section img {
    background: rgba(255, 255, 255, 0.12);
    padding: 8px;
    backdrop-filter: blur(4px);
}

.custom-hover-img {
    transition: all 0.4s !important;
    cursor: pointer;
    display: block;
    transform-origin: center;
}

.custom-hover-img:hover {
    translate: 0 -8px !important;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08) !important;
    z-index: 10;
    position: relative;
}

.page-hero-list,
.page-hero-detail {
    background: linear-gradient(135deg, rgba(10, 103, 55, 0.8), rgba(14, 123, 66, 0.75)), url('../images/herolist.jpg') center/cover no-repeat;
}

.news-card {
    display: flex;
    gap: 24px;
    padding: 24px;
    margin-bottom: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(10, 103, 55, 0.12);
    border-color: rgba(241, 199, 122, 0.8);
}

.news-date {
    min-width: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 16px 10px;
    border-radius: 20px;
    background: #fdf5e5;
    border-left: 3px solid #F1C77A;
}

.news-date strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #0a6737;
}

.news-date span {
    color: #F1C77A;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 4px;
}

.news-body {
    flex: 1;
}

.news-body h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.news-body h3 a {
    color: var(--cnvs-heading-color);
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 12px;
    color: #8a978f;
    font-size: 14px;
}

.news-summary {
    color: #5c6a61;
    margin-bottom: 16px;
}

.news-summary a {
    color: #5c6a61;
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a6737;
    font-weight: 700;
}

.page-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.page-nav a,
.page-nav span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #4b5e54;
    border: 1px solid rgba(10, 103, 55, 0.08);
    box-shadow: 0 10px 24px rgba(19, 43, 31, 0.06);
    transition: all 0.3s ease;
}

.page-nav a:hover {
    border-color: #F1C77A;
    color: #0a6737;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(10, 103, 55, 0.1);
}

.page-nav .active {
    background: linear-gradient(135deg, #0a6737, #0f7b43);
    color: #fff;
    border-color: transparent;
}

.custom-notice-card {
    cursor: pointer;
    transition: all .3s ease;
}

.custom-notice-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-3px);
}

.custom-notice-card a {
    color: #212529;
    text-decoration: none;
}

.custom-notice-card a:hover {
    color: #0a6737;
}

.article-card {
    padding: 48px;
}

.article-card h1 {
    font-size: 30px;
    margin-bottom: 24px;
    color: #1a2e24;
    font-weight: 700;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f0ebe0;
    color: #7a8a80;
    font-size: 15px;
}

.article-meta i {
    margin-right: 6px;
    color: #0a6737;
}

.article-cover {
    margin-bottom: 32px;
    border-radius: 16px;
    overflow: hidden;
}

.article-cover img {
    width: 100%;
    height: auto;
}

.article-content {
    font-size: 16px;
    line-height: 2;
    color: #385046;
}

.article-content p {
    margin-bottom: 1.2em;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 16px 0;
}

.article-content a {
    color: #0a6737;
    text-decoration: underline;
}

.wp_single {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(10, 103, 55, 0.06);
    border: 1px solid rgba(241, 199, 122, 0.3);
    padding: 48px;
    overflow: hidden;
}

.wp_single .wp_articlecontent {
    font-size: 16px;
    line-height: 2;
    color: #385046;
}

.wp_single .wp_articlecontent p {
    margin-bottom: 1.2em;
    text-indent: 2em;
    text-align: justify;
}

.wp_single .wp_articlecontent img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 16px auto;
    display: block;
}

.wp_single .wp_articlecontent a {
    color: #0a6737;
    text-decoration: underline;
}

.wp_single .paging_content {
    font-size: 16px;
    line-height: 2;
    color: #385046;
}

.wp_single .paging_content p.MsoNormal {
    text-indent: 2em !important;
    text-align: justify !important;
    line-height: 2 !important;
    margin-bottom: 1.2em !important;
    background: transparent !important;
    font-family: inherit !important;
}

.wp_single .paging_content p.MsoNormal span {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    background: transparent !important;
}

.article-prev-next {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 2px solid #f0ebe0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.article-prev-next a {
    color: #0a6737;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.article-prev-next a:hover {
    color: #F1C77A;
}

@media (max-width: 991.98px) {
    .section-shell {
        margin-top: -24px;
    }

    .news-card {
        flex-direction: column;
    }

    .news-date {
        width: 100%;
    }

    .article-card {
        padding: 28px;
    }

    .wp_single {
        padding: 28px;
    }
}

.hero-slide {
    background-size: cover;
    background-position: center;
}

.platform-section {
    padding-bottom: 60px;
    background-color: #fefaf2;
}

.news-layout-row {
    gap: 24px;
}

.news-cover-slider {
    aspect-ratio: 503 / 380;
    width: 503px;
    min-width: 503px;
    max-width: 100%;
}

.news-cover-img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.news-cover-overlay {
    background-color: #267df499;
}

.news-cover-title {
    color: #fff !important;
}

.news-cover-title a {
    color: #fff !important;
}

.news-cover-date {
    color: rgb(154, 176, 199) !important;
}

.notice-card-col {
    flex: 1;
    padding-bottom: 10px;
}

.custom-notice-card {
    cursor: pointer;
    background-color: #fdf5e5;
    border-color: #F1C77A !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.25rem !important;
}

.custom-notice-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transform: translateY(-3px);
}

.notice-card-title {
    line-height: 1.4;
    font-size: 16px;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-card-diamond {
    color: #F1C77A !important;
    margin-right: 8px !important;
    font-size: 8px;
}

.notice-card-date {
    color: #ffa500;
    font-size: 16px;
}

.list-item-diamond {
    color: #F1C77A;
    font-size: 8px;
    opacity: 0.8;
    margin-right: 4px;
    transform: rotate(45deg);
}

.list-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.list-item-text a {
    color: white;
}

.list-item-text a:hover {
    color: #F1C77A;
}

.food-section {
    background-color: #fefaf2;
    padding-top: 10px;
    padding-bottom: 80px;
    background-image: url('../images/5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact-section {
    padding-top: 42px;
    padding-bottom: 42px;
}

.contact-decor-svg {
    width: 140px;
    height: 140px;
    top: 15%;
    right: 35%;
    transform: rotate(80deg);
    opacity: 0.35;
}

.contact-banner-title {
    font-size: 32px !important;
}

.contact-banner-en {
    font-size: 14px !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

#footer.site-footer {
    background-color: #fefaf2 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.footer-widgets-wrap.footer-widgets-inner {
    padding-top: 64px !important;
    padding-bottom: 16px !important;
}

#copyrights.copyrights-bar {
    padding: 0 0 20px !important;
    margin-top: -30px !important;
}

.custom-footer-text h4,
.custom-footer-text ul li a,
.custom-footer-text ul li {
    color: #495057 !important;
}

#footer .custom-footer-text .list-unstyled li a {
    opacity: 1 !important;
    font-weight: normal !important;
}

@media (max-width: 575.98px) {
    .page-hero {
        padding: 40px 0 52px;
        height: auto;
    }

    .panel-card,
    .news-card,
    .feature-card {
        padding: 20px;
    }

    .article-card {
        padding: 20px;
    }

    .wp_single {
        padding: 20px;
    }

    .article-card h1 {
        font-size: 22px;
    }

    .news-cover-slider {
        width: 100%;
        min-width: 0;
    }

    .custom-title-wrapper .d-flex.align-items-end.gap-2 {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 4px;
    }

    .custom-title-zh {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }

    .custom-title-en {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .contact-banner-title {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    .contact-banner-en {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .contact-banner-section .col-lg-4 img {
        max-width: 120px;
    }

    .contact-banner-section .col-lg-4 .text-center > div > div {
        font-size: 12px;
    }
}


.more {
    display: none !important;
}

.title_right_heng {
    display: none !important;
}

#notice-more-anchor,
#announce-more-anchor,
#lost-more-anchor {
    display: none;
}

#notice {
    position: relative;
}

#notice .news-layout-row {
    position: static;
}

#notice [frag="窗口12"] {
    position: static;
}

#notice [frag="窗口12"] > .custom-more-link {
    position: absolute;
    top: 24px;
    right: 12px;
    z-index: 10;
}

.notice-download-section .col-lg-6 {
    position: relative;
}

.notice-download-section [frag="窗口21"] > .custom-more-link,
.notice-download-section [frag="窗口22"] > .custom-more-link {
    position: absolute;
    top: -4px;
    right: 24px;
    z-index: 10;
}

.custom-more-link a {
    color: white !important;
}

.custom-more-link a:hover {
    color: #ffe0a6 !important;
}



