@charset "UTF-8";
html,
body {
    min-width: 0 !important;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.local-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #c6d6e8;
    border-radius: 4px;
    color: #2f6fae;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 900px) {
    body {
        background: #fafafa;
    }
    .main_bk {
        overflow: visible;
        background-size: auto;
    }
    .warp_center {
        /* width: calc(100% - 28px) !important; */
        width: 100%;
        max-width: 768px;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .head_wrap {
        height: auto !important;
        /* padding: 12px 0 !important; */
        padding: 12px 20px !important;
    }
    .logo {
        /* width: 120px !important; */
        width: 100% !important;
    }
    .banner_img {
        display: block;
        width: 100%;
        height: auto;
    }
    .nav_wrap {
        height: auto !important;
        background: #fff;
        overflow: visible;
    }
    .nav_cont {
        width: 100% !important;
    }
    .nav_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        padding: 4px 0;
    }
    .nav_list li {
        float: none !important;
        margin: 0 !important;
        line-height: 42px !important;
        text-align: center;
    }
    .nav_list li a {
        padding: 0 6px !important;
        font-size: 15px !important;
        line-height: 42px;
        white-space: nowrap;
    }
    .news_main {
        margin-top: 22px !important;
        overflow: visible !important;
    }
    .cydc_topline {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .cydc_banner {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .cydc_banner li,
    .cydc_banner .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }
    .cydc_banner .pageBg {
        height: auto !important;
        min-height: 46px;
        padding: 9px 38px 9px 36px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        display: flex;
        align-items: center;
    }
    .cydc_banner .pageState {
        right: 32px !important;
        bottom: 14px !important;
        font-size: 13px !important;
    }
    .cydc_banner .pageState span {
        font-size: 18px !important;
        vertical-align: 1px !important;
    }
    .cydc_banner .next,
    .cydc_banner .prev {
        bottom: 16px !important;
    }
    .title_com {
        display: flex;
        align-items: center;
        gap: 14px;
        overflow: visible !important;
    }
    .title_left,
    .right_more {
        float: none !important;
    }
    .title_left {
        flex: 1 1 auto;
        min-width: 0;
        font-size: 21px !important;
        line-height: 1.35 !important;
    }
    .title_left::after {
        display: none;
    }
    .right_more {
        flex: 0 0 auto;
        font-size: 13px !important;
        line-height: 24px !important;
        white-space: nowrap;
    }
    .news_list {
        float: none !important;
        width: 100% !important;
        padding-top: 0 !important;
        margin-top: 34px !important;
    }
    .njyjs_news1 {
        margin-top: 12px !important;
        padding-bottom: 16px !important;
    }
    .njyjs_news1 .t1 {
        font-size: 18px !important;
        line-height: 1.45 !important;
    }
    .njyjs_news1 .t2 {
        /* font-size: 14px !important; */
        font-size: 15px !important;
        line-height: 1.7 !important;
    }
    .njyjs_news2 li {
        margin-top: 12px !important;
    }
    .njyjs_news2 li .kj {
        float: none !important;
        width: 100% !important;
        /* font-size: 15px !important; */
        font-size: 16px !important;
        line-height: 1.55 !important;
        background-position: left 9px !important;
    }
    .njyjs_news2 span {
        float: none !important;
        display: block;
        /* margin: 4px 0 0 16px; */
        /* font-size: 13px !important; */
        margin: 4px 0 0 12px;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    .banner_center {
        height: 76px !important;
        margin-top: 24px !important;
    }
    .focus_li {
        height: 76px !important;
        padding-top: 20px !important;
    }
    .focus_li_img {
        width: auto !important;
        height: 36px !important;
    }
    .notice_wrap,
    .dynamics_wrap,
    .propag_wrap {
        margin-top: 34px !important;
    }
    .notice_list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 16px;
    }
    .notice_com {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 106px;
        margin: 0 !important;
        background-size: 100% 100% !important;
    }
    .notice_com a {
        display: flex !important;
        align-items: center;
        gap: 14px;
        height: auto !important;
        min-height: 106px;
        padding: 18px 20px !important;
    }
    .notice_date {
        float: none !important;
        flex: 0 0 58px;
        width: 58px !important;
        height: 58px !important;
    }
    .notice_date .p1 {
        font-size: 22px !important;
        line-height: 37px !important;
    }
    .notice_date .p2 {
        font-size: 12px !important;
        line-height: 21px !important;
    }
    .notice_tit {
        float: none !important;
        /* width: auto !important; */
        width: 72% !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .dynamics_wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .dynamics_com {
        float: none !important;
        width: 100% !important;
    }
    .dynamics_top {
        display: flex;
        gap: 14px;
        width: 100% !important;
        height: auto !important;
        margin-top: 16px !important;
        padding: 18px !important;
        background-size: 100% 100% !important;
    }
    .top_date {
        float: none !important;
        flex: 0 0 62px;
        width: 62px !important;
        height: 72px !important;
        padding-top: 11px !important;
    }
    .top_date .p1 {
        font-size: 28px !important;
    }
    .top_date .p2 {
        font-size: 12px !important;
        margin-top: 7px !important;
    }
    .top_info {
        float: none !important;
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        margin-top: 0 !important;
    }
    .info_tit {
        font-size: 16px !important;
        line-height: 1.45 !important;
        white-space: inherit;
        /* 文字不换行 */
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        /* 控制显示几行，改数字即可 */
        -webkit-box-orient: vertical !important;
    }
    .info_desc {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }
    .dynamics_list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        min-height: 0;
        padding: 13px 0 13px 14px !important;
        line-height: 1.45 !important;
        background-position: left 20px !important;
    }
    .dynamics_tit {
        float: none !important;
        flex: 1 1 auto;
        min-width: 0;
        /* font-size: 15px; */
        font-size: 16px;
        width: 100%;
    }
    .dynamics_list li span {
        float: none !important;
        flex: 0 0 auto;
        /* font-size: 12px !important; */
        font-size: 14px !important;
        line-height: 1.45 !important;
        color: #666;
    }
    .propag_cont {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 18px !important;
    }
    .propag_banner {
        float: none !important;
        width: min(100%, 300px) !important;
        height: auto !important;
        aspect-ratio: 396 / 720;
        margin: 0 auto !important;
    }
    .propag_banner_cont,
    .propag_banner li {
        height: 100% !important;
    }
    .propag_banner .pageBg {
        height: auto !important;
        min-height: 44px;
        padding: 8px 16px !important;
        /* font-size: 14px !important; */
        font-size: 16px !important;
        line-height: 1.35 !important;
        display: flex;
        align-items: center;
    }
    .propag_pagination {
        right: 14px !important;
        bottom: 16px !important;
    }
    .propag_video {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        background: none !important;
    }
    .video_big {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 865 / 446;
        margin: 0 !important;
        overflow: hidden;
    }
    .video_big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video_tit {
        left: 16px !important;
        bottom: 14px !important;
        max-width: calc(100% - 32px);
        padding-left: 34px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
    .video_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 14px !important;
    }
    .video_small {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 291 / 194;
        margin: 0 !important;
        overflow: hidden;
    }
    .video_tit_s {
        height: auto !important;
        min-height: 42px;
        padding: 8px 6px !important;
        /* font-size: 12px !important; */
        font-size: 16px !important;
        line-height: 1.35 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .code_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        margin-top: 38px !important;
    }
    .code_com {
        width: 142px !important;
        margin: 0 !important;
    }
    .code_img {
        width: 142px !important;
        height: 136px !important;
        padding-top: 28px !important;
    }
    .codeImg {
        width: 78px !important;
    }
    .code_tit .p1 {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .footer {
        margin-top: 38px !important;
        padding: 18px 0 24px !important;
        border-top-width: 6px !important;
    }
    .site-address {
        position: static !important;
        width: calc(100% - 28px) !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .ddjg,
    .zfzc {
        position: static !important;
        margin: 0 auto 12px;
    }
    .address {
        font-size: 13px !important;
        line-height: 1.65;
    }
    .address p {
        padding-left: 0 !important;
        margin-bottom: 8px !important;
    }
    .address_link,
    .bbh,
    .gawb {
        display: inline-block;
        margin: 3px 8px !important;
    }
}


/* Notice cards refreshed visual style */

.notice_com {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(91, 151, 214, 0.16);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(242, 248, 255, 0.96) 0%, #ffffff 42%, rgba(255, 255, 255, 0.98) 100%) !important;
    box-shadow: 0 14px 28px rgba(60, 113, 176, 0.09);
}

.notice_com::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #2f7dcc 0%, #70b5ed 100%);
}

.notice_com::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 22px;
    width: 18px;
    height: 18px;
    border-top: 3px solid rgba(218, 126, 48, 0.38);
    border-right: 3px solid rgba(218, 126, 48, 0.38);
    border-radius: 0 4px 0 0;
}

.notice_com a {
    position: relative;
    z-index: 1;
}

.notice_date {
    overflow: hidden;
    border: 1px solid #78aeea;
    border-radius: 4px;
    background: #ffffff !important;
    box-shadow: none;
}

.notice_date .p1 {
    color: #2f7dcc !important;
    background: #ffffff;
    text-shadow: none;
}

.notice_date .p2 {
    color: #ffffff !important;
    background: linear-gradient(180deg, #6eb0ed 0%, #4f95dd 100%);
}

.notice_tit {
    color: #18304d;
}

.notice_com:hover {
    background: linear-gradient(135deg, rgba(236, 247, 255, 1) 0%, #ffffff 48%, rgba(255, 248, 243, 0.98) 100%) !important;
    box-shadow: 0 18px 34px rgba(47, 125, 204, 0.16);
    transform: translateY(-2px);
}

.notice_com:hover::before {
    background: linear-gradient(180deg, #f04b4b 0%, #2f7dcc 100%);
}

.notice_com:hover .notice_date {
    border-color: #4f95dd;
    background: #ffffff !important;
}

.notice_com:hover .notice_tit {
    color: #165eaa;
}

@media screen and (max-width: 640px) {
    .notice_com {
        border-radius: 7px;
    }
    .notice_com::after {
        right: 18px;
        top: 16px;
        width: 15px;
        height: 15px;
    }
    .notice_date {
        border-radius: 4px;
    }
}

@media screen and (max-width: 480px) {
    .warp_center {
        /* width: calc(100% - 22px) !important; */
        width: 100%;
        padding: 0 15px 0 15px;
    }
    .nav_list li a {
        font-size: 14px !important;
        padding: 0 3px !important;
    }
    .cydc_banner .pageBg {
        min-height: 42px;
        padding: 8px 34px 8px 32px !important;
        font-size: 13px !important;
    }
    .cydc_banner .pageState {
        display: none;
    }
    .title_left {
        font-size: 19px !important;
    }
    .notice_com a,
    .dynamics_top {
        padding: 14px !important;
    }
    .info_desc {
        display: none;
    }
    .dynamics_list li {
        flex-direction: column;
        gap: 4px;
    }
    .dynamics_list li span {
        margin-left: 0;
    }
    .video_list {
        grid-template-columns: 1fr;
    }
    .code_com {
        width: 124px !important;
    }
    .code_img {
        width: 124px !important;
        height: 118px !important;
        padding-top: 24px !important;
    }
    .codeImg {
        width: 70px !important;
    }
}


/* Footer copyright content for China Aging Association */

.footer {
    background: #ffffff !important;
    border-top: 0 !important;
    margin-top: 50px !important;
    padding: 26px 0 30px !important;
}

.footer>.site-address:not(.aging-footer) {
    display: none !important;
}

.footer .aging-footer {
    position: static !important;
    width: min(100% - 32px, 760px) !important;
    margin: 0 auto !important;
    text-align: center;
}

.footer .aging-footer .address {
    color: #344054;
    font-size: 16px !important;
    line-height: 1.75;
}

.footer .aging-footer .address p {
    margin: 0 0 2px !important;
    padding-left: 0 !important;
}

.footer .aging-footer .footer-links {
    font-size: 16px;
}

.footer .aging-footer .address_link {
    margin: 0 14px !important;
    color: #344054;
}

.footer .aging-footer .footer-divider {
    color: #aeb7c2;
}

.footer .aging-footer .bbh,
.footer .aging-footer .gawb,
.footer .aging-footer .bsm {
    display: inline-flex;
    align-items: center;
    margin: 0 4px !important;
    color: #344054;
}

.footer .aging-footer .gh {
    position: static !important;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 8px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .footer .aging-footer {
        width: calc(100% - 24px) !important;
    }
    .footer .aging-footer .address {
        font-size: 14px !important;
        line-height: 1.75;
    }
    .footer .aging-footer .address_link {
        margin: 0 10px !important;
    }
    .footer {
        margin-top: 0px !important;
    }
}


/* Unified section title bar style */

.news_list>.title_com,
.notice_wrap>.title_com,
.dynamics_wrap .dynamics_com>.title_com,
.propag_wrap>.title_com {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: visible !important;
    min-height: 46px;
}

.news_list>.title_com .title_left,
.news_wrap>.title_com .title_left,
.notice_wrap>.title_com .title_left,
.dynamics_wrap .dynamics_com>.title_com .title_left,
.propag_wrap>.title_com .title_left {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    order: 1;
    min-height: 46px;
    border-radius: 0 22px 22px 0;
    padding: 0 26px 0 58px !important;
    background: linear-gradient(90deg, #2f7dcc 0%, #5aa4df 100%) !important;
    box-shadow: 0 10px 24px rgba(47, 125, 204, 0.18);
    line-height: 46px !important;
}

.news_list>.title_com .title_left::before,
.news_wrap>.title_com .title_left::before,
.notice_wrap>.title_com .title_left::before,
.dynamics_wrap .dynamics_com>.title_com .title_left::before,
.propag_wrap>.title_com .title_left::before {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 7px;
    transform: translateY(-50%);
}

.news_list>.title_com .title_left::after,
.news_wrap>.title_com .title_left::after,
.notice_wrap>.title_com .title_left::after,
.dynamics_wrap .dynamics_com>.title_com .title_left::after,
.propag_wrap>.title_com .title_left::after {
    content: "";
    display: block;
    position: absolute;
    left: 25px !important;
    top: 50% !important;
    width: 12px !important;
    height: 2px !important;
    background: #ffffff !important;
    box-shadow: 0 -6px 0 #ffffff, 0 6px 0 #ffffff, 34px 0 0 rgba(255, 255, 255, 0.55), 42px 0 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
    z-index: 2;
}

.news_list>.title_com .title_left a,
.news_wrap>.title_com .title_left a,
.notice_wrap>.title_com .title_left a,
.dynamics_wrap .dynamics_com>.title_com .title_left a,
.propag_wrap>.title_com .title_left a {
    color: #ffffff !important;
    font-size: 24px;
    letter-spacing: 0;
}

.news_list>.title_com::after,
.news_wrap>.title_com::after,
.notice_wrap>.title_com::after,
.dynamics_wrap .dynamics_com>.title_com::after,
.propag_wrap>.title_com::after {
    content: "";
    flex: 1 1 auto;
    order: 2;
    height: 1px;
    background: linear-gradient(90deg, rgba(47, 125, 204, 0.34), rgba(47, 125, 204, 0.08));
}

.news_list>.title_com .right_more,
.news_wrap>.title_com .right_more,
.notice_wrap>.title_com .right_more,
.dynamics_wrap .dynamics_com>.title_com .right_more,
.propag_wrap>.title_com .right_more {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    order: 3;
    min-width: 78px;
    height: 34px;
    border: 1px solid rgba(247, 76, 76, 0.24);
    border-radius: 999px;
    padding: 0 32px 0 15px !important;
    color: #f74c4c !important;
    background: #fff7f7 !important;
    font-size: 15px;
    line-height: 34px !important;
    position: relative;
}

.news_list>.title_com .right_more::before,
.news_wrap>.title_com .right_more::before,
.notice_wrap>.title_com .right_more::before,
.dynamics_wrap .dynamics_com>.title_com .right_more::before,
.propag_wrap>.title_com .right_more::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.news_list>.title_com .right_more:hover,
.news_wrap>.title_com .right_more:hover,
.notice_wrap>.title_com .right_more:hover,
.dynamics_wrap .dynamics_com>.title_com .right_more:hover,
.propag_wrap>.title_com .right_more:hover {
    color: #ffffff !important;
    background: #f74c4c !important;
}

.notice_wrap>.title_com .title_left::before {
    left: 17px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10v4h4l5 4V6l-5 4H4z'/%3E%3Cpath d='M16 9.5a4 4 0 0 1 0 5'/%3E%3Cpath d='M18.5 7a7 7 0 0 1 0 10'/%3E%3C/svg%3E") no-repeat center / contain;
}

.notice_wrap>.title_com .title_left::after {
    display: none;
}

@media screen and (max-width: 640px) {
    .news_list>.title_com,
    .notice_wrap>.title_com,
    .dynamics_wrap .dynamics_com>.title_com,
    .propag_wrap>.title_com {
        gap: 10px;
        min-height: 40px;
    }
    .news_list>.title_com .title_left,
    .news_wrap>.title_com .title_left,
    .notice_wrap>.title_com .title_left,
    .dynamics_wrap .dynamics_com>.title_com .title_left,
    .propag_wrap>.title_com .title_left {
        min-height: 40px;
        padding: 0 18px 0 48px !important;
        line-height: 40px !important;
    }
    .news_list>.title_com .title_left::before,
    .news_wrap>.title_com .title_left::before,
    .notice_wrap>.title_com .title_left::before,
    .dynamics_wrap .dynamics_com>.title_com .title_left::before,
    .propag_wrap>.title_com .title_left::before {
        left: 15px;
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }
    .news_list>.title_com .title_left::after,
    .news_wrap>.title_com .title_left::after,
    .notice_wrap>.title_com .title_left::after,
    .dynamics_wrap .dynamics_com>.title_com .title_left::after,
    .propag_wrap>.title_com .title_left::after {
        left: 21px !important;
        width: 10px !important;
    }
    .notice_wrap>.title_com .title_left::before {
        left: 14px;
        width: 22px;
        height: 22px;
    }
    .notice_wrap>.title_com .title_left::after {
        display: none;
    }
    .news_list>.title_com .title_left a,
    .news_wrap>.title_com .title_left a,
    .notice_wrap>.title_com .title_left a,
    .dynamics_wrap .dynamics_com>.title_com .title_left a,
    .propag_wrap>.title_com .title_left a {
        font-size: 20px !important;
    }
    .news_list>.title_com .right_more,
    .news_wrap>.title_com .right_more,
    .notice_wrap>.title_com .right_more,
    .dynamics_wrap .dynamics_com>.title_com .right_more,
    .propag_wrap>.title_com .right_more {
        min-width: 64px;
        height: 30px;
        padding: 0 25px 0 12px !important;
        font-size: 14px;
        line-height: 30px !important;
    }
}


/* Dynamics featured cards refreshed visual style */

.dynamics_top {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(47, 125, 204, 0.18);
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 58%, #edf6ff 100%) !important;
    box-shadow: 0 16px 34px rgba(54, 111, 176, 0.11);
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
}

.dynamics_top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2f7dcc 0%, #70b5ed 70%, #f04b4b 100%);
}

.dynamics_top::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 10px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 125, 204, 0.16) 0%, rgba(47, 125, 204, 0) 68%);
    pointer-events: none;
}

.dynamics_top .top_date,
.dynamics_top .top_info {
    position: relative;
    z-index: 1;
}

.dynamics_top .top_date {
    overflow: visible;
    border: 1px solid #78aeea;
    border-radius: 0;
    background: #ffffff !important;
    box-shadow: none;
}

.dynamics_top .top_date::before {
    content: "";
    position: absolute;
    left: 18px;
    top: -7px;
    width: 3px;
    height: 12px;
    background: #78aeea;
}

.dynamics_top .top_date::after {
    content: "";
    position: absolute;
    right: 18px;
    top: -7px;
    width: 3px;
    height: 12px;
    background: #78aeea;
}

.dynamics_top .top_date .p1 {
    color: #4f87c2 !important;
    text-shadow: none;
}

.dynamics_top .top_date .p2 {
    color: #4f87c2 !important;
}

.dynamics_top .info_tit a {
    color: #102f52;
}

.dynamics_top .info_desc {
    color: #52687f;
}

.dynamics_top .info_desc a {
    color: #e25b48;
}

.dynamics_top:hover {
    border-color: rgba(47, 125, 204, 0.34);
    box-shadow: 0 20px 38px rgba(47, 125, 204, 0.17);
    transform: translateY(-2px);
}

.dynamics_top:hover .top_date {
    border-color: #4f95dd;
    background: #ffffff !important;
}

.dynamics_top:hover .info_tit a {
    color: #165eaa;
}

@media screen and (max-width: 640px) {
    .dynamics_top {
        border-radius: 8px;
    }
    .dynamics_top::before {
        height: 4px;
    }
    .dynamics_top .top_date {
        border-radius: 0;
    }
    .dynamics_top .top_date::before {
        left: 13px;
        top: -6px;
        height: 10px;
    }
    .dynamics_top .top_date::after {
        right: 13px;
        top: -6px;
        height: 10px;
    }
}


/* Top news carousel refreshed visual style */

.cydc_banner {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(47, 125, 204, 0.18);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(38, 103, 171, 0.16);
}

.cydc_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.86);
}

