.detail_news_bg {
    padding: 20px 0 70px 0;
}

.bottom_news_box {
    flex-wrap: wrap;
}

.bottom_news_card {
    margin-bottom: 40px;
}

.bottom_news_box {
    margin-top: 45px;
    display:flex;
justify-content: space-between;
}

.pagination_box {
    margin-top: 30px;
}

.news_detail_title_box h3 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    font-weight: normal;
}

.date_box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.news_detail_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.news_detail_img_box img {
    width: 850px;
    height: 480px;
}

.news_detail_content {
    color: #565656;
    line-height: 36px;
    font-size: 18px;
    margin-top: 30px;
}

.news_detail_content p {
    margin-top: 20px;
}
.date_box img{
    width: 20px;
    margin-right: 15px;
}
.news_detail_title_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .detail_news_bg {
        padding: 0 0 20px 0;
    }

    .bottom_news_box {
        margin-top: 0px;
    }

    .bottom_news_card {
        margin-bottom: 10px;
    }

    .pagination_box {
        margin-top: 14px;
    }

    .other_header {
        padding: 80px 0 0 0;
    }

    .news_detail_img_box img {
        width: 100%;
        height: auto;
    }

    .news_phone {
        padding: 10px;
        box-sizing: border-box;
    }

    .news_detail_title_box h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-top: 15px;
    }

    .news_detail_title_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .news_detail_img_box {
        margin-top: 20px;
    }
    .news_detail_content {
        line-height: 30px;
        font-size: 18px;
        margin-top: 20px;
    }
    .news_detail_content p {
        margin-top: 15px;
    }
}