﻿.newsList-banner {
    background-position: center;
    background-repeat: no-repeat;
    height: 740px;
    position: relative;
    background-size: auto 100%;
}

body {
    background-color: #fff;
}

.newList-banner {
    height: 743px;
    display: flex;
}

    .newList-banner ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .newList-banner ul:first-child {
            flex: 5;
        }

        .newList-banner ul:last-child {
            flex: 4;
        }

    .newList-banner li {
        flex: 1;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

.newList-list-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 250px;
}

.newList-list ul {
    display: flex;
    margin-bottom: 50px;
}

.newList-list li {
    flex: 1;
    margin-left: 54px;
    background: #f6f6f6;
}

    .newList-list li b, .newList-list-mini li b {
        display: none;
        background: rgba(0,0,0,0.3);
        height: 100%;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 21px;
        line-height: 250px;
    }

    .newList-list li:first-child {
        margin-left: 0;
    }

    .newList-list li:hover b {
        display: block;
    }

.newList-list-text {
    display: flex;
    flex-direction: column;
}

.newList-title {
    padding: 104px 0 50px 0;
    font-size: 40px;
    font-family: 'HarmonyOS_Sans_Regular';
}

.newList-list h5 {
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 11px;
    padding-top: 40px;
}

.newList-list p {
    line-height: 24px;
    color: rgb(128, 128, 128);
    font-size: 17px;
    margin-bottom: 40px;
    height: 48px;
}

.newList-list span {
    border-top: 1px solid #dddddd;
    font-size: 21px;
    padding: 20px 0 40px 0;
}

.newList-list-text {
    padding: 0 45px;
}

.newList-list ul.newList-list-mini {
    display: none;
}

.newList-banner-mini {
    display: none;
}

@media only screen and (max-width:1648px) {
    .newList-title {
        padding: 104px 50px 50px;
    }

    .newList-list {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1000px) {
    .newList-list ul.newList-list-max {
        display: none;
    }

    .newList-list ul.newList-list-mini {
        display: flex;
    }

    .newList-list-mini li:hover b {
        display: block;
    }

    .newList-banner-mini {
        display: block;
    }

    .newList-banner {
        display: none;
    }

    .swiper-container {
        width: 100%;
        height: 353px;
    }

    .swiper-slide {
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        width: fit-content;
        right: 50px;
        bottom: 40px;
        left: inherit;
    }

    .swiper-pagination-bullet {
        background-color: #999999;
    }

    .swiper-pagination-bullet-active {
        background: #000;
    }
}

@media only screen and (max-width:800px) {
    .newList-banner-mini {
        height: 180px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        display:none;
        right: 25px;
        bottom: 20px;
    }

    .newList-title {
        padding: 90px 25px 15px;
        font-size: 15px;
    }

    .newList-list {
        padding: 0 25px;
    }

        .newList-list li {
            margin-left: 10px;
            margin-bottom: 10px;
        }

        .newList-list h5 {
            font-size: 12px;
        }

        .newList-list p {
            font-size: 12px;
        }

        .newList-list span {
            font-size: 12px;
        }

    .newList-list-text {
        padding: 0 25px;
    }
}

@media only screen and (max-width:640px) {
    .newsList-banner {
        height: 176px;
    }

    .newList-list ul.newList-list-mini {
        display: block;
    }

    .newList-list h5 {
        padding-bottom: 5px;
        padding-top: 20px;
    }

    .newList-list p {
        margin-bottom: 20px;
    }

    .newList-list span {
        padding: 10px 0 20px 0;
    }

    .newList-list li {
        margin: 0 0 20px 0;
    }

    .newList-title {
        padding-top: 45px;
    }
}

.content-none {
    background: none !important
}