.cydc_banner li,
.cydc_banner .swiper-slide {
    border-radius: inherit;
}

.cydc_banner li .imgs {
    filter: saturate(1.04) contrast(1.02);
}

.cydc_banner .slide_kj::before {
    background: linear-gradient(180deg, rgba(12, 48, 91, 0.04) 0%, rgba(12, 48, 91, 0.12) 58%, rgba(12, 48, 91, 0.36) 100%) !important;
}

.cydc_banner .pageBg {
    left: 24px;
    right: 24px;
    bottom: 22px;
    width: auto;
    height: auto;
    min-height: 72px;
    box-sizing: border-box;
    border-left: 5px solid #2f7dcc;
    border-radius: 10px;
    padding: 14px 116px 14px 22px;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #12375f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    display: flex;
    align-items: center;
    box-shadow: 0 12px 26px rgba(9, 50, 96, 0.16);
    backdrop-filter: blur(8px);
    z-index: 4;
}

.cydc_banner .pageState {
    right: 46px;
    bottom: 42px;
    min-width: 68px;
    height: 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f7dcc 0%, #62a9e7 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(47, 125, 204, 0.26);
    z-index: 5;
}

.cydc_banner .pageState span {
    margin-right: 4px;
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    vertical-align: 0;
}

.cydc_banner .next,
.cydc_banner .prev {
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(47, 125, 204, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 10px 22px rgba(18, 73, 128, 0.18);
    transform: translateY(-50%);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 6;
}

.cydc_banner .prev {
    left: 20px;
}

.cydc_banner .next {
    right: 20px;
}

.cydc_banner .next::before,
.cydc_banner .prev::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #2f7dcc;
    border-right: 3px solid #2f7dcc;
}

