#app {
    background: #FFFFFF;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .banner-img {
    width: 100%;
}

.banner .banner-img img {
    width: 100%;
}

.banner .banner-inner {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.banner .banner-inner .banner-content {
    display: flex;
    flex-direction: column;
}

.banner .banner-inner .banner-content .banner-title {
    color: #ffffff;
    font-family: "Alibaba PuHuiTi";
    font-weight: 400;
    font-size: 45px;
    line-height: 62px;
    margin-bottom: 3%;
}

.news-detail-inner {
    margin: 0 auto;
    flex-wrap: wrap;
}

.news-detail-inner .renews-detail-main {
    width: 90% !important;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news-detail-inner .renews-detail-main .detail-content {
    margin-top: 40px;
    color: #333;
    font-size: 16px;
}

.news-detail-inner .renews-detail-main .renews-detail-main-left {
    width: 100%;
}

.news-detail-inner .detail-main-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
}

.news-detail-inner .detail-main-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 14px;
    color: #000;
}

.detail-inner {
    width: 100%;
    padding: 60px 0;
    color: #333;
}

.detail-content {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.detail-content img {
    max-width: 100%;
    display: block;
}

@media (max-width: 1440px) {
    .banner .banner-inner .banner-content .banner-title {
        font-size: 40px;
        margin-bottom: 2%;
    }
}
@media (max-width: 1280px) {
    .news-detail-inner .renews-detail-main {
        width: 100%;
        flex-wrap: wrap;
    }

    .news-detail-inner .detail-main-title {
        font-size: 22px;
    }
    .banner {
        margin-top: 90px;
    }
}
@media (max-width: 1024px) {
    .news-detail-inner {
        width: 90%;
        margin: 0 auto;
    }

    .news-detail-inner .detail-main-title {
        font-size: 20px;
    }
}

@media (max-width: 821px) {
    .news-detail-inner .renews-detail-main .detail-content {
        font-size: 14px;
    }

    .news-detail-inner .detail-main-title {
        font-size: 18px;
    }

    .news-detail-inner .detail-main-time {
        font-size: 12px;
        margin-top: 10px;
    }

    .news-detail-inner {
        padding: 30px 0 !important;
    }
}

@media (max-width: 768px) {
    .banner .banner-inner .banner-content .banner-title {
        font-size: 25px;
        margin-bottom: 0%;
    }
    .banner {
        margin-top: 50px;
    }
}

@media (max-width: 640px) {
    .news-detail-inner {
        padding: 20px 0 !important;
    }
}

@media (max-width: 521px) {
    .banner .banner-inner .banner-content .banner-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 431px) {
    .news-detail-inner .renews-detail-main .detail-content {
        font-size: 12px;
    }
}