body {
    background: #fff;
}

.contain{
    width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.industry-page {
    padding-bottom: 20px;
}

.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;
}
.recommend-news ._right{
    margin-top: 12px;
}
.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;
    border-radius: 12px;
}

.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 {
    cursor: pointer;
    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);
}
.top-adv ._right .box1 ._name:hover {
    color: var(--base-color);
}

.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: 100%;
    height: 260px;
    object-fit: contain;
    background: transparent;
}

.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;
}

.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%);
}

.industry-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.industry-title ._left {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    line-height: 45px;
}

.industry-title ._right {
    display: flex;
    gap: 24px;
}

.industry-title ._right a {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #108391;
}

.industry-title ._right a .iconfont {
    margin-left: 8px;
    font-size: 12px;
}

.news-box .adv-box {
    aspect-ratio: 428 / 244;
    border-radius: 0;
    width: 100%;
    min-width: 325px;
}

.news-tags {
    display: flex;
    overflow-x: auto;
    margin: 12px 0 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);
}

.news-item {
    display: flex;
    width: 100%;
}

.news-item img {
    width: 146px;
    height: 110px;
    margin-right: 20px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-item ._info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 166px);
}

.news-item .news-name {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 4px;
}

.news-item .news-desc {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 20px;
}

.news-item .tag {
    height: 20px;
    background: #108391;
    opacity: 0.8;
    padding: 0 8px;
    line-height: 20px;
    width: fit-content;
    font-size: 12px;
    color: #FFFFFF;
}

.news-item .date {
    font-size: 14px;
    color: #7A7A7A;
}

.flex-col-24 {
    min-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.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 {
    min-height: 95px;
    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-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;
    min-height: 47px;
}

.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;
}
.card-list {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.card-box {
    width: calc((100% - 48px) / 3);
}

.card-box img {
    aspect-ratio: 384 / 266;
    width: 100%;
    object-fit: cover;
    margin-bottom: 17px;
}

.card-box .limit-2 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 8px;
    height: 46px;
}

.card-box .date {
    font-size: 14px;
    color: #7A7A7A;
    line-height: 20px;
}

.experts-swiper {
    margin: 12px 0;
    padding: 12px 0;
}

.experts-swiper .swiper-slide {
    width: fit-content !important;
}

.experts-item {
    cursor: pointer;
    width: 66px;
}

.experts-item .main-img {
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experts-item img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: contain;
}

.experts-item div {
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    margin-top: 8px;
}

.experts-item.on .main-img {
    box-shadow: 0px 0px 20px 0px rgba(79, 194, 184, 0.16);
    border: 2px solid #4FC2B8;
}

.experts-item.on div {
    font-weight: 500;
    color: var(--text-color);
}

.experts-swiper-btn {
    position: absolute;
    height: 100%;
    display: flex;
    padding-top: 34px;
    width: 50px;
    z-index: 2;
    top: 0;
}

.experts-swiper-btn .iconfont {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
}

.experts-swiper-btn._prev {
    left: 0;
    background: linear-gradient(-270deg, #FFFFFF 0%, #FFFFFF 46%, rgba(245, 245, 245, 0) 100%);
}

.experts-swiper-btn._next {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 48%, rgba(245, 245, 245, 0) 100%);
}

.experts-detail-swiper {
    margin-bottom: 60px;
}
.experts_bd .experts-detail-swiper {
    display: none;
}