.cydc_banner .prev::before {
    left: 17px;
    transform: translateY(-50%) rotate(-135deg);
}

.cydc_banner .next::before {
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
}

.cydc_banner .next:hover,
.cydc_banner .prev:hover {
    background: #2f7dcc !important;
    box-shadow: 0 12px 24px rgba(47, 125, 204, 0.28);
}

.cydc_banner .next:hover::before,
.cydc_banner .prev:hover::before {
    border-color: #ffffff;
}

@media screen and (max-width: 640px) {
    .cydc_banner {
        border-radius: 9px;
    }
    .cydc_banner::before {
        box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.8);
    }
    .cydc_banner .pageBg {
        left: 10px;
        right: 10px;
        bottom: 10px;
        min-height: 50px;
        border-left-width: 4px;
        border-radius: 8px;
        padding: 10px 76px 10px 14px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }
    .cydc_banner .pageState {
        right: 18px !important;
        bottom: 20px !important;
        min-width: 48px;
        height: 28px;
        font-size: 12px !important;
        line-height: 28px;
    }
    .cydc_banner .pageState span {
        font-size: 17px !important;
        line-height: 28px;
    }
    .cydc_banner .next,
    .cydc_banner .prev {
        width: 34px;
        height: 34px;
    }
    .cydc_banner .prev {
        left: 10px;
    }
    .cydc_banner .next {
        right: 10px;
    }
    .cydc_banner .next::before,
    .cydc_banner .prev::before {
        width: 9px;
        height: 9px;
        border-width: 2px;
    }
    .cydc_banner .prev::before {
        left: 13px;
    }
    .cydc_banner .next::before {
        right: 13px;
    }
}

