@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-04-29 09:19:34
 * @LastEditTime: 2025-06-06 13:22:35
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 新版中文首页个性化布局
 */

.ciiefont.ciie-more {
    font-size: 24px;
    line-height: 32px;
    color: #949eb3;
}

.m-ft-wrap {
    padding-bottom: 50px;
}

.m-common-menu-box {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: rgba(0, 56, 148, .8);
    display: none;
}

.m-chairman-news-box {
    height: 530px;
    background: url(../../../img/zh/index/20240704-04.png) no-repeat center top/ 100% 100%;
}

.m-chairman-news-box .u-chairman-news-box {
    height: 100%;
}

.m-chairman-box {
    position: relative;
    flex: 1 1 0;
}

.m-chairman-box .u-saying-txt-box {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 53%;
    min-width: 10px;
    align-self: center;
}

.m-chairman-box .u-slogan-tt {
    font-size: 36px;
    line-height: 52px;
    color: #004098;
    text-indent: 2em;
    text-align: justify;
}

.m-chairman-box .u-saying-txt {
    padding: 20px 30px 10px 42px;
    font-size: 26px;
    line-height: 38px;
    color: #2d4f7e;
    text-indent: 2em;
}

.m-chairman-box .u-saying-box,
.m-chairman-box .u-oration-box {
    align-items: center;
}

.m-chairman-box .u-saying-tt-box {
    margin-top: 20px;
    justify-content: flex-end;
}

.m-chairman-box .u-saying-carousel {
    position: relative;
    padding: 22px 0 32px;
    border-top: 1px solid rgba(136, 168, 220, .4);
    border-bottom: 1px solid rgba(136, 168, 220, .4);
}

.m-chairman-box .u-saying-carousel .u-saying-item {
    padding: 0 4px 0 16px;
    max-height: 52px;
    font-size: 16px;
    line-height: 26px;
    color: #314c72;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-chairman-box .u-saying-carousel .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    background-color: #507bc5;
    opacity: .6;
    border-radius: 0;
}

.m-chairman-box .u-saying-carousel .swiper-pagination-bullet-active {
    background-color: #fff;
}

.m-chairman-box .u-speech-carousel {
    flex: 1 1 0;
    height: 40px;
    line-height: 40px;
}

.m-chairman-box .u-speech-carousel .swiper-slide {
    height: 40px !important;
}

.m-chairman-box .u-oration-box .u-txt {
    position: relative;
    display: block;
    padding-left: 35px;
    min-width: 10px;
    font-size: 16px;
    color: #314c72;
}

.m-chairman-box .u-oration-box .u-txt::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #98b5d6;
    transform: translateY(-50%);
    border-radius: 50%;
}

.m-chairman-box .u-oration-box .u-more {
    font-size: 14px;
    color: #004098;
}

.m-chairman-box .u-speech-carousel.u-style1 {
    position: relative;
    /* padding: 22px 0 32px; */
    border-top: 1px solid rgba(136, 168, 220, .4);
    border-bottom: 1px solid rgba(136, 168, 220, .4);
    height: 94px;
    line-height: 1.5;
}

.m-chairman-box .u-speech-carousel.u-style1 .swiper-slide {
    height: 94px !important;
}

.m-chairman-box .u-speech-carousel.u-style1 .u-txt {
    height: 100%;
    display: flex;
    align-items: center;
}

.m-chairman-box .u-chairman-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 472px;
    height: 442px;
    align-self: flex-end;
}

.m-chairman-box .u-chairman-img img {
    max-width: 100%;
    max-height: 100%;
}

.m-chairman-news-box .u-news-box {
    margin-left: 3.75%;
    align-self: center;
    width: 32%;
}

.m-chairman-news-box .u-news-list {
    background-color: rgba(255, 255, 255, .4);
    border: solid 1px #dde4ee;
}

.m-chairman-news-box .u-news-list li+li {
    border-top: 1px solid #dde4ee;
}

