.banner {
    width: 100%;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.banner .banner-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.banner .banner-text p {
    margin-top: 10px;
    color: rgba(252, 252, 252, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.banner .banner-text p .home {
    display: flex;
    align-items: center;
    gap: 4px;
}

.news-detail-outer {
    width: 100%;
    padding: 40px 0 80px;
    background: rgba(250, 250, 250, 1);
}

.news-detail-inner {
    max-width: 1180px;
}

.text{
    margin-bottom: 20px;
     word-wrap: break-word;
}
.text span{
    cursor: pointer;
}
.text span:hover{
    color: rgba(176, 34, 32) ;
}
.renews-detail-main {
    width: 100%;
}

.renews-detail-main-left {
    width: 100%;
    padding: 56px 64px 64px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
}

.detail-main-title {
    color: rgba(23, 23, 23, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
}

.news-detail-share-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 32px;
    margin-top: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.detail-main-time {
    color: rgba(115, 115, 115, 1);
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.detail-content {
    min-height: 260px;
    margin-top: 38px;
    color: rgba(64, 64, 64, 1);
    font-family: "Alibaba PuHuiTi";
    font-size: 16px;
    line-height: 1.9;
}

.detail-content p {
    margin-bottom: 18px;
}

.detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 6px;
}

.detail-content table {
    max-width: 100%;
    border-collapse: collapse;
}

.detail-content span {
    background: transparent !important;
}

.detail-empty {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(247, 247, 247, 1);
    color: rgba(115, 115, 115, 1);
    font-size: 16px;
}

@media (max-width: 1200px) {
    .renews-detail-main-left {
        padding: 44px;
    }

    .detail-main-title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .banner img {
        min-height: 230px;
    }

    .banner .banner-text p {
        font-size: 14px;
        line-height: 24px;
        flex-wrap: wrap;
    }

    .news-detail-outer {
        padding: 46px 0 56px;
    }

    .renews-detail-main-left {
        padding: 28px 20px 34px;
    }

    .detail-main-title {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }

    .news-detail-share-outer {
        justify-content: flex-start;
        gap: 8px;
        margin-top: 18px;
        padding-bottom: 22px;
    }

    .detail-main-time {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .detail-content {
        min-height: 180px;
        margin-top: 26px;
        font-size: 14px;
        line-height: 1.8;
    }

    .detail-empty {
        min-height: 160px;
    }
}