@media screen and (max-width: 480px) {
    .cydc_banner .next,
    .cydc_banner .prev {
        width: 30px;
        height: 30px;
    }
    .cydc_banner .pageBg {
        padding-right: 66px !important;
    }
    .cydc_banner .next::before,
    .cydc_banner .prev::before {
        width: 8px;
        height: 8px;
    }
    .cydc_banner .prev::before {
        left: 12px;
    }
    .cydc_banner .next::before {
        right: 12px;
    }
}


/* Propaganda center title icon */

.propag_wrap>.title_com .title_left::before {
    left: 17px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='12.5' height='13' rx='2.4'/%3E%3Cpath d='M16 10l4.5-2.8v9.6L16 14v-4z'/%3E%3Cpath d='M7.2 9h5.1'/%3E%3Cpath d='M7.2 12h3.4'/%3E%3C/svg%3E") no-repeat center / contain;
}

.propag_wrap>.title_com .title_left::after {
    display: none;
}

@media screen and (max-width: 640px) {
    .propag_wrap>.title_com .title_left::before {
        left: 14px;
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 0;
    }
    .propag_wrap>.title_com .title_left::after {
        display: none;
    }
}


/* Dynamics and guide title news-style icons */

.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before {
    left: 17px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2.2'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 12.5h3.2'/%3E%3Cpath d='M13.5 12.5H16'/%3E%3Cpath d='M8 16h8'/%3E%3C/svg%3E") no-repeat center / contain;
}