.m-chairman-news-box .u-news-list li>a {
    position: relative;
    padding: 20px;
    display: block;
}

.m-chairman-news-box .u-news-list li>a::after {
    position: absolute;
    top: 10px;
    left: 20px;
    content: '';
    width: 0;
    height: 3px;
    background-color: #50ccff;
    border-radius: 2px;
    visibility: hidden;
    transition: .3s;
}

.m-chairman-news-box .u-news-list li .u-tt {
    max-height: 84px;
    font-size: 20px;
    line-height: 28px;
    color: #313131;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-chairman-news-box .u-news-list li .u-date {
    margin-top: 5px;
    font-size: 14px;
    line-height: 28px;
    color: #a0a0a0;
}

.m-chairman-news-box .u-news-list li>a:hover {
    background-color: #fff;
}

.m-chairman-news-box .u-news-list li>a:hover::after {
    width: 30px;
    visibility: visible;
}

.m-chairman-news-box .u-news-list li>a:hover .u-tt {
    font-size: 22px;
    color: #003894;
}

.m-chairman-news-box .u-news-list li>a:hover .u-date {
    color: #424242;
}

.m-chairman-news-box .u-news-box .u-more {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #004098;
}

.m-chairman-news-box .u-news-box .u-more::after {
    margin-left: 10px;
    font-size: 16px;
    content: '+';
}

.m-accordion-box {
    height: 370px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: .3s;
}

.m-accordion-box .u-accordion-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 8px;
    height: 100%;
}

.m-accordion-box .u-accordion-list li {
    position: relative;
    padding: 5px 0;
    width: 60px;
    height: 100%;
    /* overflow: hidden; */
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}

.m-accordion-box .u-accordion-list li>a {
    display: block;
    height: 100%;
}

.m-accordion-box .u-accordion-list .u-txt {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 56, 123, .25);
    border-radius: 5px;
}

.m-accordion-box .u-accordion-list .u-txt .u-tt {
    position: absolute;
    top: 80px;
    left: 50%;
    font-size: 22px;
    /* line-height: 48px; */
    letter-spacing: 6px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    transform: translateX(-50%);
}

.m-accordion-box .u-accordion-list .u-txt .u-tt::before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #50ccff;
    border-radius: 2px;
    visibility: hidden;
    transition: .3s;
    transform: translateX(-50%);
}

.m-accordion-box .u-accordion-list .u-txt .u-year {
    position: absolute;
    bottom: 50px;
    left: 50%;
    font-size: 17px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    transform: translateX(-50%);
}

.m-accordion-box .u-accordion-list li.z-crt {
    flex: 1 1 auto;
    /* width: 92%; */
}

.m-accordion-box .u-accordion-list li.z-crt .u-txt {
    position: absolute;
    top: -1%;
    left: 0;
    width: 60px;
    height: 102%;
    background-color: rgba(0, 56, 148, 1);
}

.m-accordion-box .u-accordion-list li.z-crt .u-txt .u-tt {
    top: 90px;
}

.m-accordion-box .u-accordion-list li.z-crt .u-txt .u-tt::before {
    visibility: visible;
}

.m-accordion-box .u-accordion-list li.z-crt .u-txt .u-year {
    bottom: 58px;
}

/*********20250416 新闻模块整体修改 ************/

