.carousel-caption1 {
    width: 900px;
    left: 0;
    bottom: 86px;
    font-size: 21px;
    line-height: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    padding: 48px 48px 30px;
}

.carousel-caption1 p {
    line-height: 36px;
    text-align: left;
}

.carousel-caption-title {
    font-size: 54px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.news-container {
    padding-top: 105px;
}

.news-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 10px;
}

.news-top {
    display: flex;
    margin-top: 55px;
    justify-content: space-between;
    padding-bottom: 68px;
}

.news-top img {
    width: 676px;
    height: 459px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 112px;
}

.news-top .el-skeleton__image {
    width: 676px;
    height: 459px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 112px;
}

.news-top-title {
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}

.news-top-detail {
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: rgba(122, 122, 122, 1);
}

.news-top-time-group {
    display: flex;
    justify-content: space-between;
}

.news-top-time {
    font-family: AlibabaPuHuiTi-Medium;
    font-style: italic;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0px;
    color: rgba(165, 165, 165, 1);
}

.see-more {
    cursor: pointer;
}

.see-more span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 63, 111, 1);
    color: #fff;
}

.news-list-container {
    background-color: rgba(241, 241, 241, 1);
    padding-top: 92px;
}

.news-list-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 10px;
}

.news-list {
    margin-right: -20px;
    margin-left: -20px;
}

.news-item {
    width: 396px;
    margin: 0 18px 64px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.news-item-image {
    width: 396px;
    height: 315px;
    background-color: rgba(164, 164, 164, 1);
}

.news-item-title {
    margin-top: 40px;
    font-family: AlibabaPuHuiTi-Medium;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: rgba(122, 122, 122, 1);
    margin-bottom: 22px;
}

.news-item-time {
    font-family: AlibabaPuHuiTi-Medium;
    font-style: italic;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0px;
    color: rgba(165, 165, 165, 1);
}

/* @media screen and (max-width: 1920px) {
    .carousel-caption-title {
        font-size: 46px;
    }
    .news-container {
        padding-top: 60px;
    }
    .news-top {
        margin-top: 42px;
    }
    .news-top img {
        width: 507px;
        height: 344px;
        margin-right: 84px;
    }
    .news-top-title {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .news-top-detail2 {
        font-size: 18px;
    }
    .news-top-time-group {
        margin-top: 40px;
        font-size: 18px;
    }
    .news-list-container {
        padding-top: 68px;
    }
    
    .news-item {
        width: 298px;
    }
    .news-item-image {
        width: 298px;
        height: 236px;
    }
    .news-item-title {
        margin-top: 30px;
        font-size: 18px;
        margin-bottom: 18px;
        line-height: 31px;
    }
    .news-item-time {
        font-size: 16px;
    }
    .custom-navigation {
        margin-bottom: 68px;
    }
} */
/* @media screen and (max-width: 1920px) and (min-width: 1316px) {
    .news-list-wrapper {
        max-width: 1316px;
    }
}
@media screen and (max-width: 1316px) and (min-width: 982px) {
    .news-list-wrapper {
        max-width: 982px;
    }
} */
@media screen and (max-width: 1200px) {
    .carousel-caption-title {
        font-size: 34px;
        margin-bottom: 19px;
    }

    .carousel-caption1 {
        width: 562px;
        bottom: 53px;
        font-size: 13px;
    }

    .carousel-caption1 p {
        line-height: 22px;
    }

    .news-container {
        padding-top: 40px;
    }

    .news-top img {
        margin-right: 20px;
        max-width: 422px;
        max-height: 287px;
    }

    .news-top .el-skeleton__image {
        margin-right: 20px;
        max-width: 500px;
    }

    .news-top {
        margin-top: 20px;
    }

    .news-top-title {
        font-size: 20px;
    }

    .news-top-detail {
        font-size: 15px;
        line-height: 30px;
    }

    .news-top-time {
        font-size: 12px;
    }

    .news-list-wrapper {
        max-width: 1116px;
    }

    .news-item {
        width: 248px;

    }

    .news-item-image,
    .el-skeleton__image {
        width: 248px;
        height: 197px;
    }

    .news-list-container {
        padding-top: 56px;
    }

    .news-item-title {
        margin-top: 25px;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .news-item-time {
        font-size: 12px;
    }
    .custom-navigation {
        zoom: 0.7;
    }
}

@media screen and (max-width: 958px) {

    .news-top {
        display: block;
        text-align: center;
    }

    .news-top img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 80%;
        max-height: none;
    }

    .news-top .el-skeleton__image {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 80%;
    }

    .news-top-detail {
        text-align: left;
    }

    .news-list-container {
        padding-top: 40px;
    }


}

@media screen and (max-width: 1116px) and (min-width: 832px) {
    .news-list-wrapper {
        max-width: 832px;
    }
}

@media screen and (max-width: 832px) and (min-width: 548px) {
    .news-list-wrapper {
        max-width: 548px;
    }
}



@media screen and (max-width: 768px) {

    .carousel-caption-title {
        font-size: 30px;
        margin-bottom: 10px !important;
    }

    .carousel-caption1 {
        font-size: 14px;
        bottom: 20px;
    }

    .carousel-caption1 p {
        line-height: 28px;
        margin-bottom: 0;
    }

    .custom-navigation {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 548px) {
    .news-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }

    .news-item {
        width: calc(50vw - 20px);
        margin: 0 0 10px;
    }

    .news-item-image {
        width: calc(50vw - 20px);
        height: calc(42vw - 17px);
        object-fit: cover;
    }

    .news-item-title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .news-item-time {
        font-size: 14px;
    }
}