.banner {
    width: 100%;
    height: 550rem;
}
.swiper-slide {
    width: 100%;
    height: 550rem;
}
.news_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20rem;
}

.news_box .news_list {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10rem 0;
    height: 180rem;
    width: 85%;
    background-color: #fff;
    padding: 20rem 10rem 20rem 20rem;
    border: solid 1px #d7d7d7;
}
.news_left {
    width: 260rem;
    height: 100%;
}
img {
    width: 100%;
    height: 100%;
}
.news_right {
    margin-left: 62rem;
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
}
.news_left > .new_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news_right strong {
    font-weight: normal;
    font-size: 22px;
    color: rgb(51, 51, 51);
    line-height: 21px;
    height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_right p {
    font-size: 14px;
    color: rgb(68, 68, 68);
    line-height: 24px;
    height: 50px;
    margin: 13px 0px 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_right span {
    height: 30rem;
    line-height: 30rem;
    width: 80rem;
    text-align: center;
    border-radius: 24rem;
    border: 1rem solid rgba(116, 15, 15, 0.5);
}
.news_page {
    margin: 30rem;
    height: 80rem;
}
.news_box .news_list:hover strong {
    color: #4c4bd0;
}
.news_box .news_list:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.newtiem {
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.new_data {
    font-size: 28rem;
    color: #ccc;
}
.new_yue {
    font-size: 18rem;
    color: #999;
}

@media screen and (max-width: 768px) {
    .title-black {
        padding-top: 23px;
    }
    .title-black p:first-child {
        letter-spacing: 1rem;
        padding-top: 60rem;
        margin-bottom: 25rem;
        font-size: 23px;
        color: #333333;
        text-align: center;
        font-weight: bolder;
    }
    .title-black p:nth-child(2) {
        font-size: 8px;
        color: #666666;
        margin-bottom: 20rem;
        text-align: center;
    }
    .news_box .news_list {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 10rem 0;
        height: auto;
        width: 100%;
        background-color: #fff;
        padding: 0;
        border: solid 1px #d7d7d7;
        gap: 10px;
    }
    .news_left {
         width: 600rem;
         height: 100%;

     }
    .news_right {
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        height: 100%;
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: start;
        overflow: hidden;
    }

    .news_right strong {
        font-size: 18px;
    }

    .news_right p {
        line-height: 16px;
        -webkit-line-clamp: 3;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .new_yue {
        font-size: 18px;
        color: #999;
    }
    .new_data {
        font-size: 15px;
        color: #ccc;
    }

    .news_right span {

        height: auto;
        line-height: 60rem;
        /* width: 80rem; */
        text-align: center;
        border-radius: 24rem;
        border: 1rem solid rgba(116, 15, 15, 0.5);
        font-size: 12px;
        width: 34%;
        padding: 5px;
    }
    .new_img {
        margin-left: 5px;
    }
}