/* .m-new-box {
    padding: 40px 0 32px;
}

.m-new-box .u-new-box {
    flex: 1 1 0;
}

.m-new-box .u-new-box+.u-new-box {
    margin-left: 15px;
}

.m-new-box .u-tt-box {
    align-items: center;
}

.m-new-box .u-tt-box>.u-tt {
    font-size: 34px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #2e343c;
}

.m-new-box .u-img-txt-box {
    padding: 30px 0 25px;
}

.m-new-box .u-img-txt-box .u-img {
    position: relative;
    width: 130px;
    height: 80px;
    margin-right: 16px;
    overflow: hidden;
}

.m-new-box .u-img-txt-box .u-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.m-new-box .u-img-txt-box .u-txt {
    flex: 1 1 0;
    min-width: 10px;
}

.m-new-box .u-img-txt-box .u-tt {
    max-height: 80px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m-new-box .u-img-txt-box .u-desc {
    margin-top: 10px;
    max-height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m-new-box .u-new-list li {
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 135px !important;
    border-bottom: 1px dashed #dce1e9;
}

.m-new-box .u-new-list li:first-child {
    border-top: 1px dashed #dce1e9;
}

.m-new-box .u-new-list .u-time-box,
.m-new-box .swiper-slide .u-time-box {
    color: #9e9e9e;
    line-height: 20px;
}

.m-new-box .u-time-box .u-date {
    font-size: 20px;
}

.m-new-box .u-time-box .u-year {
    margin-top: 4px;
    font-size: 14px;
}

.m-new-box .u-new-list .u-date-time {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #7a7a7a;
}

.m-new-box .u-new-list .u-txt-box,
.m-new-box .swiper-slide .u-txt-box {
    margin-left: 20px;
    min-width: 10px;
    max-height: 44px;
    flex: 1 1 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-new-box .u-scroll-news-box {
    height: 255px;
    overflow: hidden;
}

.m-new-box .u-new-box.u-style1 .u-scroll-news-box {
    height: 470px;
    overflow: hidden;
}

.m-new-box .u-scroll-news-box li.z-bd-top {
    border-top: 1px dashed #dce1e9;
}

.m-new-box .u-news-swiper-box {
    margin-top: 20px;
    width: 100%;
    height: 451px;
    overflow: hidden;
}

.m-new-box .u-news-swiper-box .swiper-slide {
    height: auto;
    border-bottom: 1px dashed #dce1e9;
}

.m-new-box .u-news-swiper-box .swiper-slide.swiper-slide-prev {
    border-bottom: none;
}

.m-new-box .u-news-swiper-box .swiper-slide.swiper-slide-active .u-img-txt-box {
    display: flex;
}

.m-new-box .u-news-swiper-box .swiper-slide.swiper-slide-active .u-time-txt-box {
    display: none;
}

.m-new-box .u-news-swiper-box .swiper-slide .u-img-txt-box {
    display: none;
    height: 195px;
    padding: 10px 0 25px;
}

.m-new-box .u-news-swiper-box .swiper-slide .u-time-txt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    height: 84px;
} */

.m-new-box .u-bg-box1 {
    height: 584px;
    background: #fff url(../.././../img/zh/index/20250416-10.png) no-repeat top center;
}

.m-new-box .u-bg-box2 {
    padding-bottom: 30px;
    background-color: rgba(0, 56, 148, 1);
}

.m-new-box .u-new-box {
    padding: 30px 0;
}

.m-new-box .u-new-box+.u-new-box {
    padding-top: 0;
}

.u-new-box .hd {
    padding: 20px 0 40px;
    position: relative;
}

.u-new-box .hd .u-tt {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(46, 52, 60, 1);
    text-align: center;
}

.u-new-box .hd .u-more {
    position: absolute;
    right: 0;
    bottom: 36px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 64, 152, 1);
}

.u-new-box .hd .u-more::after {
    margin-left: 10px;
    font-size: 16px;
    content: '+';
}

.u-new-box .hd.u-style1 .u-tt,
.u-new-box .hd.u-style1 .u-more {
    color: #fff;
}

.u-news-swiper-box {
    display: flex;
}