.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before {
    left: 17px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5.5h11.5l2.5 2.6V18.5H5z'/%3E%3Cpath d='M16.5 5.5V8.3H19'/%3E%3Cpath d='M8 10h7'/%3E%3Cpath d='M8 13.5h8'/%3E%3Cpath d='M8 17h4.5'/%3E%3C/svg%3E") no-repeat center / contain;
}

.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after {
    display: none;
}

@media screen and (max-width: 640px) {
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before {
        left: 14px;
        width: 22px;
        height: 22px;
        border: 0;
        border-radius: 0;
    }
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after {
        display: none;
    }
}


/* Align section title icons with the investigation news icon */

.notice_wrap>.title_com .title_left::before,
.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before,
.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before,
.propag_wrap>.title_com .title_left::before {
    left: 16px;
    top: 50%;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    border-radius: 7px;
    background: transparent !important;
    transform: translateY(-50%);
}

.notice_wrap>.title_com .title_left::after,
.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after,
.propag_wrap>.title_com .title_left::after {
    content: "";
    display: block;
    position: absolute;
    left: 24px !important;
    top: 50% !important;
    width: 12px !important;
    height: 1.5px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 -6px 0 rgba(255, 255, 255, 0.96), 0 6px 0 rgba(255, 255, 255, 0.96);
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .notice_wrap>.title_com .title_left::before,
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before,
    .propag_wrap>.title_com .title_left::before {
        left: 14px;
        width: 24px;
        height: 24px;
        border-width: 1.5px;
        border-radius: 6px;
    }
    .notice_wrap>.title_com .title_left::after,
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after,
    .propag_wrap>.title_com .title_left::after {
        left: 21px !important;
        width: 10px !important;
        height: 1.5px !important;
        box-shadow: 0 -5px 0 rgba(255, 255, 255, 0.96), 0 5px 0 rgba(255, 255, 255, 0.96);
    }
}


