/* 面包屑 */
.breadcrumbs {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0.2rem 0 0.4rem 1.2rem;
    font-family: "Elevision_r";
}

.breadcrumbs span {
    margin-right: 0.1rem;
}

.support-title-top {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0rem;
    color: #FFFFFF;
    text-align: center;
}

.support-title-top h2 {
    font-weight: bold;
    font-size: 0.48rem;
}

.support-title-top p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

body {
    background: #12161F;
}

.new-section {
    max-width: 100vw;
    height: 4.4rem;
    padding-top: 0.8rem;
    position: relative;
    background-color: #12161EFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.new-section .bg-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;

}

.bg-img img {
    width: 100%;
    height: 100%;
}

.new-title-top {
    width: 6rem;
    border-top: 0.01rem solid white;
    border-bottom: 0.01rem solid white;
    position: relative;
    z-index: 4;
    padding: 0.3rem 0;
    font-family: Elevision_r;
}


.new-section h2 {
    color: #FFFFFF;
    font-size: 0.58rem;
    font-weight: bold;
    text-align: center;

}

.new-section p {
    color: #FFFFFFCC;
    font-size: 0.18rem;
    font-weight: 100;
    text-align: center;

}

.new-list {
    max-width: 100vw;
    padding: 0 1.2rem;
    box-sizing: border-box;
    font-family: "Elevision_r";

}

