.news_bg {
    padding: 0;
}

.news_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    flex-wrap: wrap;
}

.news_card {
    margin-right: 40px;
    margin-bottom: 30px;
}

.news_card:nth-child(3n) {
    margin-right: 0 !important;
}

.news_card_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news_card_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
}

.news_card_detail {
    height: 200px;
    padding: 30px 23px;
    box-sizing: border-box;
}

.news_card_detail h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    transition: 400ms;
    margin-top: 20px;
}

/* .news_card_detail h3:hover {
    color: #1273eb;
} */

.news_card:hover img {
    transform: scale(1.1);
}

.news_date {
    display: block;
    font-size: 16px;
    color: #9e9e9e;

}

.news_card {
    width: 370px;
    height: 440px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* box-shadow: 0 16px 32px rgba(0, 0, 0, .06), 0 8px 8px rgba(0, 0, 0, .06), 0 4px 8px rgba(0, 0, 0, .06); */
    font-size: 0;
    cursor: pointer;
    border: 1px solid #e4e4e4;
}

.read_more {
    font-size: 14px;
    color: #f85e3a;
    margin-top: 20px;
    display: inline-block;
}

.read_more::before {
    background-color: #f85e3a;
}

.pagination_box {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.news_detail_title_box h3 {
    font-size: 40px;
    line-height: 44px;
    color: #333;
}

.news_detail_title_box .date {
    font-size: 18px;
    line-height: 20px;
    color: #696969;
}

.news_detail_title_box {
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
}

.calender_icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.news_time_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.news_detail_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;

}

.news_detail_img_box img {
    width: 700px;
    height: 440px;
}

.news_detail_content {
    margin-top: 30px;
}

.news_detail_content p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 26px;
    color: #887799;
}
.detail_news_container {
    padding: 100px 0;
    width: 1200px;
    box-sizing: border-box;
}

.detail_news_title {
    font-size: 42px;
}

.detail_news_container hr {
    border: none;
    height: 2px;
    background-color: #d1d1d1;
    width: 100%;
    margin: 40px 0;
}

.article_date_box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.detail_article_content p {
    line-height: 32px;
    font-size: 18px;
    margin-top: 20px;
}

.detail_article_content {
    margin-top: 30px;
}

.detail_article_img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}


@media screen and (max-width: 1250px) {
    .news_bg {
        padding: 10px;
    }

    .news_detail_title_box h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .news_time_box {
        margin-top: 5px;
    }

    .news_detail_img_box img {
        width: 100%;
        height: 270px;
    }

    .news_detail_content p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .news_detail_content{
        margin-top: 0;
    }
    .news_detail_title_box{
        padding-bottom: 5px;
    }
    .news_card{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .pagination_box{
        margin-top: 10px;
    }
    .news_box{
        margin-top: 0;
    }
    .detail_article_img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .detail_news_container {
        padding: 10px;
        width: 100%;
    }
    .detail_news_title {
        font-size: 30px;
    }
    .article_date_box {
        margin-top: 15px;
    }
    .detail_news_container hr {
        margin: 15px 0;
    }
    .detail_article_content p {
        line-height: 28px;
        font-size: 18px;
        margin-top: 15px;
    }
}