/* Restore distinct section icons with lighter strokes */

.notice_wrap>.title_com .title_left::before,
.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before,
.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before,
.propag_wrap>.title_com .title_left::before {
    left: 13px;
    top: 50%;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    transform: translateY(-50%);
}

.notice_wrap>.title_com .title_left::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10v4h4l5 4V6l-5 4H4z'/%3E%3Cpath d='M16 9.5a4 4 0 0 1 0 5'/%3E%3Cpath d='M18.5 7a7 7 0 0 1 0 10'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2.2'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 12.5h3.2'/%3E%3Cpath d='M13.5 12.5H16'/%3E%3Cpath d='M8 16h8'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 5.5h11.5l2.5 2.6V18.5H5z'/%3E%3Cpath d='M16.5 5.5V8.3H19'/%3E%3Cpath d='M8 10h7'/%3E%3Cpath d='M8 13.5h8'/%3E%3Cpath d='M8 17h4.5'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

.propag_wrap>.title_com .title_left::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='12.5' height='13' rx='2.4'/%3E%3Cpath d='M16 10l4.5-2.8v9.6L16 14v-4z'/%3E%3Cpath d='M7.2 9h5.1'/%3E%3Cpath d='M7.2 12h3.4'/%3E%3C/svg%3E") no-repeat center / contain !important;
}

