body {
    background: #fff;
}
p{
    margin: unset;
}
.contain{
    width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.adv-split-2 {
    display: flex;
    gap: 24px;
}

.adv-split-2 .adv-box {
    display: block;
    width: calc(50% - 12px);
    aspect-ratio: 435 / 218;
}

.top-adv ._right .box1 {
    background: #F5F5F5;
}

.top-adv ._right .box1 ._name {
    padding: 24px 0 15px;
    margin: 0 20px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.news-search {
    display: flex;
    align-items: center;
    width: 282px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #4FC2B8;
    padding: 0 15px;
}

.news-search input {
    flex: 1;
    font-size: 14px;
    outline: none;
    border: none;
}

.news-search input::placeholder {
    color: #BBBBBB;
}

.news-search .iconfont {
    cursor: pointer;
    color: #A7A7A7;
    font-size: 18px;
}

.popular-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 17px 20px 20px;
    background: #F5F5F5;
}

.popular-box ._t1 {
    font-weight: 500;
    font-size: 20px;
    color: #108391;
    line-height: 28px;
}

.popular-line {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    justify-content: space-between;
}

.popular-box .popular-line:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.popular-box .right-info .news-right-writer{
    width: 50%;
    max-width: 111px;
    overflow: hidden;
    white-space: nowrap;
    overflow-wrap: normal;
    text-overflow: ellipsis;
}

.popular-line .icon-lingxing {
    font-size: 10px;
    color: var(--text-color);
    margin-top: 4px;
}

.popular-line .right-info {
    width: calc(100% - 20px);
}

.popular-line .right-info .limit-2 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 8px;
}

.popular-line .right-info .d-flex-between {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 20px;
    white-space: nowrap;
}