.new-headline {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.new-headline .left {
    /* width: 7rem;
    height: 4rem; */
    box-sizing: border-box;
    border-radius: 1rem 0.04rem 0.04rem 0.04rem;
    border: 0.1rem solid white;
    overflow: hidden;
    position: relative;
    /* width: 6rem; */
    /* height: 3rem; */
    flex: 1;
    height: auto;
}

.new-headline .left img {
    width: 100%;
    height: 100%;
    display: block;
}

.new-headline .left .logo {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.new-headline .right {
    /* flex: 1; */
    width: 40%;
    padding-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}


.col-top-date {
    display: flex;
    font-family: fongsong;
    font-weight: 400;
}

.month {
    font-size: 0.42rem;
    color: #FFFFFF;
    position: relative;
    margin-top: -0.1rem;
}

.month .year {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    font-size: 0.12rem !important;
    color: #FFFFFF;
}

.month5::after {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    content: "2025";
    font-size: 0.12rem;
    color: #FFFFFF;
}

.month4::after {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    content: "2024";
    font-size: 0.12rem;
    color: #FFFFFF;
}


.day {
    font-size: 0.42rem;
    color: #FFFFFF;
    position: relative;
    padding: 0.1rem 0 0 0.2rem;
}

.day::after {
    position: absolute;
    content: "/";
    top: 0;
    left: 0;
    width: 0.3rem;
    height: 0.68rem;
    font-weight: 400;
    font-size: 0.4rem;
}

.right h2 {
    width: 5rem;
    margin: 0.1rem 0 0.3rem 0;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right .ell {
    color: rgba(255, 255, 255, 0.8);
    width: 5rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.8);
    padding-top: 0.3rem;
    font-size: 0.11rem;
}

.new-sm-btn {
    margin-top: 0.4rem;
    width: 0.52rem;
    height: 0.44rem;
    background: linear-gradient(142deg, #1EC4FB 0%, #E9FF9E 100%);
    box-shadow: 0rem 0.04rem 0.07rem 0rem rgba(0, 75, 117, 0.24);
    border-radius: 0.51rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s;
    color: white;
    border: 0.01rem solid rgba(61, 61, 61, 0);

}

.new-headline .new-sm-btn:hover {
    border: 0.01rem solid rgb(61, 61, 61);
    background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%);
    box-shadow: 0 0.01rem 0.1rem 0 rgba(255, 255, 255, 0.2);
}

.new-headline .new-sm-btn:hover .ic {
    transform: translateX(0.04rem);
}

.ic {
    width: 0.3rem;
    height: 0.3rem;
    transition: 0.4s;
}

.comp-news {
    width: 100%;
    width: 80%;
    margin: 0 auto;
    /* align-content: center; */
}

.comp-news ul {
    width: 100%;
}

.comp-news ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.3rem;
    box-sizing: border-box;
    border-radius: 0.14rem;
    height: 3rem;
    width: 100%;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}

.comp-news ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.14rem;
    background:
        url("../image/new/bigbg1.png"),
        linear-gradient(95deg, rgba(67, 186, 245, 0.8) 0%, rgba(248, 255, 150, 0.8) 100%);

    opacity: 0;
    transition: 0.4s;
    z-index: 0;
    background-position: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.comp-news ul li:hover::before {
    opacity: 1;
}

/* 内容要放在上层 */
.comp-news ul li>* {
    position: relative;
    z-index: 1;
}

.comp-news ul li .news-left {
    margin-top: 0.4rem;
    width: 1.4rem;
}

.comp-news h4 {
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin: 0.4rem 0 0.24rem 0;
}

.comp-news ul li .news-center {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.02rem;
    overflow: hidden;
    /* margin: 0 1rem; */
    overflow: hidden;
}

.comp-news ul li .news-center img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.news-right {
    /* width: 70%; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 0.6rem;
}

.news-right h2 {
    color: #FFFFFFFF;
    font-size: 0.2rem;
    font-weight: bold;
    transition: 0.4s;
}

.news-right p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.12rem;
    font-weight: 400;
    margin-top: 0.3rem;
    transition: 0.4s;
}

.comp-news ul li:hover .news-center img {
    transform: scale(1.2);
}

.comp-news ul li:hover .news-right p,
.comp-news ul li:hover .news-right h2 {
    color: #007EC4;
}

.comp-news ul li .new-sm-btn {
    height: 0;
}

.comp-news ul li:hover .new-sm-btn {
    height: 0.44rem;
    background: #FFFFFF;
    color: #007EC4;
    box-shadow: 0rem 0.04rem 0.07rem 0rem rgba(0, 75, 117, 0.24);
}

.comp-news ul li .new-sm-btn:hover {
    box-shadow: 0.02rem 0.04rem 0.07rem 0rem rgba(245, 246, 246, 0.5);
    transform: scale(0.94);
}

/* 分页 */

.pagination {
    min-height: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    user-select: none;
    font-size: 0.14rem;
    margin-top: 0.4rem;
}

.page-num-con {
    display: flex;
    justify-content: center;
    align-items: center;

}

.page-num-con li {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.4s;
    margin: 0 0.15rem;
    cursor: pointer;

}

/* 激活状态 */
.num-active {
    background-color: rgba(255, 255, 255, 0.2);

}

.breadcrumbs {
    width: 100% !important;
    margin: 0.4rem auto !important;
}

/* ========== 移动端 (max-width: 750px) ========== */
@media screen and (max-width: 750px) {

    /* 移动端：PC 分页隐藏，使用"更多"按钮 */
    .pc-only {
        display: none !important;
    }

    /* Banner */
    .new-section {
        height: 16rem;
        padding-top: 1.6rem;
    }

    .new-title-top {
        width: 80%;
        padding: 0.3rem 0;
        border-top: 0.02rem solid white;
        border-bottom: 0.02rem solid white;
    }

    .new-section h2 {
        font-size: 0.64rem;
    }

    .new-section p {
        font-size: 0.4rem;
    }

    /* 面包屑 */
    .breadcrumbs {
        margin: 0.2rem 0 0.4rem 0 !important;
        font-size: 0.4rem;
        flex-wrap: wrap;
    }

    .breadcrumbs span img {
        width: 0.28rem !important;
        height: 0.28rem !important;
    }

    .breadcrumbs span:nth-child(3) img,
    .breadcrumbs span:nth-child(5) img {
        width: 0.16rem !important;
        height: 0.28rem !important;
    }

    /* 列表容器 */
    .new-list {
        padding: 0 0.4rem;
    }

    /* 头条 */
    .new-headline {
        width: 100%;
        flex-direction: column;
    }

    .new-headline .left {
        width: 100%;
        border: 0.06rem solid white;
        border-radius: 0.6rem 0.04rem 0.04rem 0.04rem;
    }

    .new-headline .left .logo {
        bottom: 0.3rem;
        left: 0.3rem;
        width: 0.6rem;
        height: 0.6rem;
    }

    .new-headline .right {
        width: 100%;
        padding-left: 0;
        margin-top: 0.3rem;
        position: relative;
    }

    .col-top-date .month {
        font-size: 1rem;
    }

    .col-top-date .month .year {
        font-size: 0.36rem !important;
        bottom: 0;
    }

    .col-top-date .day {
        font-size: 1rem;
    }

    .col-top-date .day::after {
        font-size: 1rem;
    }

    .col-top-date {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .right h2 {
        font-size: 0.56rem;
        margin: 0.15rem 0;
        width: 100%;
    }

    .right .ell {
        width: 100%;
        font-size: 0.4rem;
        line-height: 1.6;
    }

    .new-sm-btn {
        height: 1.2rem;
        width: 2rem;
        border-radius: 0.8rem;
        margin-top: 1rem;
    }

    .ic {
        width: 0.8rem;
        height: 0.8rem;
    }

    /* 公司新闻标题 */
    .comp-news {
        width: 100%;
    }

    .comp-news h4 {
        font-size: 0.56rem;
        margin: 0.5rem 0 0.3rem 0;
    }

    /* 新闻列表项 */
    .comp-news ul li {
        flex-direction: column;
        height: auto;
        padding: .6rem 0.3rem;
        position: relative;
        margin-bottom: 0.5rem;
    }

    .comp-news ul li .news-left {
        margin-top: 0;
        width: auto;
        margin-bottom: 0.2rem;
        position: absolute;
        bottom: .3rem;
        right: 0.3rem;
    }

    .comp-news ul li .news-center {
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }

    .comp-news ul li .news-center img {
        width: 100%;
        height: auto;
    }

    .news-right {
        padding-left: 0;
    }

    .news-right h2 {
        font-size: 0.56rem;
    }

    .news-right p {
        font-size: 0.4rem;
        line-height: 1.6;
        margin: .5rem 0;
    }

    .comp-news ul li:hover .new-sm-btn {
        height: 0.64rem;
    }

    /* 移动端：滚动进入视图时显示背景 */
    /* .comp-news ul li.in-view::before {
        opacity: 1;
    } */

    /* .comp-news ul li.in-view .news-center img {
        transform: scale(1.2);
    } */

    /* .comp-news ul li.in-view .news-right p,
    .comp-news ul li.in-view .news-right h2 {
        color: #007EC4;
    } */

    .comp-news ul li.in-view .new-sm-btn {
        height: 1.2rem;
        width: 2rem;
        background: #FFFFFF;
        color: #007EC4;
    }

    /* 分页 */
    .pagination {
        font-size: 0.4rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-num-con li {
        width: 0.5rem;
        height: 0.5rem;
        margin: 0 0.1rem;
    }
}