.notice_wrap>.title_com .title_left::after,
.dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
.dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after,
.propag_wrap>.title_com .title_left::after {
    display: none;
}

@media screen and (max-width: 640px) {
    .notice_wrap>.title_com .title_left::before,
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::before,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::before,
    .propag_wrap>.title_com .title_left::before {
        left: 11px;
        width: 28px;
        height: 28px;
        border: 0;
        border-radius: 0;
    }
    .notice_wrap>.title_com .title_left::after,
    .dynamics_wrap>.dynamics_com:nth-of-type(1)>.title_com .title_left::after,
    .dynamics_wrap>.dynamics_com:nth-of-type(2)>.title_com .title_left::after,
    .propag_wrap>.title_com .title_left::after {
        display: none;
    }
}


/* Secondary list and article pages */

@media screen and (max-width: 900px) {
    .weizhi {
        width: auto !important;
        margin: 14px 16px 0 !important;
        padding: 0 !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
    .news_wrap,
    .article_wrap {
        width: auto !important;
        margin: 16px 16px 48px !important;
        padding: 24px 20px 30px !important;
        box-sizing: border-box;
    }
    .news_wrap>.title_com {
        gap: 10px;
        min-height: 40px;
    }
    .news_wrap>.title_com .title_left {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 0 18px 0 48px !important;
        line-height: 40px !important;
    }
    .news_wrap>.title_com .title_left::before {
        left: 15px;
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }
    .news_wrap>.title_com .title_left::after {
        left: 21px !important;
        width: 10px !important;
    }
    .news_wrap>.title_com .title_left a {
        font-size: 16px !important;
    }
    .news_list_all {
        margin-top: 18px !important;
    }
    .news_list_all li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 72px !important;
        padding: 10px 0 10px 16px !important;
        line-height: 1.55 !important;
    }
    .news_list_all li::before {
        top: 22px !important;
        transform: none !important;
    }
    .news_list_all li a {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        font-size: 16px;
        line-height: 1.55;
    }
    .news_list_all .time {
        position: static !important;
        display: block;
        margin-top: 4px;
        font-size: 13px !important;
        line-height: 1.4;
    }
    .news_pagination {
        justify-content: flex-start !important;
        gap: 6px !important;
        padding-top: 22px !important;
        font-size: 14px !important;
    }
    .news_pagination .page_btn,
    .news_pagination .page_jump_btn {
        min-width: 38px !important;
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .news_pagination .page_home,
    .news_pagination .page_last,
    .news_pagination .page_jump_btn {
        min-width: 58px !important;
    }
    .news_pagination .page_jump_input {
        width: 56px !important;
        height: 32px !important;
        font-size: 14px !important;
        line-height: 32px !important;
    }
    .news_pagination .page_jump_label,
    .news_pagination .page_ellipsis {
        line-height: 32px !important;
    }
    .article_box {
        padding: 0 !important;
    }
    .article_tit {
        font-size: 24px !important;
        line-height: 1.45 !important;
        text-align: left !important;
    }
    .article_info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 6px 12px;
        margin-top: 18px !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }
    .article_info .time,
    .article_info .article_line,
    .article_info .font_label {
        margin: 0 !important;
    }
    .article_info .article_line {
        display: none;
    }
    .article_cont {
        max-width: none !important;
        margin-top: 22px !important;
        padding-top: 20px !important;
        font-size: 16px !important;
        line-height: 1.95 !important;
    }
    .article_cont p {
        margin-top: 16px !important;
        text-indent: 2em;
    }
    .article_cont img {
        width: 100% !important;
        height: auto !important;
        margin: 16px auto !important;
    }
    .article_cont table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
    }
    .video_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px 16px;
        margin-top: 18px !important;
    }
    .video_card_title {
        min-height: 46px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
    .video_play {
        width: 36px;
        height: 36px;
    }
    .video_play::before {
        left: 14px;
        top: 10px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 12px;
    }
}

