.news_bg {
    margin-top: 196px;
    padding: 0 0 30px 0;
}


.pagination_box {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.article_title {
    color: #1b1b1b;
}

.article_date {
    font-size: 18px;
    color: #666;
}

.article_img_box {
    width: 800px;
    height: 450px;
    margin: 30px auto;
}

.article_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_content p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-top: 12px;
}

.article_content ul {
    list-style: disc;
    padding-left: 20px;
}

.article_content ul li {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 10px;
}

.article_content ul li ul {
    list-style: circle;
    padding-left: 20px;
}


.date_day {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
}

.date_month {
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.news_icon {
    width: 20px;
    margin-right: 5px;
}

.news_date_box {
    display: flex;
}

.detail_news_date {
    margin-top: 15px;
    font-size: 20px;
    color: #555;
}

.article_content h1,
.article_content h2,
.article_content h3 {
    font-size: 20px;
    margin-top: 10px;
}

.breadcrumb {
    padding: 40px 0 10px 0;
}

.detail_news_card {
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.detail_news_describe {
    flex: 1;
}

.detail_news_describe h2 {
    font-size: 24px;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-weight: bold;
}

.news_describe_content {
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;

}

.detail_news_img {
    width: 330px;
    height: 190px;
}

.detail_news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .news_card {
        box-shadow: 0 16px 32px rgba(0, 0, 0, .04), 0 8px 8px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .04);
    }

    .news_box {
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0px;
    }

    .news_card {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .article_img_box {
        width: 100%;
        height: 250px;
        margin: 15px auto;
    }


    .article_date {
        font-size: 16px;
        margin-top: 15px;
    }

    .article_content p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
    }

    .pagination_box {
        margin-top: 5px;
    }

    .news_bg {
        padding: 5px 0;
    }

    .news_title_content {
        padding: 10px;
    }

    .news_bg {
        margin-top: 116px;
    }

    .breadcrumb {
        padding: 20px 15px 0 15px;
    }

    .detail_news_card {
        padding: 10px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .news_box {
        justify-content: center;
    }
}