.u-news-swiper-box .u-news-swiper {
    flex: 1 1 0;
    min-width: 10px;
    height: 390px;
    background-color: rgba(175, 175, 175, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.u-news-swiper-box .u-news-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.u-news-swiper-box .u-news-swiper .swiper-slide .u-link-item {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.u-news-swiper-box .u-news-swiper .swiper-slide .u-link-item::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: '';
    width: 100%;
    height: 110px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .15) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.u-news-swiper-box .u-news-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-news-swiper-box .u-news-swiper .swiper-slide .u-tt {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    font-size: 20px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 50;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination-bullet {
    bottom: 0;
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
    border-radius: 5px;
}

.u-news-swiper-box .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination-bullet-active {
    width: 40px;
    background-color: rgba(80, 204, 255, 1);
}

.u-news-swiper-box .u-news-list {
    width: 472px;
    height: 390px;
    max-width: 100%;
    background-color: #f8f9fb;
    border: solid 1px #dde4ee;
}

.u-news-swiper-box .u-news-list .item {
    border-bottom: solid 1px #dde4ee;
    padding: 0 30px;
    height: 97.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.u-news-swiper-box .u-news-list .item .u-tt {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}

.u-news-swiper-box .u-news-list .item .u-date {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: rgba(122, 122, 122, 1);
}

.u-news-swiper-box .u-news-list .item.z-crt {
    background-color: rgba(244, 248, 254, 1);
}

.u-news-swiper-box .u-news-list .item.z-crt .u-tt {
    color: rgb(0, 56, 148);
    font-weight: 600;
}

.u-new-box .u-news-list1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
}

.u-new-box .u-news-list1 li {
    padding: 28px 0;
    border-bottom: 1px dashed rgb(206, 213, 226);
}

.u-new-box .u-news-list1 li:nth-child(-n+3) {
    padding-top: 0;
}

.u-new-box .u-news-list1 .u-tt {
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: color .4s;
}

.u-new-box .u-news-list1 .u-date {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(122, 122, 122, 1);
    transition: color .4s;
}

.u-new-box .u-news-list1 li>a:hover .u-tt,
.u-new-box .u-news-list1 li>a:hover .u-date {
    color: rgba(0, 64, 152, 1);
}

.u-new-box .u-news-list2 {
    display: flex;
    justify-content: space-between;
}

.u-new-box .u-news-list2 li {
    width: 380px;
}

.u-new-box .u-news-list2 li .u-img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 214px;
    background-color: rgba(122, 122, 122, .3);
    overflow: hidden;
}

.u-new-box .u-news-list2 li .u-tt {
    height: 56px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.u-new-box .u-news-list2 li>a:hover .u-tt {
    color: rgba(0, 64, 152, 1);
}

.u-new-box .u-news-list-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.u-news-list-box .u-news-column {
    flex-basis: 22%;
}

.u-news-list-box .u-tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: rgba(0, 56, 148, 1);
}

.u-news-list-box .u-tit .ciiefont {
    margin-right: 8px;
    font-size: 25px;
    color: rgb(113, 126, 148);
}

.u-new-box .u-news-list3 li {
    margin: 20px 0;
}

.u-new-box .u-news-list3 li .u-tt {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.u-new-box .u-news-list3 li .u-date {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(122, 122, 122);
}

.m-topic-box {
    padding: 50px 0 65px;
    /* min-height: 450px; */
    background-color: #003894;
}

.m-topic-box .hd {
    position: relative;
    line-height: 35px;
}

.m-topic-box .hd .u-tt {
    font-size: 34px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}

.m-topic-box .hd .ciie-more {
    position: absolute;
    right: 0;
    top: 0;
}

.m-topic-box .u-topic-carousel {
    position: relative;
    margin: 40px 30px 0;
}

.m-topic-box .u-topic-carousel .swiper-wrapper {
    align-items: flex-end;
}

.m-topic-box .u-topic-carousel .swiper-slide {
    position: relative;
    width: calc(95.53072626%/4);
    /* height: 260px; */
    margin-right: calc((100% - 95.53072626%)/4);
    transform: scale(.92);
    transform-origin: center bottom;
}

.m-topic-box .u-topic-carousel .swiper-slide.swiper-slide-active {
    transform: scale(1);
    /* height: 280px; */
}

.m-topic-box .u-topic-carousel .swiper-slide>a {
    /* transition: all 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto; */
    width: 100%;
    height: 100%;
}

/* .m-topic-box .u-topic-carousel::before,
.m-topic-box .u-topic-carousel::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 19.4%;
    height: 93%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;
}

.m-topic-box .u-topic-carousel::after {
    left: auto;
    right: 0%;
} */

.m-topic-box .u-topic-carousel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-topic-box .u-topic-carousel .swiper-button-next,
.m-topic-box .u-topic-carousel .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ffffff;
    color: #fff;
}

.m-topic-box .u-topic-carousel .swiper-button-next:after,
.m-topic-box .u-topic-carousel .swiper-button-prev:after {
    font-size: 24px;
}

.m-topic-box .u-topic-carousel .swiper-button-prev {
    left: 20.5%;
}

.m-topic-box .u-topic-carousel .swiper-button-next {
    right: 20.5%;
}

.m-topic-box .u-topic-carousel+.swiper-pagination {
    width: 100%;
    bottom: -24px;
}

.m-topic-box .u-topic-carousel+.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}

.m-topic-box .u-topic-carousel+.swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.m-topic-box .u-topic-carousel+.swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #50ccff;
    border-radius: 5px;
}

