* {
        text-rendering: geometricprecision;
}
.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        margin-bottom: 10px;
        position: relative;
        padding-bottom: 30px;
}
.TabList .cate-link{
        position: absolute;
        right: 0px;
        top: 5px;
        font-size: 13px;
        color: #dc3545;
}
.TabList .HeaderTitle {
        border-bottom: 3px solid #0087d2;
        height: 35px;
}
.TabList .HeaderTitle span {
        color: var(--bg-blue-weight);
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
}
.TabList ul.HeaderWrap {
        margin-bottom: 5px;
        /* border-bottom: 1px solid var(--bg-blue-weight); */
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        width: 100%;
        border-bottom: 1px solid #055B05;
}
.TabList .HeaderWrap .NormalTab img {
        display: none;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab{
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        /* background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%); */
        color: #fff;
        display: inline-block;
}
.TabList .HeaderWrap li:not(:last-child):after{
        content: "|";
        color: #055B05;
}
.TabList .HeaderWrap .ActiveTab img{
        display: none;
}
.TabList .HeaderWrap .NormalTab:hover {
        font-size: 14px;
        font-weight: 600;
        /* background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%); */
        color: #ec1e25;
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab:hover .text {
        color: #055B05;
}
.TabList .HeaderWrap li .text {
        color: #055B05;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
}
.TabList .HeaderWrap li:first-child .text {
        padding-left: 0 !important; 
}
.TabList .HeaderWrap .NormalTab .text {
        color: #495057;
        padding: 0 10px;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
}
.TabList .Wrap {
        text-align: justify;
        min-height: 350px;
}
.TabList .Wrap .Container {
        display: inline-flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 15px 0;
        padding-left: 460px;
        position: relative;
        min-width: 100%;
}
.TabList .Wrap .Container .Item {
        clear: both;
        padding: 0;
        text-align: justify;
        font-size: 14px;
        width: calc(100% - 8px);
}
.TabList .Wrap .Container .Item .image {
        float: left;
        height: 85px;
        margin-right: 20px;
        width: 120px;
        object-fit: cover;
        margin-bottom: 15px;
}
.TabList .Wrap .Container .Item p {
        display: none;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        font-size: 15px;
        color: #495057;
}
.TabList .Wrap .Container .Item h2 {
        color: #424242;
        font: 10pt arial;
        text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
        color: #B82805;
}
.TabList .TabListPage {
        padding: 0 10px 10px;
        text-align: right;
}
.TabList .TabListPage .CurrentPage {
        color: #333333;
        font: bold 10pt arial;
        margin-right: 5px;
}
.TabList .TabListPage .ButtonPage {
        color: #555555;
        font: 10pt arial;
        margin-right: 5px;
}
.TabList .Wrap .Container .Item .item_title{
        color: #212529;
        text-align: justify;
        font-size: 15px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.TabList .Wrap .Container .Item .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
}
.TabList .Wrap .Container .Item:hover .item_title{
        color: var(--bg-blue);
}
.TabList .Wrap .Container .Item:nth-child(1) a{
        display: flex;
        flex-direction: column;
}
.TabList .Wrap .Container .Item:nth-child(1) a img{
        height: 230px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
}
.TabList .Wrap .Container .Item:nth-child(1) a p{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
}
.TabList .Wrap .Container .Item:nth-child(1){
        width: 450px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        max-height: 450px;
        padding-left: 0;
}
.TabList .Wrap .Container .Item:nth-child(1) a .item_title{
        color: #212529;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.TabList .Wrap .Container .Item:nth-child(1):hover .item_title{
        color: var(--bg-blue);
}
.TabList .Wrap .Container li:first-child.pinned:before {
    content: "";
    position: absolute;
    background-image: url(images/pinned.png);
    right: 10px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px){
        .TabList .Wrap .Container .Item:nth-child(1) {
                position: static;
                max-height: unset;
                padding: 10px 0;
        }
        ul.TabList .Wrap .Container {
                padding: 0;
        }
        .TabList {
                max-width: 100%;
        }
        .TabList ul.HeaderWrap {
                flex-wrap: nowrap;
                overflow: auto;
                max-width: 100%;
        }
        .TabList .Wrap .Container {
                padding: 0 !important;
        }
        div.TabArticleControl .Container .Item a {
                display: block;
        }
        .TabList .Wrap .Container .Item:nth-child(1) a img {
                min-width: 100%;
                min-height: 55vw;
        }
        div.TabList .cate-link{
                position: absolute;
                bottom: 5px;
                font-size: 13px;
                color: #dc3545;
                top: unset;
        }
        .TabList .HeaderWrap li:not(:last-child):after{
        display: none;
}
}