.experts_bd .experts-detail-swiper.on {
    display: block;
    background: linear-gradient(180deg, #FFFFFF 9%, #4FC2B8 100%);
    border-radius: 8px;
}
.experts-detail-card {
    border-radius: 8px;
    padding: 0 40px 20px;
}

.experts-detail-swiper ._line1 {
    display: flex;
    justify-content: space-between;
}
.experts-detail-swiper ._line1>.d-flex{
    flex: 1;
    max-width: 100%;
}
.experts-detail-swiper ._line1 ._head {
    width: 90px;
    height: 105px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 12px;
    margin-left: 40px;
}
.experts-detail-swiper ._line1 .right-info-text{
    width: calc(100% - 200px);
    padding-bottom: 16px;
}
.experts-detail-swiper ._line1 .u-name {
    padding-top: 23px;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
}

.experts-detail-swiper ._line1 .u-tag {
    display: flex;
    align-items: center;
    height: 24px;
    background: #D1EFED;
    border-radius: 12px;
    padding: 0 7px 0 4px;
    font-size: 12px;
    color: #108391;
    width: fit-content;
    max-width: 100%;
}

.experts-detail-swiper ._line1 .u-tag img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.experts-detail-swiper ._line1 .more-btn {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
   /* position: absolute;*/
   /* right: 30px;*/
   /*top: 34px;*/
    height: fit-content;
    margin: 20px 30px 0 0;
}
.newsDetail_article_others{
    margin-top: 75px;
    display: flex;
}
.yuanchuang{
    font-size: 14px;
    color: #666666;
    line-height: 38px;
}
.newsDetail_article_others_download{
    display: flex;
    align-items: center;
    margin-left: 74px;
}
.newsDetail_article_others_download i{
    font-size: 21px;
    font-weight: bold;
    margin-right: 16px;
}
.newsDetail_article_others_download div{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.newsDetail_article_others_download button{
    width: 100px;
    height: 30px;
    background: #108391;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    border: none;
    margin-left: 21px;
}
.experts-detail-swiper ._line1 .more-btn .iconfont {
    margin-left: 8px;
    font-size: 12px;
}

.experts-detail-card ._line2 {
    margin-top: -11px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    position: relative;
}

.experts-detail-card ._line2 .main-img {
    width: 242px;
    height: 176px;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: cover;
}

.experts-detail-card ._line2 .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 12px;
    height: 50px;
}

.experts-detail-card ._line2 .t2 {
    font-size: 12px;
    color: #7A7A7A;
    line-height: 17px;
    height: 68px;
}

.experts-detail-card ._line2 .t3 {
    font-size: 14px;
    color: #7A7A7A;
    position: absolute;
    bottom: 20px;
}

.experts-detail-btn {
    position: absolute;
    bottom: 110px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(79, 194, 184, 0.1);
    text-align: center;
    line-height: 40px;
    z-index: 2;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    border-radius: 50%;
}

.experts-detail-btn._prev {
    left: 10px;
}

.experts-detail-btn._next {
    right: 10px;
}

@media (max-width: 992px) {
    .experts-swiper{
        padding: 0;
    }
    .top-adv ._left {
        width: 100%;
        gap: 11px;
    }
    .top-adv-swiper .adv-pagination{
        bottom: 15px;
        left: 10px;
    }
    .adv-split-2 {
        gap: 11px;
    }

    .adv-box div {
        font-size: 16px;
        line-height: 23px;
        padding: 13px 10px 10px;
        display: flex;
        align-items: flex-end;
    }

    .adv-split-2 .adv-box {
        width: calc(50% - 6px);
    }

    .top-adv-swiper .adv-box div {
        padding-bottom: 27px;
    }

    .top-adv ._right {
        display: none;
    }
    .top-adv .wap-hidden{
        display: none !important;
    }
    .industry-title {
        margin-top: 24px;
    }

    .industry-title ._left {
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
    }

    .industry-title ._right a {
        font-size: 12px;
    }

    .top-adv ._left {
        width: 100%;
    }

    .card-list {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 12px;
    }

    .card-box {
        width: 100%;
    }

    .experts-detail-card {
        padding: 0 10px 10px;
    }

    .experts-detail-card ._line2 {
        flex-direction: column;
    }

    .experts-detail-card ._line2 .main-img {
        width: 100%;
        margin: 0 0 10px;
        height: fit-content;
        aspect-ratio: 272 / 176;
    }

    .experts-detail-card ._line2 .t3 {
        position: relative;
        bottom: unset;
        margin-top: 12px;
    }
    .experts_bd .experts-detail-swiper.on{
        background: linear-gradient(180deg, #FFFFFF 2%, #4FC2B8 100%);
    }
    .experts-detail-btn {
        bottom: unset;
        top: 50%;
    }

    .news-box .adv-split-2 {
        flex-direction: column;
    }

    .news-item img {
        width: 128px;
        height: 96px;
        margin-right: 10px;
    }
    .news-item ._info{
        width: calc(100% - 138px);
    }
    .news-item .news-name {
        font-size: 16px;
        line-height: 23px;
    }

    .news-item .news-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .news-item .tag {
        font-size: 10px;
    }

    .news-item .date {
        font-size: 12px;
    }

    .flex-col-24 {
        gap: 12px;
        min-width: unset;
    }

    .news-box .adv-box {
        width: 100%;
    }

    .industry-title ._right {
        gap: 10px;
    }

    .experts-detail-card ._line1 .u-name {
        padding-top: 26px;
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 25px;
    }

    .experts-detail-card ._line1 .more-btn {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 29px;
    }

    .experts-detail-swiper {
        margin-bottom: 24px;
    }



    .news-tags {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 11px;
    }

    .news-tags * {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        font-size: 12px;
    }
    .experts-detail-swiper ._line1 ._head{
        margin-left: 10px;
    }
    .experts-detail-swiper ._line1 .u-name{
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 70px;
    }
    .experts-detail-swiper ._line1 .more-btn{
        position: absolute;
        font-size: 12px;
        top: 29px;
        right: 0;
        margin: 0;
    }
    .experts-detail-swiper ._line1 .more-btn .iconfont{
        font-size: 9px;
        margin-left: 5px;
    }
    .experts-detail-swiper ._line1 .right-info-text{
        width:calc(100vw - 150px);
    }
}
