@charset "UTF-8";

/* 公告列表 */

.notice_wrap {
    margin-top: 45px;
}

.notice_com {
    width: 445px;
    height: 143px;
    background: url(cydc2025_ww_img7.png) no-repeat;
    background-size: cover;
    float: left;
    box-shadow: 0px 0px 24px 0px rgba(79, 135, 194, 0.1);
    margin-right: 32px;
    margin-top: 30px;
    transition: all 0.3s;
}

.notice_com:nth-child(3n) {
    margin-right: 0;
}

.notice_com a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 37px 35px 20px 26px;
    box-sizing: border-box;
}

.notice_date {
    width: 68px;
    height: 68px;
    background: url(cydc2025_ww_img9.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
    text-align: center;
}

.notice_date .p1 {
    line-height: 44px;
    font-size: 28px;
    color: #3582d4;
    font-weight: 600;
    font-family: Arial;
}

.notice_date .p2 {
    line-height: 24px;
    font-size: 15px;
    font-family: Arial;
    color: #ffffff;
}

.notice_tit {
    width: 296px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: -4px;
}

.notice_com:hover {
    background: url(cydc2025_ww_img8.png) no-repeat;
    background-size: cover;
}

.notice_com:hover .notice_date {
    background: url(cydc2025_ww_img10.png) no-repeat;
    background-size: cover;
}

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

.title_com {
    overflow: hidden;
}

.title_left {
    padding-left: 23px;
    background: url(cydc2025_ww_img4.png) no-repeat left center;
    background-size: contain;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
}

.title_left::after {
    content: '';
    position: absolute;
    left: 153px;
    top: 0;
    width: 280px;
    height: 100%;
    background: url(cydc2025_ww_tit1.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}

.title_left a {
    color: #4f87c2;
}

.notice_title_left::after {
    left: 160px;
    width: 1240px;
    background: url(cydc2025_ww_tit81.png) no-repeat center;
    background-size: contain;
}


/* 文字列表 */

.news_wrap {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);
    padding: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 70px;
}

.news_wrap>.title_com {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow: visible;
    min-height: 46px;
}

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

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

.news_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_wrap>.title_com .title_left::after {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #ffffff;
    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_wrap>.title_com .title_left a {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 0;
}

.news_list_all {
    margin-top: 30px;
}

.all_ul {
    margin-bottom: 0;
    position: relative;
}

.all_ul::after {
    display: none;
}

.news_list_all li {
    font-size: 18px;
    line-height: 50px;
    min-height: 50px;
    position: relative;
    padding: 0 128px 0 22px;
    border-bottom: 1px dashed #d4e2ef;
    box-sizing: border-box;
}

.news_list_all li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4f87c2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.news_list_all li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_all li:hover .time {
    color: #4f87c2;
}

.news_list_all li:hover a {
    color: #4f87c2;
}

.news_list_all .time {
    font-size: 16px;
    color: #97a5b2;
    position: absolute;
    right: 0;
    top: 0;
}

.news_list_all .page {
    padding: 34px 0 0 0;
}

.news_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #4f87c2;
    font-size: 16px;
}

.news_pagination .page_btn,
.news_pagination .page_jump_btn {
    min-width: 42px;
    height: 36px;
    padding: 0 13px;
    border: 1px solid #c9dcec;
    border-radius: 4px;
    background: #ffffff;
    color: #4f87c2;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer;
    transition: all 0.25s;
}

.news_pagination .page_btn:hover,
.news_pagination .page_btn.active,
.news_pagination .page_jump_btn:hover {
    border-color: #4f87c2;
    background: #4f87c2;
    color: #ffffff;
}

.news_pagination .page_home,
.news_pagination .page_last,
.news_pagination .page_jump_btn {
    min-width: 68px;
}

.news_pagination .page_jump_btn {
    border-color: #f74c4c;
    background: #f74c4c;
    color: #ffffff;
}

.news_pagination .page_jump_btn:hover {
    border-color: #e43f3f;
    background: #e43f3f;
}

.news_pagination .page_jump_input {
    width: 66px;
    height: 36px;
    border: 1px solid #c9dcec;
    border-radius: 4px;
    color: #4f87c2;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    box-sizing: border-box;
}

.news_pagination .page_jump_input:focus {
    outline: none;
    border-color: #4f87c2;
    box-shadow: 0 0 0 3px rgba(79, 135, 194, 0.14);
}

.news_pagination .page_jump_label {
    color: #5f7082;
}

.news_pagination .page_ellipsis {
    min-width: 22px;
    color: #97a5b2;
    text-align: center;
    line-height: 36px;
}


/* 视频列表 */

.cydc_scale_img {
    overflow: hidden;
}

.cydc_scale_img .imgs {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.cydc_scale_img:hover .imgs {
    transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
}

.video_grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 22px;
    margin-top: 30px;
}

.video_card {
    min-width: 0;
}

.video_card a {
    display: block;
}

.video_thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    background: #eef4fa;
    box-shadow: 0 8px 18px rgba(67, 122, 178, 0.12);
}