.m-entry-module-wrap {
    padding-top: 50px;
    height: 685px;
    background: url(../../../img/zh/index/20240704-08.png) no-repeat center top/ 100% 100%;
}

.m-entry-module-wrap .u-countdown-box .u-countdown-txt {
    margin: 10px 45px 0 8px;
    text-align: center;
}

.m-entry-module-wrap .u-countdown-txt .u-tt,
.m-entry-module-wrap .u-countdown-txt .u-date {
    font-size: 26px;
    line-height: 42px;
    color: rgba(28, 28, 28, 1);
}

.m-entry-module-wrap .u-countdown-time-box {
    display: flex;
    font-size: 90px;
    color: rgb(67, 67, 67);
}

.m-entry-module-wrap .u-countdown-time-box .u-bg {
    display: flex;
    text-align: center;
}

.m-entry-module-wrap .u-countdown-time-box .u-bg>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 97px;
    background: url(../../../img/zh/index/20240708-09.png) no-repeat 0 0/100% 100%;
    font-family: 'countdown';
}

.m-entry-module-wrap .u-countdown-time-box .u-bg>span+span {
    margin-left: 10px;
}

.m-entry-module-wrap .u-countdown-time-box .u-split-box {
    width: 32px;
    height: 75%;
    background: url(../../../img/zh/index/20240708-12.png) no-repeat center center;
}

.m-entry-module-wrap .u-countdown-time-box .u-days-box {
    margin-right: 44px;
    color: #fff;
}

.m-entry-module-wrap .u-countdown-time-box .u-days-box .u-bg>span {
    background-image: url(../../../img/zh/index/20240708-10.png);
}

.m-entry-module-wrap .u-countdown-time-box .u-unit {
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.m-entry-module-wrap .u-entry-list-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.m-entry-module-wrap .u-entry-list-box li {
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(221, 228, 238, 1);
}

.m-entry-module-wrap .u-entry-list-box .u-entry-box {
    display: flex;
    flex-direction: column;
    width: 230px;
    height: 280px;
}

.m-entry-module-wrap .u-entry-box .hd,
.m-entry-module-wrap .u-entry-box .u-flip-wrap,
.m-entry-module-wrap .u-entry-box .u-link-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-entry-module-wrap .u-entry-box .u-flip-wrap.u-style1 {
    justify-content: space-around;
}

.m-entry-module-wrap .u-entry-box .hd {
    padding: 28px 0 22px;
}

.m-entry-module-wrap .u-entry-box .bd {
    flex: 1 1 0;
}

.m-entry-module-wrap .u-entry-box .ft {
    border-top: 1px solid rgba(221, 228, 238, 1);
    height: 49px;
}

.m-entry-module-wrap .u-entry-box .u-tt {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: rgba(28, 28, 28, 1);
}

.m-entry-module-wrap .u-entry-box .u-video {
    margin-left: 8px;
}

.m-entry-module-wrap .u-entry-box .u-video .ciiefont {
    font-size: 25px;
    color: rgba(50, 89, 206, 1);
}

.m-entry-module-wrap .u-entry-box .u-flip-box {
    position: relative;
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: 1s ease;
}

.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box .u-img,
.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box .u-txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box .u-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(160, 193, 248, 1);
    border: 7px solid rgba(233, 241, 255, 1);
    border-radius: 50px;
}

