.pc-news-load {
    display: none;
    width: 100%;
    padding: 4rem 0 4rem;
    text-align: center;
    color: #999;
    font-size: 1.8rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.pc-news-load.is-visible {
    display: flex;
}

.pc-news-load .pc-news-spinner {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: 0.3rem solid rgba(188, 138, 91, 0.2);
    border-top-color: #BC8A5B;
    animation: pcNewsSpin 0.8s linear infinite;
}

.pc-news-load.finished .pc-news-spinner {
    display: none;
}

@keyframes pcNewsSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.new-detail video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: transparent;
    object-fit: cover;
}

@media (min-width: 512px) {
    .pc-news0 {
        position: relative;
        height: 61.3rem;
    }

    .pc-news0 .rellax-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/news/pcnews0Bg.png");
        background-size: cover;
        background-position: center;
        z-index: 0;
        /* 确保背景在底层 */
    }

    .pc-news0 .text {
        background-image: url("../images/news/pcnews0Text.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 36rem;
        height: 5rem;
        position: absolute;
        top: calc(50% - 2.5rem);
        left: calc(50% - 18rem);
        z-index: 1;
        /* 确保背景在底层 */
        transform: translate3d(0, 0, 0);
        transition: transform 0.2s linear;
        will-change: transform;
    }

    .pc-news-wrapper {
        padding: 8rem 16rem 16rem;
    }

    .pc-news-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2%;
    }

    .pc-news-item {
        width: 49%;
        background-color: #fff;
        /* border-radius: 1.6rem; */
        overflow: hidden;
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.3s ease;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
    }

    .pc-news-item:hover {
        box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.15);
    }

    .pc-news-item .pc-news-item-img {
        width: 100%;
        height: 20.3rem;
        overflow: hidden;
    }

    .pc-news-item .pc-news-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1);
        transition: transform 0.5s ease;
    }

    .pc-news-item:hover .pc-news-item-img img {
        transform: scale(1.06);
    }

    .pc-news-item .pc-news-item-content {
        padding: 4rem 2.4rem 2rem;
        background-color: #fff;
        transition: background-color 0.3s ease, color 0.3s ease;
        flex: 1;
        display: flex;
    }

    .pc-news-item .pc-news-item-content a {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pc-card-info {
        flex: 1;
    }

    .pc-card-title {
        font-size: 2.6rem;
        font-weight: 700;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        margin-bottom: 1.6rem;
        letter-spacing: 0%;
        color: #BC8A5B;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
        line-height: 4.4rem;
    }

    .pc-card-text {
        font-size: 2.4rem;
        color: #000000;
        line-height: 4.4rem;
        font-weight: 400;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        letter-spacing: 0%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5.5rem;
        transition: color 0.3s ease;
    }

    .pc-card-time {
        font-size: 2.4rem;
        color: #AAAAAA;
        line-height: 4.4rem;
        font-weight: 400;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        transition: color 0.3s ease;
    }

    .pc-news-item:hover .pc-news-item-content {
        background-color: #bc8a5b;
    }

    .pc-news-item:hover .pc-card-title,
    .pc-news-item:hover .pc-card-text,
    .pc-news-item:hover .pc-card-time {
        color: #fff;
    }

    .page-pagination .pagination .jumpto .page_number {
        width: 10rem !important;
        text-align: center;
    }

    .page-pagination .pagination>li:first-child>a,
    .page-pagination .pagination>li:first-child>span,
    .page-pagination .pagination .jumpto .page_number,
    .page-pagination .pagination>li>a,
    .page-pagination .pagination>.disabled>span,
    .page-pagination .pagination>.active>span,
    .page-pagination .pagination .jumpto input {
        font-size: 1.4rem;
        height: 3.2rem;
        padding: .6rem 1.2rem;
    }

    /* detail_news */

    .page-list-pc {
        background-color: #FFFFFF;
    }

    .page-list-pc-bg {
        background-color: transparent;
    }

    .new-detail {
        background-color: #FFFFFF;
        max-width: 1080px;
        padding-top: 10.4rem;
        padding-bottom: 4rem;
        margin: 0 auto;
    }

    .new-detail .header {
        margin-bottom: 4.5rem;
    }

    .new-detail .header .back {
        display: flex;
        align-items: center;
        margin-bottom: 5.6rem;
    }

    .new-detail .header .back .back-btn {
        display: block;
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 1.2rem;
        background: #BC8A5B;
        position: relative;
        text-align: center;
        line-height: 6.4rem;
        margin-right: 2.4rem;
    }

    .new-detail .header .back .back-btn-box {
        display: block;
        width: 6.4rem;
        height: 4.8rem;
        position: relative;
    }

    .new-detail .header .back .back-btn img {
        width: 3.2rem;
        height: 3.2rem;
    }

    .new-detail .header .back .back-btn-text span {
        color: #000000;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 2.4rem;
    }

    .new-detail .header .back .back-btn-box {
        display: block;
        width: 6rem;
        height: 7.68rem;
        position: relative;
    }

    .new-detail .header .back .back-btn-box img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header .back .back-btn-text span {
        color: #000000;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 2.4rem;
    }

    .new-detail .header .thumbnail {
        width: 100%;
        /* height: 39.86rem; */
        margin-bottom: 8rem;
    }

    .new-detail .header .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header h3 {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 700;
        font-size: 4rem;
        color: #BC8A5B;
        line-height: 5.5rem;
        margin-bottom: 4.5rem;
    }

    .new-detail .header .time span {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 4.4rem;
        color: #999999;
    }

    .new-detail .header .time .date {
        margin-right: 1rem;
    }

    .source_url {
        margin-top: 6.8rem;
    }

    .source_url a {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 4.4rem;
        color: #BC8A5B;
    }
}