@media screen and (max-width: 480px) {
    .weizhi {
        margin: 12px 12px 0 !important;
        font-size: 13px !important;
    }
    .news_wrap,
    .article_wrap {
        margin: 12px 12px 36px !important;
        padding: 20px 14px 24px !important;
        box-shadow: 0 8px 22px rgba(79, 135, 194, 0.1) !important;
    }
    .news_wrap>.title_com::after {
        min-width: 42px;
    }
    .news_list_all li {
        min-height: 68px !important;
    }
    .news_list_all li a {
        font-size: 15px;
    }
    .news_pagination {
        justify-content: center !important;
    }
    .article_tit {
        font-size: 22px !important;
    }
    .article_cont {
        font-size: 15px !important;
    }
    .video_grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .video_card_title {
        min-height: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 640px) {
    .video_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .video_wrap {
        max-width: calc(100% - 32px) !important;
        overflow: hidden;
    }
    .video_wrap>.title_com {
        width: 100%;
        min-width: 0;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .video_wrap>.title_com::after {
        flex: 1 1 100%;
        min-width: 0 !important;
        margin-top: 2px;
    }
    .video_wrap>.title_com .title_left {
        flex: 1 1 100% !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        line-height: 1.4 !important;
        white-space: normal;
    }
    .video_wrap>.title_com .title_left a {
        display: block;
        max-width: 100%;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
        line-height: 1.4;
    }
    .video_card,
    .video_card a,
    .video_card_title {
        max-width: 100%;
        min-width: 0;
    }
    .video_card_title {
        display: block;
        min-height: 0;
        overflow: visible;
        word-break: break-word;
        overflow-wrap: anywhere;
        -webkit-line-clamp: unset;
        -webkit-box-orient: initial;
    }
}

@media screen and (max-width: 480px) {
    .video_wrap {
        max-width: calc(100% - 24px) !important;
    }
    .video_wrap>.title_com .title_left {
        padding-right: 12px !important;
        padding-left: 44px !important;
    }
    .video_wrap>.title_com .title_left a {
        font-size: 15px !important;
    }
}


/* Homepage top news carousel mobile fit */

@media screen and (max-width: 900px) {
    .news_main .cydc_topline {
        width: 100% !important;
        display: block !important;
    }
    .news_main .cydc_banner {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 800 / 534;
        overflow: hidden !important;
    }
    .news_main .cydc_banner .swiper-wrapper {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        transform: none !important;
        transition: none !important;
    }
    .news_main .cydc_banner li,
    .news_main .cydc_banner .swiper-slide {
        float: none !important;
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .news_main .cydc_banner .slide_kj {
        width: 100% !important;
        height: 100% !important;
    }
    .news_main .cydc_banner li .imgs,
    .news_main .cydc_banner .imgs {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media screen and (max-width: 640px) {
    .news_main .cydc_banner {
        border-radius: 8px;
    }
    .news_main .cydc_banner .pageBg {
        left: 8px !important;
        right: 8px !important;
        bottom: 8px !important;
        min-height: 46px !important;
        padding: 8px 58px 8px 12px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        border-radius: 7px !important;
    }
    .news_main .cydc_banner .pageState {
        right: 16px !important;
        bottom: 17px !important;
        min-width: 42px !important;
        height: 24px !important;
        font-size: 11px !important;
        line-height: 24px !important;
    }
    .news_main .cydc_banner .pageState span {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .news_main .cydc_banner .next,
    .news_main .cydc_banner .prev {
        top: 50% !important;
        bottom: auto !important;
        width: 28px !important;
        height: 28px !important;
    }
    .news_main .cydc_banner .prev {
        left: 8px !important;
    }
    .news_main .cydc_banner .next {
        right: 8px !important;
    }
    .news_main .cydc_banner .next::before,
    .news_main .cydc_banner .prev::before {
        width: 8px !important;
        height: 8px !important;
        border-width: 2px !important;
    }
    .news_main .cydc_banner .prev::before {
        left: 11px !important;
    }
    .news_main .cydc_banner .next::before {
        right: 11px !important;
    }
}

@media screen and (max-width: 480px) {
    .news_main .cydc_banner .pageBg {
        padding-right: 52px !important;
        font-size: 13px !important;
    }
}


/* Navigation responsive stability */

@media screen and (min-width: 1001px) {
    .nav_wrap {
        height: auto !important;
    }
    .nav_cont {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
    }
    .nav_list::after {
        display: none;
    }
    .nav_list li {
        float: none !important;
        flex: 0 1 auto;
        margin-right: 0 !important;
        text-align: center;
        line-height: 66px !important;
    }
    .nav_list li a {
        padding-right: 27px !important;
        padding-left: 27px !important;
        font-size: 24px !important;
        line-height: inherit !important;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1440px) {
    .nav_list li {
        line-height: 47px !important;
    }
    .nav_list li a {
        padding-right: 14px !important;
        padding-left: 14px !important;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .nav_list li a {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 1000px) {
    .head_wrap {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 16px;
    }
    .head_wrap>a {
        display: block;
        flex: 0 1 min(156px, 48vw);
        min-width: 0;
    }
    .head_wrap .logo {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    .menu-hamburger {
        display: block !important;
        flex: 0 0 30px;
    }
    .nav_wrap {
        display: none !important;
    }
    .mobile-nav-box {
        overflow-y: auto;
        padding: 72px 18px 28px;
    }
    .mobile-nav-list {
        width: min(420px, 100%);
    }
}

@media screen and (max-width: 480px) {
    .head_wrap {
        gap: 12px;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .head_wrap>a {
        flex-basis: min(136px, 54vw);
    }
}