﻿.banner_art{
    position: relative;
}

.banner_art img{
    position: absolute;
    width: 100%;
    padding: 12px;
}

.title_head {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.tit {
    border-bottom: 2px solid var(--mainColor);
}

.blog_img{
    height: 300px !important;
}

.blog-item-name {
    padding-left: 16px;
    font-size: 14px;
}

    .blog-item-name img{
        height: 50px;
        width: auto;
        border-radius: 12px;
    }

    .blog-item-name a {
        display: -webkit-box;
        max-width: 100%;
        font-size: 14px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.blog_entry img {
    width: 100%;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 2px;
}

article p {
    color: black !important;
}

article table {
    width: 100% !important;
}