﻿.article_hot {text-align: center;
margin-bottom: 24px;
font-size: 32px;
font-weight: 600;
line-height: 40px;
color: #a24d24;}
.blog-type2 .group-item {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

    .blog-type2 .group-item .article_top .item {
        display: flex;
        gap: 24px;
        align-items: center;
    }

        .blog-type2 .group-item .article_top .item img,
        .blog-type2 .group-item .article_top .item .info {
            width: calc(50% - 12px)
        }

            .blog-type2 .group-item .article_top .item .info {
                display: flex;
                gap: 8px;
                flex-direction: column
            }

            .blog-type2 .group-item .article_top .item img {
                aspect-ratio: 416/270;
                margin: 0
            }

        .blog-type2 .group-item .article_top .item .info .name {
            font-size: 20px;
            line-height: 30px;
            font-weight: 600
        }

        .blog-type2 .group-item .article_top .item .info .description {
            margin: 8px 0;
            color: #737373;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            overflow: hidden;
            -webkit-box-orient: vertical
        }

.read-more {
    color: #a24d24;
    text-decoration: underline
}

.article_bottom {
    display: flex;
    row-gap: 32px;
    column-gap:40px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.article_bottom .item {
    width: calc(50% - 20px);
    display: flex;
    gap: 16px
}

    .article_bottom .item img {
        width: 100px;
        aspect-ratio: 100/96;
        border-radius: 6px
    }
    .article_bottom .item .info{
        width: calc(100% - 116px)
    }

    .article_bottom .item .info .name {
        font-weight: 600;
        margin-bottom: 4px
    }


@media (max-width: 1199px) and (min-width: 744px) {
    .blog-head-action {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 24px;
    }

    .blog-sidebar-top {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 12px;
    }

    .btn-menu_list {
        display: inline-block;
        margin-top: 24px
    }

    .blog-head-action #breadcrumb {
        width: 100%
    }

    .blog-sidebar {
        display: block;
        width: 0
    }

    .search-blog-page, .popular-posts-widget {
        display: none
    }

    .sidebar-widget {
        position: fixed;
        width: 70vw;
        height: 100vh;
        left: 0;
        background: #fff;
        top: 0;
        z-index: 27;
        padding: 16px;
        box-shadow: 0 2px 6px 0 #1018280f;
        display: none;
    }

    .new-cate-right ul {
        display: flex;
        gap: 12px;
        flex-direction: column
    }

    .sidebar-widget h4 {
        display: none
    }

    .widget-category.is-open {
        display: block;
    }

    #overlay2 {
        z-index: 16;
    }
}