<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list_blog .banner_one {
    position: relative;
    width: 100%;
    padding-top: 90%;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid #E83927;
}

.list_blog .banner_text {
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    color: white;
}

.list_blog .banner_text.main {
    background: linear-gradient(#000000, transparent);
    padding: 10px;
    font-size: 17px;
    line-height: 1.2;
}

.list_blog .banner_text.main .text {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.list_blog .banner_text.author {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    font-size: 15px;
}

.list_comment .banner_one {
    position: relative;
    width: 100%;
    padding-top: 50%;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    border-bottom: 5px solid #E83927;
    background-color: #FFFFFF;
}

.list_comment .banner_text {
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    color: white;
}

.list_comment .banner_text.main {
    margin-top: 60px;
    padding: 10px;
    font-size: 17px;
}

.list_comment .banner_text.main .text {
    height: 130px;
    line-height: 26px;
    overflow: hidden;
    color: #000000;
}

.list_comment .banner_text.author {
    padding: 10px 10px 10px 0;
    font-size: 15px;
    color: #000000;
}

.comment_avatar {
    border-radius: 50px;
    overflow: hidden;
    margin-top: -50px;
    margin-left: 5px;
}

.comment_title {
    float: left;
    color: #E83927;
    max-width: 75%;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    padding: 12px;
}

@media (max-width: 991.98px) {
    .list_blog .banner_one {
        padding-top: 100%;
    }

    .list_blog .banner_text {}

    .list_blog .banner_text.main {
        padding: 10px;
        font-size: 22px;
        line-height: 1.2;
    }

    .list_blog .banner_text.main .text {
        height: 60px;
        line-height: 30px;
        overflow: hidden;
    }

    .list_blog .banner_text.sub {
        padding: 10px;
        font-size: 16px;
    }

    .list_comment .banner_one {
        padding-top: 63%;
    }

    .list_comment .banner_text {}

    .list_comment .banner_text.main {
        padding: 10px;
        font-size: 15px;
    }

    .list_comment .banner_text.main .text {
        height: 120px;
        line-height: 20px;
        overflow: hidden;
    }

    .list_comment .banner_text.sub {
        padding: 10px;
        font-size: 16px;
    }

    .comment_title {
        max-width: 65%;
        font-size: 15px;
    }

}</pre></body></html>