@media (min-width: 1441px) {
    .new-detail {
        font-size: 1rem;
    }

    .new-detail .header {
        margin-bottom: 45px;
    }

    .new-detail .header .back {
        display: flex;
        align-items: center;
        margin-bottom: 56px;
    }

    .new-detail .header .back .back-btn {
        display: block;
        width: 64px;
        height: 64px;
        border-radius: 12px;
        background: #BC8A5B;
        position: relative;
        text-align: center;
        line-height: 64px;
        margin-right: 24px;
    }

    .new-detail .header .back .back-btn img {
        width: 32px;
        height: 32px;
    }

    .new-detail .header .back .back-btn-box {
        display: block;
        width: 60px;
        height: 76.8px;
        position: relative;
    }

    .new-detail .header .back .back-btn-box img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header .back .back-btn-text span {
        color: #000000;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 24px;
    }

    .new-detail .header .thumbnail {
        width: 100%;
        /* height: 398.6px; */
        margin-bottom: 80px;
    }

    .new-detail .header .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header h3 {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 700;
        font-size: 40px;
        color: #BC8A5B;
        line-height: 55px;
        margin-bottom: 45px;
    }

    .new-detail .header .time span {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 24px;
        line-height: 44px;
        color: #999999;
    }

    .new-detail .header .time .date {
        margin-right: 10px;
    }

    .source_url {
        margin-top: 68px;
    }

    .source_url a {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 24px;
        line-height: 44px;
        color: #BC8A5B;
    }
}

@media (max-width: 512px) {

    .news0 {
        position: relative;
        height: 26.8rem;
        overflow: hidden;
        /* 隐藏超出的部分 */
    }

    .news0 .logo {
        position: absolute;
        top: 2.6rem;
        left: 2.8rem;
        width: 5.6rem;
        height: 2rem;
        background-image: url("../images/news/logo.png");
        background-size: cover;
        background-position: center;
        z-index: 3;
    }

    .news0 .rellax-bg {
        position: absolute;
        top: 0rem;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/news/news0Bg.png");
        background-size: cover;
        background-position: center;
        z-index: 1;
        /* 确保背景在底层 */
    }

    .news0 .text {
        background-image: url("../images/news/news0Text.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 22rem;
        height: 3rem;
        position: absolute;
        top: calc(50% - 1.5rem);
        left: calc(50% - 11rem);
        z-index: 1;
        /* 确保背景在底层 */
    }

    .page-list-phone {
        background-color: #f5f5f5;
    }

    .phone-news-wrapper {
        padding: 2.8rem 2.1rem 5.6rem;
    }

    .phone-news-list {
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
    }

    .phone-news-item {
        background-color: #fff;
        /* border-radius: 1.6rem; */
        overflow: hidden;
        box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.08);
    }

    .phone-news-item-img {
        width: 100%;
        height: 13.2rem;
        overflow: hidden;
    }

    .phone-news-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .phone-news-item-content {
        padding: 3rem 1.6rem 1.6rem;
    }

    .phone-news-item-content a {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
    }

    .phone-card-title {
        font-size: 1.7rem;
        font-weight: 700;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        letter-spacing: 0%;
        color: #BC8A5B;
        margin-bottom: .8rem;
        line-height: 2.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .phone-card-text {
        font-size: 1.5rem;
        color: #000000;
        line-height: 2.8rem;
        font-weight: 400;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        letter-spacing: 0%;
        display: -webkit-box;
        margin-bottom: 6.3rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .phone-card-time {
        font-size: 1.5rem;
        color: #AAAAAA;
        line-height: 2.8rem;
        font-weight: 400;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
    }

    .phone-news-item:hover .phone-news-item-img img {
        transform: scale(1.02);
        transition: transform 0.4s ease;
    }


    /* detail_news */

    .page-list-pc {
        background-color: #FFFFFF;
    }

    .new-detail {
        background-color: #FFFFFF;
        padding-bottom: 4rem;
        margin: 0 auto;
    }

    img,
    video {
        max-width: 100%;
    }

    .new-detail .header {
        padding-top: 7.8rem;
        margin-bottom: 4.5rem;
    }

    .new-detail .header .back {
        display: flex;
        align-items: center;
        margin-bottom: 1.4rem;
        padding: 0 2rem;
    }

    .new-detail .header .back .back-btn {
        display: block;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: .5rem;
        background: #BC8A5B;
        position: relative;
        text-align: center;
        line-height: 3.2rem;
        margin-right: 1.4rem;
    }

    .new-detail .header .back .back-btn img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .new-detail .header .back .back-btn-text span {
        color: #000000;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 1.2rem;
    }

    .new-detail .header .back .back-btn-box {
        display: block;
        width: 2.5rem;
        height: 3.2rem;
        position: relative;
    }

    .new-detail .header .back .back-btn-box img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header .thumbnail {
        width: 100%;
        /* height: 14.8rem; */
        margin-bottom: 4rem;
    }

    .new-detail .header .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .new-detail .header h3 {
        padding: 0 3.6rem;
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 700;
        font-size: 2.4rem;
        color: #BC8A5B;
        line-height: 2.8rem;
        margin-bottom: 1.2rem;
    }

    .new-detail .header .time {
        padding: 0 3.6rem;
    }

    .new-detail .header .time span {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2.8rem;
        color: #999999;
    }

    .new-detail .header .time .date {
        margin-right: 1rem;
    }

    .phone-connent {
        padding: 0 3.6rem;
    }

    .source_url {
        padding: 0 3.6rem;
        margin-top: 2.4rem;
    }

    .source_url a {
        font-family: "AlibabaPuHuiTi-3-55-Regular";
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2.8rem;
        color: #BC8A5B;
    }

    video {
        background: transparent;
        object-fit: cover;
        height: auto;
    }
}