.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box .u-img .ciiefont {
    font-size: 48px;
    color: #fff;
}

.m-entry-module-wrap .u-entry-box .u-flip-box .u-img-box .u-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, rgba(14, 92, 199, .8) 0%, rgba(66, 133, 236, .8) 100%);
    text-align: center;
    backface-visibility: hidden;
    font-size: 20px;
    color: #fff;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    border-radius: 50px;
}

.m-entry-module-wrap .u-entry-box .u-flip-box.z-crt .u-img-box {
    transform: rotateY(180deg);
}

.m-entry-module-wrap li:nth-child(2) .u-entry-box {
    width: 460px;
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box {
    position: relative;
    flex: 1 1 0;
    text-align: center;
    transition: .3s;
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    background-color: #50ccff;
    visibility: hidden;
    transition: .3s;
    background-image: linear-gradient(-90deg, rgba(202, 221, 255, 1) 0%, rgba(0, 56, 148, 1) 100%);
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box+.u-link-box {
    border-left: 1px solid rgba(221, 228, 238, 1);
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box .u-link-tt {
    position: relative;
    padding-left: 35px;
    background: url(../../../img/zh/index/20240708-11.png) 0 center no-repeat;
    font-size: 18px;
    line-height: 49px;
    color: rgba(28, 28, 28, 1);
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box .u-link-tt::after {
    position: absolute;
    bottom: -5px;
    left: 36px;
    content: '';
    width: 0;
    height: 3px;
    background-color: #50ccff;
    border-radius: 2px;
    visibility: hidden;
    transition: .3s;
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box:hover::before {
    width: 100%;
    visibility: visible;
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box:hover .u-link-tt {
    color: #fff;
}

.m-entry-module-wrap .u-entry-box .u-link-wrap .u-link-box:hover .u-link-tt::after {
    width: 30px;
    visibility: visible;
}

.m-entry-module-wrap .u-entry-box .u-e-ciie-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.m-entry-module-wrap .u-entry-rss-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 202px;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap {
    display: flex;
    justify-content: space-around;
    width: 560px;
    height: 100%;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li {
    position: relative;
    flex: auto;
    height: 100%;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-icon-box {
    /* position: absolute;
    top: 68px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    transition: .3s;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-1 .u-icon-box {
    background-color: rgba(255, 195, 90, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-2 .u-icon-box {
    background-color: rgba(255, 96, 85, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-3 .u-icon-box {
    background-color: rgba(102, 206, 163, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-icon-box .ciiefont {
    font-size: 45px;
    color: #fff;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-tt {
    margin-top: 15px;
    padding: 0 18px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 18px;
    /* position: absolute;
    bottom: 5px;
    opacity: 0;
    visibility: hidden; */
    transition: .3s;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-1 .u-tt {
    background-color: rgba(255, 234, 184, 1);
    color: rgba(203, 129, 0, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-2 .u-tt {
    background-color: rgba(255, 233, 224, 1);
    color: rgba(192, 82, 44, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap .u-bgc-3 .u-tt {
    background-color: rgba(223, 247, 231, 1);
    color: rgb(24, 135, 75);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li:hover .u-icon-box,
.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.z-crt .u-icon-box {
    /* top: 42px; */
    background-color: #fff;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-1:hover .u-icon-box,
.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-1.z-crt .u-icon-box {
    /* background-image: radial-gradient(circle, #fff 30%, rgba(255, 185, 94, .6)); */
    box-shadow: inset 0 0 20px rgb(255, 185, 94);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-2:hover .u-icon-box,
.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-2.z-crt .u-icon-box {
    /* background-image: radial-gradient(circle, #fff 30%, rgba(246, 178, 165, .6)); */
    box-shadow: inset 0 0 20px rgb(246, 178, 165);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-3:hover .u-icon-box,
.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-4.z-crt .u-icon-box {
    /* background-image: radial-gradient(circle, #fff 30%, rgba(141, 212, 183, .6)); */
    box-shadow: inset 0 0 20px rgb(141, 212, 183);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-1:hover .ciiefont {
    color: rgb(255, 185, 94);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-2:hover .ciiefont {
    color: rgb(246, 178, 165);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.u-bgc-3:hover .ciiefont {
    color: rgb(141, 212, 183);
}

/* .m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li:hover .u-tt,
.m-entry-module-wrap .u-entry-rss-wrap .u-entry-link-wrap li.z-crt .u-tt {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
} */

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-rss-box {
    display: flex;
    align-items: center;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-rss-box .u-txt .p1 {
    font-size: 18px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-rss-box .ciiefont {
    margin-right: 10px;
    font-size: 30px;
    color: #004098;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-rss-box .u-tel-box {
    margin-left: 40px;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-entry-rss-box .u-tel-box .u-txt .p1 {
    line-height: 28px;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-sub-code-box {
    position: relative;
    bottom: -2px;
    background: url(../../../img/zh/index/20240708-13.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    align-self: flex-end;
    cursor: pointer;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-sub-code-box .u-qr-code {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -155px;
    right: 0;
    /* transform: translateX(-50%); */
    background: rgb(255, 255, 255);
    border-radius: 5px;
    width: 150px;
    height: 150px;
    transition: all 0.5s;
    box-shadow: 0 0 8px 2px rgba(218, 219, 222, 1);
    z-index: 10;
}

.m-entry-module-wrap .u-entry-rss-wrap .u-sub-code-box .u-qr-code img {
    max-width: 100%;
    max-height: 100%;
}

/* .m-entry-module-wrap .u-entry-rss-wrap .u-sub-code-box .u-qr-code::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    border: 10px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
} */

.m-entry-module-wrap .u-entry-rss-wrap .u-sub-code-box:hover .u-qr-code {
    visibility: visible;
    opacity: 1;
}

.m-notice-wrap {
    margin-top: 2px;
    padding: 19px 0;
    border-top: 1px solid #dce1e9;
    border-bottom: 1px solid #dce1e9;
}

.m-notice-box .u-notice-icon {
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 8px;
    height: 36px;
    background-image: linear-gradient(180deg, rgba(255, 109, 75, 1) 0%, #ff3123 100%);
    font-size: 20px;
    color: #fff;
    border-radius: 18px;
}

.m-notice-box .u-notice-icon .ciie-notice {
    font-size: 24px;
}

.m-notice-box .u-notice-icon .u-txt {
    margin-left: 10px;
    font-weight: 600;
}

.m-notice-box .u-notice-box {
    position: relative;
    padding: 16px 10px;
    flex: 1 1 0;
    min-width: 10px;
    height: 56px;
    white-space: nowrap;
    overflow: hidden;
}

.m-notice-box .u-notice-box::before {
    content: '';
    position: absolute;
    top: 0;
    width: 70px;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 0.01) 100%);
    z-index: 5;
}

.m-notice-box .u-notice-box p {
    position: absolute;
    top: 16px;
    left: 0;
}

.m-notice-box .u-notice-box a {
    position: relative;
    padding-left: 20px;
    margin-right: 80px;
    height: 24px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
}

.m-notice-box .u-notice-box a::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #d40518;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-notice-box .u-notice-box a:hover {
    color: #d40518;
}

/*****展中版*******/
.u-under-way-box {
    background: url(../../../img/zh/index/20241024-01.png) no-repeat center;
}

@media screen and (min-width:2000px) {
    .m-accordion-box {
        height: 480px;
    }
}

@media screen and (max-width:1700px) {
    .m-accordion-box {
        height: 310px;
        background-size: auto 100%;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}