* {
        text-rendering: geometricprecision;
}
:root{
        --bg-blue: #0471b6;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
}
.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: 10px; */
}
.TabList .cate-link{
        position: absolute;
        right: 0px;
        top: 5px;
        font-size: 13px;
        color: #c51553;
}
.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 #15a5c5;
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        width: 100%;
}
.TabList .HeaderWrap .NormalTab {
}
.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%);*/
        background: #15a5c5;
        color: #fff;
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab:hover {
        font-size: 14px;
        font-weight: 600;
        background: #c51553;
        color: #fff;
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab:hover .text {
        color: #fff;
}
.TabList .HeaderWrap .ActiveTab .text {
        color: #ffffff;
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab .text {
        color: var(--bg-blue-weight);
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
        text-transform: uppercase;
}
.TabList .Wrap {
        text-align: justify;
        min-height: 370px;
        height: auto;
}
.TabList .Wrap .Container {
        display: inline-flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px;
        padding-left: 500px;
        position: relative;
}
.TabList .Wrap .Container .Item {
        clear: both;
        padding: 0;
        text-align: justify;
        font-size: 14px;
      /*  width: calc(100% / 2 - 8px);*/
}
.TabList .Wrap .Container .Item .image {
        float: left;
        height: 75px;
        margin-right: 20px;
        width: 100px;
        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;
        display: none;
}
.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: 4;
        -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: 290px;
        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: 500px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        max-height: 350px;
        height: auto;
}
.TabList .Wrap .Container .Item:nth-child(1) a .item_title{
        color: #212529;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.TabList .Wrap .Container .Item:nth-child(1):hover .item_title{
        color: var(--bg-blue);
}
@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;
        }
}
