@media screen and (min-width: 1000px) {
    .banner {
        width: 100%;
        height: 22.86rem;
        padding: 2.28rem 0 3rem;
        background-image: url("/assets/images/news/banner.png");
        background-repeat: no-repeat; /* 防止图片重复 */
        background-position: center; /* 图片居中 */
        background-size: cover; /* 图片自适应，保持比例填满整个元素 */
        position: relative;
    }

    .banner .box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .banner .box .breadcrumb-box {
        display: flex;
        align-items: center;
    }

    .banner .box .breadcrumb-box li,
    .banner .box .breadcrumb-box li > a {
        color: #CCCCCC;
        font-size: 1.43rem;
    }

    .banner .box .breadcrumb-box li.separator {
        margin: 0 .86rem;
    }

    .banner .box .title {
        margin-top: 1rem;
        font-weight: 800;
        font-size: 3.57rem;
        color: #FFFFFF;
    }

    .banner .box .keyword {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .banner .box .keyword .left {
        display: flex;
        align-items: center;
    }

    .banner .box .keyword .left li {
        margin-left: 1rem;
    }

    .banner .box .keyword .left li:first-child {
        margin-left: 0;
    }

    .banner .box .keyword .left li a {
        display: inline-block;
        font-size: 1.43rem;
        color: #FFFFFF;
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 1.8rem;
    }

    .banner .box .keyword .left li a.active {
        background: #AC610B;
    }

    .news-detail {
        padding: 7.4rem 0;
    }

    .news-detail .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .news-detail .box .left {
        width: calc(100% - 46.44rem);
        height: auto;
    }

    .news-detail .box .left > .title {
        font-weight: 800;
        font-size: 2.43rem;
        color: #333333;
    }

    .news-detail .box .left > .time {
        margin-top: 3.14rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .news-detail .box .left .time > div {
        font-size: 1.29rem;
        color: #999999;
    }

    .news-detail .box .left .tags {
        margin-top: 2.7rem;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .news-detail .box .left .tags li {
        margin-right: 1.36rem;
        height: 3.5rem;
        line-height: 3.5rem;
        padding: 0 2.92rem;
        background: #F8F8F8;
        border-radius: 0.36rem 0.36rem 0 0;
    }

    .news-detail .box .left .tags li:first-child {
        background: #FFF4E8;
        color: #AC610B;
    }

    .news-detail .box .left .abstract {
        margin-top: 4.14rem;
        padding: 3.8rem 2.56rem;
        border: 1px dotted #D2D2D2;
        font-size: 1.43rem;
        color: #333333;
    }

    .news-detail .box .left .content {
        width: 100%;
        margin-top: 5.64rem;
        font-size: 1.43rem;
        line-height: 3.57rem;
        background-color: transparent !important;
    }

    .news-detail .box .left .content img {
        width: 100%;
        height: auto;
    }

    .news-detail .box .left .abstract > span {
        color: #AC610B;
        margin-right: .42rem;
    }

    .news-detail .box .left .share {
        margin-top: 7.2rem;
        height: 8.06rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #FFFFFF;
        box-shadow: 0 0 1rem 0 rgba(0,0,0,0.1);
        border-radius: 0.71rem;
    }

    .news-detail .box .left .share > .title {
        font-weight: 500;
        font-size: 1.29rem;
        color: #333333;
        width: 12.36rem;
        text-align: center;
        border-right: 1px solid #D2D2D2;
    }

    .news-detail .box .left .share > ul {
        width: calc(100% - 12.36rem);
        padding: 0 4.7rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.29rem;
        color: #999999;
    }

    .news-detail .box .left .share > ul li {
        cursor: pointer;
    }
    .news-detail .box .left .share > ul li:hover {
        color: #AC610B;
    }

    .news-detail .box .left .share > ul li span {
        font-size: 1.29rem;
        color: #999999;
    }


    .news-detail .box .left .share > ul img {
        height: 2.36rem;
        width: 2.36rem;
    }

    .news-detail .box .left .related-articles {
        margin-top: 7.64rem;
    }

    .news-detail .box .left .related-articles > .title {
        display: flex;
        justify-content: space-between;
    }

    .news-detail .box .left .related-articles > .title > div {
        font-weight: 800;
        font-size: 2rem;
        color: #130C06;
    }

    .news-detail .box .left .related-articles > .title > a {
        width: 9.14rem;
        height: 3.29rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.29rem;
    }

    .news-detail .box .left .related-articles > .title > a > img {
        width: 1.5rem;
        margin-left: .2rem;
    }

    .news-detail .box .left .related-articles .info {
        margin-top: 3.36rem;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .news-detail .box .left .related-articles .info li,
    .news-detail .box .left .related-articles .info li > a{
        width: calc((100% - 5.72rem) / 3);
        height: 22.86rem;
        background-color: #F8F8F8;
    }

    .news-detail .box .left .related-articles .info li {
        margin-left: 2.86rem;
    }

    .news-detail .box .left .related-articles .info li:first-child {
        margin-left: 0;
    }

    .news-detail .box .left .related-articles .info li .imgCover{
        width: 100%;
        height: 12.06rem;
    }
    .news-detail .box .left .related-articles .info li .word {
        width: 100%;
        height: calc(100% - 12.06rem);
        padding: 1.36rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-detail .box .left .related-articles .info li .word > .title{
        width: 100%;
        height: 4rem;
        line-height: 2rem;
        font-weight: 500;
        font-size: 1.43rem;
        color: #130C06;

        overflow: hidden; /* 隐藏超出部分 */
        display: -webkit-box; /* 使用弹性盒子布局 */
        -webkit-box-orient: vertical; /* 垂直方向排列 */
        -webkit-line-clamp: 2; /* 限制显示的行数为2 */
    }
    .news-detail .box .left .related-articles .info li .word > .time{
        margin-top: 2.4rem;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .news-detail .box .left .related-articles .info li .word > .time div:first-child{
        font-size: 1.29rem;
        color: #999999;
        font-weight: 500;
    }

    .news-detail .box .left .related-articles .info li .word > .time div:last-child{
        margin-left: 1rem;
        padding: 0 .72rem;
        background: #FFF4E7;
        font-weight: 500;
        font-size: 1.14rem;
        color: #AC610B;

    }

    .news-detail .box > .right {
        width: 35.8rem;
        height: auto;
    }

    .news-detail .box > .right > .title {
        font-weight: 800;
        font-size: 2rem;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles {
        width: 100%;
    }

    .news-detail .box > .right .latest-articles li,
    .news-detail .box > .right .latest-articles li a{
        width: 100%;
        display: flex;
        flex-direction: row; /* 默认方向为 row */
        justify-content: space-between;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles li {
        padding: 3.3rem 0;
        border-top: 1px solid #DDDDDD;
    }

    .news-detail .box > .right .latest-articles li:first-child {
        border-top: none;
    }

    .news-detail .box > .right .latest-articles li:first-child a {
        flex-direction: column;
    }

    .news-detail .box > .right .latest-articles li a .imgCover{
        width: 14.7rem;
        height: 10.56rem;
    }

    .news-detail .box > .right .latest-articles li:first-child a .imgCover {
        width: 100%;
        height: 21.42rem;

        font-weight: 500;
        font-size: 1.86rem;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles li a > .info {
        width: calc(100% - 17.4rem);
    }

    .news-detail .box > .right .latest-articles li a > .info .title {
        font-size: 1.86rem;
        color: #130C06;

        overflow: hidden; /* 隐藏超出部分 */
        display: -webkit-box; /* 使用弹性盒子布局 */
        -webkit-box-orient: vertical; /* 垂直方向排列 */
        -webkit-line-clamp: 2; /* 限制显示的行数为2 */
    }

    .news-detail .box > .right .latest-articles li:first-child a > .info {
        width: 100%;
    }

    .news-detail .box > .right .latest-articles li:first-child a > .info .title{
        margin-top: 2.8rem;
    }

    .news-detail .box > .right .latest-articles li a > .info .time {
        margin-top: 3.4rem;
        font-size: 1.29rem;
        color: #999999;
    }

    .news-detail .box > .right .more-btn{
        width: 100%;
        height: 5.3rem;
    }

    .news-detail .box > .right .adu-full2 {
        margin-top: 3.58rem;
        width: 100%;
        height: 41.8rem;

        background-image: url("/assets/images/news/adu2.png");
        background-repeat: no-repeat; /* 防止图片重复 */
        background-position: center; /* 图片居中 */
        background-size: cover; /* 图片自适应，保持比例填满整个元素 */
    }

}

@media screen and (min-width: 350px) and (max-width: 999px) {
    .banner {
        width: 100%;
        height: 10rem;
        padding: 1rem 0;
        background-image: url(/assets/images/news/banner.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    .banner .box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .banner .box .breadcrumb-box {
        display: flex;
        align-items: center;
    }

    .banner .box .breadcrumb-box li, .banner .box .breadcrumb-box li > a {
        color: #CCCCCC;
        font-size: 12px;
    }

    .banner .box .breadcrumb-box li:nth-child(6), .banner .box .breadcrumb-box li:last-child {
        display: none;
    }

    .banner .box .breadcrumb-box li.separator {
        margin: 0 .86rem;
    }

    .banner .box .title {
        font-weight: 800;
        font-size: 1.14rem;
        color: #FFFFFF;
    }

    .banner .box .keyword {
        width: 100%;
    }

    .banner .box .keyword .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner .box .keyword .left li a {
        display: inline-block;
        font-size: 12px;
        color: #FFFFFF;
        padding: .2rem .4rem;
    }

    .banner .box .keyword .left li a.active {
        background: #AC610B;
    }

    .news-detail {
        padding: 1rem 0;
    }

    .news-detail .box .left, .news-detail .box .right {
        width: 100%;
        height: auto;
    }

    .news-detail .box .left > .title {
        font-weight: 800;
        font-size: 1.41rem;
        color: #333333;
    }

    .news-detail .box .left > .time {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .news-detail .box .left .time > div {
        font-size: 12px;
        color: #999999;
    }

    .news-detail .box .left .tags {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .news-detail .box .left .tags li {
        margin-right: 4px;
        padding: .2rem .6rem;
        font-size: 12px;
        background: #F8F8F8;
    }

    .news-detail .box .left .tags li:first-child {
        background: #FFF4E8;
        color: #AC610B;
    }

    .news-detail .box .left .abstract {
        margin-top: 1rem;
        padding: 1rem;
        border: 1px dotted #D2D2D2;
        font-size: 1rem;
        color: #333333;
    }

    .news-detail .box .left .abstract > span {
        color: #AC610B;
        margin-right: .42rem;
    }

    .news-detail .box .left .content {
        width: 100%;
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 2.4rem;
        background-color: transparent !important;
    }

    .news-detail .box .left .content img {
        width: 100%;
    }

    .news-detail .box .left .share {
        margin-top: 1rem;
        padding: 1rem;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
        border-radius: 0.71rem;
    }

    .news-detail .box .left .share > ul {
        width: 100%;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        color: #999999;
    }

    .news-detail .box .left .share > ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-detail .box .left .share > ul img {
        margin-bottom: 1rem;
        height: 2.4rem;
        width: 2.4rem;
    }

    .news-detail .box .left .related-articles {
        margin-top: 2rem;
    }

    .news-detail .box .left .related-articles > .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news-detail .box .left .related-articles .info {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .news-detail .box .left .related-articles .info li {
        margin-top: 1rem;
    }


    .news-detail .box .left .related-articles .info li, .news-detail .box .left .related-articles .info li > a {
        width: 100%;
        background-color: #F8F8F8;
    }

    .news-detail .box .left .related-articles .info li .imgCover {
        width: 100%;
        height: 10rem;
    }

    .news-detail .box .left .related-articles .info li .word {
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-detail .box .left .related-articles .info li .word > .title {
        width: 100%;
        font-weight: bold;
        font-size: 1.14rem;
        color: #130C06;
    }

    .news-detail .box .left .related-articles .info li .word > .time {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-detail .box .left .related-articles .info li .word > .time div:first-child {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
    }

    .news-detail .box .left .related-articles .info li .word > .time div:last-child {
        padding: .2rem .4rem;
        background: #FFF4E7;
        font-weight: 500;
        font-size: 12px;
        color: #AC610B;
    }

    .news-detail .box > .right {
        margin-top: 1rem;
    }

    .news-detail .box > .right > .title {
        font-weight: 800;
        font-size: 1.14rem;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles {
        margin-top: 1rem;
        width: 100%;
    }

    .news-detail .box > .right .latest-articles li {
        padding: 1rem 0;
        border-top: 1px solid #DDDDDD;
    }

    .news-detail .box > .right .latest-articles li:first-child a .imgCover {
        width: 100%;
        height: 12rem;
        font-weight: 500;
        font-size: 1rem;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles li a > .info .title {
        margin-top: 1rem;
        font-size: 1.14rem;
        font-weight: bold;
        color: #130C06;
    }

    .news-detail .box > .right .latest-articles li a > .info .time {
        margin-top: 1rem;
        font-size: 12px;
        color: #999999;
    }

    .news-detail .box > .right .latest-articles li a .imgCover {
        width: 100%;
        height: 12rem;
    }

    .news-detail .box > .right .more-btn {
        width: 100%;
        height: 3rem;
    }


}