.video_thumb .imgs {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.20));
    z-index: 1;
}

.video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video_play::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #4f87c2;
}

.video_card_title {
    min-height: 52px;
    margin-top: 12px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.25s;
}

.video_card:hover .video_card_title {
    color: #4f87c2;
}


/* 文章详情 */

.article_wrap {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(79, 135, 194, 0.1);
    padding: 44px 56px 58px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 80px;
}

.article_box {
    padding: 0 40px;
}

.article_tit {
    text-align: center;
    font-size: 34px;
    line-height: 1.45;
    color: #333333;
    font-weight: 700;
}

.article_info {
    background: #f5f5f5;
    color: #666666;
    font-size: 14px;
    margin-top: 26px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.article_info .time {
    margin-right: 18px;
}

.article_info .article_line {
    color: #d1d1d1;
    margin-right: 18px;
}

.article_info .font_label {
    color: #777777;
    margin-left: 18px;
    margin-right: 8px;
    font-family: Arial, sans-serif;
}

.article_info .font_size {
    color: #666666;
    margin: 0 3px;
}

.article_info .font_size:hover,
.article_info .font_size.active {
    color: #4f87c2;
}

.article_cont {
    max-width: 1060px;
    margin: 34px auto 0;
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    color: #333333;
    padding-top: 28px;
}

.article_cont p {
    margin-top: 20px;
    text-indent: 2em;
}

.article_cont p:first-child {
    margin-top: 0;
}

.article_cont table {
    font-size: 16px;
    width: 100%;
    margin: 24px auto;
}

.article_cont .xglj_h {
    font-size: 16px;
}

.article_cont img {
    max-width: 100%;
    display: block;
    margin: 24px auto;
}

@media screen and (max-width: 1440px) {
    /* 公告列表 */
    .notice_wrap {
        margin-top: 32px;
    }
    .notice_com {
        width: 318px;
        height: 102px;
        background: url(cydc2025_ww_img7.png) no-repeat;
        background-size: cover;
        float: left;
        box-shadow: 0px 0px 17px 0px rgba(79, 135, 194, 0.1);
        margin-right: 23px;
        margin-top: 21px;
        transition: all 0.3s;
    }
    .notice_com:nth-child(3n) {
        margin-right: 0;
    }
    .notice_com a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 26px 25px 14px 19px;
        box-sizing: border-box;
    }
    .notice_date {
        width: 49px;
        height: 49px;
        background: url(cydc2025_ww_img9.png) no-repeat;
        background-size: cover;
        transition: all 0.3s;
        text-align: center;
    }
    .notice_date .p1 {
        line-height: 32px;
        font-size: 20px;
        color: #3582d4;
        font-weight: 600;
        font-family: Arial;
    }
    .notice_date .p2 {
        line-height: 17px;
        font-size: 11px;
        font-family: Arial;
        color: #ffffff;
    }
    .notice_tit {
        width: 211px;
        font-size: 14px;
        line-height: 26px;
        font-weight: 600;
        transition: all 0.3s;
        margin-top: -3px;
    }
    .notice_com:hover {
        background: url(cydc2025_ww_img8.png) no-repeat;
        background-size: cover;
    }
    .notice_com:hover .notice_date {
        background: url(cydc2025_ww_img10.png) no-repeat;
        background-size: cover;
    }
    .notice_com:hover .notice_tit {
        color: #165eaa;
    }
    .title_com {
        overflow: hidden;
    }
    .title_left {
        padding-left: 16px;
        background: url(cydc2025_ww_img4.png) no-repeat left center;
        background-size: contain;
        font-size: 22px;
        font-weight: bold;
        line-height: 24px;
        position: relative;
    }
    .title_left::after {
        content: '';
        position: absolute;
        left: 109px;
        top: 0;
        width: 200px;
        height: 100%;
        background: url(cydc2025_ww_tit1.png) no-repeat center;
        background-size: contain;
        z-index: 1;
    }
    .title_left a {
        color: #4f87c2;
    }
    .notice_title_left::after {
        left: 114px;
        width: 885px;
        background: url(cydc2025_ww_tit81.png) no-repeat center;
        background-size: contain;
    }
    /* 文字列表 */
    .news_wrap {
        background-color: #ffffff;
        box-shadow: 0px 0px 13px 0px rgba(79, 135, 194, 0.1);
        padding: 36px;
        box-sizing: border-box;
        margin-top: 14px;
        margin-bottom: 50px;
    }
    .news_list_all {
        margin-top: 22px;
    }
    .all_ul {
        margin-bottom: 0;
        position: relative;
    }
    .all_ul::after {
        display: none;
    }
    .news_list_all li {
        font-size: 14px;
        line-height: 50px;
        min-height: 50px;
        position: relative;
        padding: 0 92px 0 16px;
        border-bottom: 1px dashed #d4e2ef;
        box-sizing: border-box;
    }
    .news_list_all li::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #4f87c2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .news_list_all li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news_list_all li:hover .time {
        color: #4f87c2;
    }
    .news_list_all .time {
        font-size: 13px;
        color: #97a5b2;
        position: absolute;
        right: 0;
        top: 0;
    }
    .news_list_all .page {
        padding: 24px 0 0 0;
    }
    .news_pagination {
        gap: 6px;
        font-size: 14px;
    }
    .news_pagination .page_btn,
    .news_pagination .page_jump_btn {
        min-width: 38px;
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
    }
    .news_pagination .page_home,
    .news_pagination .page_last,
    .news_pagination .page_jump_btn {
        min-width: 60px;
    }
    .news_pagination .page_jump_input {
        width: 56px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }
    .video_grid {
        gap: 24px 18px;
        margin-top: 22px;
    }
    .video_card_title {
        min-height: 46px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 23px;
    }
    .video_play {
        width: 38px;
        height: 38px;
    }
    .video_play::before {
        left: 15px;
        top: 11px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 13px;
    }
    /* 文章详情 */
    .article_wrap {
        background-color: #ffffff;
        box-shadow: 0px 0px 13px 0px rgba(79, 135, 194, 0.1);
        padding: 32px 36px 35px;
        box-sizing: border-box;
        margin-top: 14px;
        margin-bottom: 57px;
    }
    .article_box {
        padding: 0 24px;
    }
    .article_tit {
        text-align: center;
        font-size: 26px;
        line-height: 1.45;
        color: #333333;
        font-weight: 700;
    }
    .article_info {
        background: #f5f5f5;
        border: 1px solid #eeeeee;
        color: #666666;
        font-size: 14px;
        margin-top: 21px;
        line-height: 40px;
        text-align: center;
    }
    .article_info .time {
        margin-right: 14px;
    }
    .article_cont {
        max-width: 1000px;
        margin: 26px auto 0;
        border-top: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 2;
        text-align: justify;
        color: #333333;
        padding-top: 22px;
    }
    .article_cont p {
        margin-top: 16px;
        text-indent: 2em;
    }
    .article_cont img {
        display: block;
        max-width: 100%;
        margin: 18px auto;
    }
}

.pxke {
    margin-top: 30px;
}