.popular-line .right-info .d-flex-between div:nth-child(1){
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-adv {
    display: flex;
    gap: 24px;
}

.top-adv ._left {
    width: calc(100% - 282px - 24px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.top-adv ._right {
    width: 282px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.adv-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.adv-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv-box div {
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    display: flex;
    padding: 23px 20px 0;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top-adv-swiper {
    width: 100%;
    aspect-ratio: 894 / 330;
}

.top-adv-swiper .adv-pagination {
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 20px;
}

.top-adv-swiper .adv-pagination span {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1px;
}

.top-adv-swiper .adv-pagination .swiper-pagination-bullet-active {
    background: var(--base-color);
}

.adv-split-2 {
    display: flex;
    gap: 24px;
}

.adv-split-2 .adv-box {
    display: block;
    width: calc(50% - 12px);
    aspect-ratio: 435 / 218;
}

.top-adv ._right .box1 {
    background: #F5F5F5;
}

.top-adv ._right .box1 ._name {
    padding: 24px 0 15px;
    margin: 0 20px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.right-adv-swiper .adv-info {
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 21px;

}

.right-adv-swiper .adv-main-img {
    width: 184px;
    height: 260px;
    object-fit: contain;
    background: transparent;

}
.right-adv-swiper .swiper-slide{text-align: center;}
.right-adv-swiper .adv-download {
    padding: 38px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
}

.right-adv-swiper .adv-download .iconfont {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 11px;
    color: var(--text-color);
    text-align: center;
    font-weight: bold;
    border: 2px solid var(--text-color);
}

.right-adv-swiper .adv-pagination {
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 68px;
    justify-content: center;
}

.right-adv-swiper .adv-pagination span {
    width: 6px;
    height: 2px;
    background: #898989;
    border-radius: 1px;
    opacity: 1;
    margin: 0 2px !important;
}

.right-adv-swiper .adv-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: var(--base-color);
}

.right-adv-swiper .adv-prev,
.right-adv-swiper .adv-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background: var(--base-color);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2;
}

.right-adv-swiper .adv-prev {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.right-adv-swiper .adv-next {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.right-adv-swiper .swiper-button-disabled {
    background: rgba(79, 194, 184, 0.2);
    color: var(--text-color);
}

.top-adv ._right .box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background: linear-gradient(270deg, #108391 0%, #4FC2B8 100%);
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.top-adv ._right .box2 img {
    width: 60px;
    margin-right: 8px;
    object-fit: contain;
}

.top-adv ._right .box2:hover {
    background: linear-gradient(270deg, #108391 0%, #108391 100%);
}


.news-tags {
    display: flex;
    overflow-x: auto;
    margin: 12px 0;
    gap: 12px;
}

.news-tags * {
    cursor: pointer;
    display: block;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 7px 10px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
}

.news-tags .on {
    color: var(--text-color);
    border-color: var(--text-color);
}

.contbox {
    margin-top: 0px;
}

.contbox ._left {
    width: calc(100% - 306px);
    flex: 1;
    margin-right: 24px;
}

.contbox .box1 {
    background: #F5F5F5;
    border-radius: 12px;

    margin-bottom: 40px;
}

.contbox ._right {
    width: 282px;
}

.contbox ._left  .news-tags * {
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 14px;
}
.contbox ._left  .list-new-tags {
    margin: 0 0 4px;
    display: flex;
    flex-wrap: wrap;
}
.contbox ._left  .list-new-tags *{
    padding: 7px 10px;
    border-radius: 8px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.contbox ._left .item {
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4;
}
#dataContain{
    margin-bottom: 20px;
}
#dataContain .item{
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
}
.contbox ._left .item .text {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 18px;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.contbox ._left .item .list_bottom{
    font-size: 12px;
}
.contbox ._left .item .news-tags {
    gap: 10px;
    flex-wrap: wrap;
}

.subbox {
    width: 282px;
    height: 256px;
    background-image: url("../../img/news/boxeqbg.png");
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
    color: #fff;
    background-position: center;
}

.subbox dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.subbox p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.contbox ._left .item:hover dt {
    color: #108391;
}
.contbox ._left .item .list_bottom span{
    color: #7A7A7A;
}
.contbox ._left .item .list_bottom span.sbete{
    color: #222222;
}
.contbox ._left .item .list_bottom span{
    margin-right: 12px;}
.subbox .ssbox {
    display: flex
}

.subbox p b {
    color: #ECDD63;
    font-weight: initial;
}

.subbox .ssbox {
    margin-bottom: 10px;
}

.subbox .ssbox input {
    padding: 10px 15px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    width: 120px;
    border: none;
}
.subbox .ssbox input::placeholder{
    color: #BBBBBB;
}
.subbox .ssbox .btn {
    background: #008492;
    border-radius: 0px 8px 8px 0px;
    flex: 1;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;

}

.box1 dt {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    white-space: nowrap;
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.new-box{
    margin-top: 40px;}
.new-box ._dt{
    font-size: 20px;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.new-box ._dt .more{
    color: #108391;
    font-size: 14px;

}
.new-box ._dt .more i{
    font-size: 10px;
    margin-left: 8px;}
.newlist_ul .item{
    padding: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    background: #FFFFFF;
    display: flex;
    margin-top: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.newlist_ul .item .tpic{
    width: 66px;
    height: 66px;
    border: 1px solid #F7F8FC;
    margin-right: 12px;
}
.newlist_ul{
    margin-top: 12px;}
.newlist_ul .item .text{
    font-size: 16px;line-height: 22px;
    color: #333333;
    flex: 1;
}
.newlist_ul .item .text.limit-2{
    height: 44px;
}
.netxt dt{
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    line-height: 34px;
    margin-bottom: 12px;
}


.nextnavbot{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nextnavbot .netleft dt{
    font-size: 14px;
    line-height: 21px;
}
.nextnavbot .netleft p{
    color: #7A7A7A;
}
.nextnavbot .tags{
    display: flex;
    margin-top: 4px;
}
.nextnavbot .tags a{
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 7px 0;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    height: 32px;
    display: flex;
    align-items: center;
}
.nextnavbot .tags a i{
    font-size: 30px;
}
.nextnavbot .tags .news_favorite{
    padding: 7px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
}
.nextnavbot .tags .news_favorite i{
    font-size: 18px;
}
.nextnavbot .tags .sc{
    color: #F79131;
    margin-right: 10px;
}
.contbox ._left .text{
    margin: auto;
    font-size: 14px;
    line-height: 18px;
    color: #222;
    flex: 1;
}
.contbox ._left .text-contents p{
    overflow-wrap: break-word;
}
.contbox ._left .text *{
    max-width: 100%;
}
.contbox ._left  dt{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.contbox ._left  .writer,.date{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px;
}
.date{
    font-size: 12px;
}
.pc-share-btns a:nth-child(1):hover{
    background: #3B5998;
}
.pc-share-btns a:nth-child(2):hover{
    background: #0866FF;
}
.pc-share-btns a:nth-child(3):hover{
    background: #0F1419;
}
.pc-share-btns a:nth-child(4):hover{
    background: #001935;
}
.pc-share-btns a:nth-child(5):hover{
    background: #E60023;
}
.pc-share-btns a:nth-child(6):hover{
    background: #EF4056;
}
.pc-share-btns a:nth-child(7):hover{
    background: #FF4500;
}
.pc-share-btns a:nth-child(8):hover{
    background: #0A66C2;
}
.pc-share-btns a:nth-child(9):hover{
    background: #3858E9;
}
.pc-share-btns a:nth-child(10):hover{
    background: #353E80;
}
.pc-share-btns a:nth-child(11):hover{
    background: #4FC2B8;
}
.nextnavbot .tags a:hover i{
    color: #fff;
}
.nextnavbot .tags .news_favorite:hover i{
    color: #F79131;
}

.textbnefz a{
    display: block;
    text-decoration-line: underline;
    font-size: 14px;
    color: #222222;}
.textbnefz .pre{
    margin-bottom: 20px;}
.textbnefz{
    border-top: 1px solid #E4E4E4;
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 20px;
}
.renews{
    margin: 40px 0;
}
.renews .ul{
    display: grid;
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.renews .ul .item{
    border: none;
    border-left:  1px solid #E4E4E4;
    padding: 0 24px;
    overflow: hidden;
}
.renews .ul .item .text{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #333;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.renews .ul .item .text:hover{
    color: #108391;
}
.renews .ul .item p{
    display: flex;
    justify-content: space-between;color: #7A7A7A;
    font-size: 14px;
    gap: 10px;
    white-space: nowrap;
}
.renews .ul .item p span:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youbox .list .item{
    border: none;
    width: calc(20% - 64px / 5);
}
.youbox .list{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.youbox .list .item .tpic{
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid #F7F8FC;
}
.youbox .list .item .tpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youbox .list .item  dt{
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}
.titletop{
    background:rgba(79, 194, 184,0.1);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 20px;
}
.titletop .tpic{
    width: 76px;
    height: 76px;
    background-image: url("../../img/news/newdbg.png");
    border-radius: 100px;
    border: 1px solid #4FC2B8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.titletop .tpic img{
    width: 100%;}

.titletop dt{
    font-size: 20px;font-weight: bold;color: #222222;line-height: 30px;
    display: block;
}
.titletop span{line-height: 21px;font-size: 14px;color: #333333;
    display: block;}
.titletop p{
    color: #7A7A7A;
    line-height: 21px;
    font-size: 14px;

}
.titletop .text p{
    overflow-wrap: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.detail-name-text{
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    line-height: 48px;
}
.may-like-name{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-top: 8px;
}
.wap-share-btn{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.pc-share-btns{
    display: flex;
    gap: 12px;
}
.share-pup-btns-outer{
    border-radius: 8px 8px 0 0;
    height: unset !important;
}
.share-pup-btns{
    padding: 15px 15px 48px;
}
.share-pup-btns ._title{
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center;
}
.share-pup-btns ._cont{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}
.share-pup-btns ._cont a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    text-align: center;
    width: calc(20% - 60px / 5);
}
.share-pup-btns ._cont a i{
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    font-size: 51px;
    color: #fff;
    border-radius: 50%;
}
.share-pup-btns ._cont a:nth-child(1) i{
    background: #3B5998;
}
.share-pup-btns ._cont a:nth-child(2) i{
    background: #000000;
}
.share-pup-btns ._cont a:nth-child(3) i{
    background: #00B8FF;
}
.share-pup-btns ._cont a:nth-child(4) i{
    background: #E60023;
}
.share-pup-btns ._cont a:nth-child(5) i{
    background: #EF4056;
}
.share-pup-btns ._cont a:nth-child(6) i{
    background: #FF4500;
}
.share-pup-btns ._cont a:nth-child(7) i{
    background: #0A66C2;
}
.share-pup-btns ._cont a:nth-child(8) i{
    background: #3858E9;
}
.share-pup-btns ._cont a:nth-child(9) i{
    background: #353E80;
}
.share-pup-btns ._cont a:nth-child(10) i{
    background: #4FC2B8;
}
@media (max-width: 992px) {
    .pc-share-btns{
        display: none;
    }
    .wap-share-btn{
        display: flex;
    }
    .detail-news-tags{
        border-top: 1px solid #E4E4E4;
        padding-top: 20px;
    }
    .contbox ._right{
        display: none;
    }
    .footer-part-wap {
        display: none;
    }

    .footer-part2 {
        display: none;
    }

    .footer-part3 {
        display: none;
    }
    .contbox{
        flex-wrap: wrap;
    }
    .subbox{
        width: 100%;
        background-size: cover;
        margin-top: 10px;
    }
    .subbox .ssbox input{
        flex: 1;
        width: 100%;
    }
    .subbox .ssbox .btn{
        flex: none;
        width: 113px;
    }
    .contbox ._left .item{
        padding: 16px 0;
    }
    .contbox ._left{
        margin: 0;    width: 100%;}
    .contbox ._left  dt{
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: break-word;
    }
    .netxt dt{
        font-size: 20px;
        line-height: 28px;
    }
    .netxt .text img{
        max-width: 100%;
    }
    .renews .ul{flex-wrap: wrap}
    .renews .ul .item{
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;}
    .youbox .list{
        flex-wrap: wrap;
        gap: 0 14px;
    }
    .youbox .list .item{
        width: calc(50% - 7px);
        padding: 10px 0;
    }
    .detail-name-text{
        font-size: 16px;
        line-height: 23px;
    }
    .renews .ul{
        grid-template-columns: repeat(1, 1fr);
    }
    #dataContain .item:last-child{
        border-bottom: none;
    }
    .contbox ._left .news-tags *{
        line-height: 12px;
        font-size: 12px;
    }
    .contbox ._left .list-new-tags *{
        line-height: 17px;
    }
    .renews .ul .item{
        padding: 0 0 0 25px;
    }
    .contbox ._left .item:last-child {
        border-bottom: 0; /* 蓝色下边框 */
    }
    .web-show{
        display:none;
    }
    .youbox .list .item:nth-child(n+5) {
        display: none; /* 隐藏第 5 个及以后的元素 */
    }
    .contbox ._left .list-new-tags {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 576px) {
    .crumbs {
        display: flex !important;
    }
}


