* {
        text-rendering: geometricprecision;
}
.UITabArticle_default2 .TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.UITabArticle_default2 .TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.UITabArticle_default2 .TabList {
        margin-bottom: 10px;
        position: relative;
        /* padding-bottom: 10px; */
        background: #50A1F5;
        padding: 10px 10px 0px 10px;
}
.UITabArticle_default2 .TabList .cate-link{
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 13px;
        color: #dc3545;
}
.UITabArticle_default2 .TabList .HeaderTitle {
        border-bottom: 3px solid #0087d2;
        height: 35px;
}
.UITabArticle_default2 .TabList .HeaderTitle span {
        color: var(--bg-blue-weight);
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
}
.UITabArticle_default2 .TabList ul.HeaderWrap {
        margin-bottom: 5px;
        border-bottom: 2px solid #033e85 !important;
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        width: 100%;
}
.UITabArticle_default2 .TabList .cate-link {
  color: #fff;
}

.UITabArticle_default2 .TabList .HeaderWrap .NormalTab {
}
.UITabArticle_default2 .TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        /*transition: all 0.8s ease 0.2s;*/
}
.UITabArticle_default2 .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;
}
.UITabArticle_default2 .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: #fff;
        display: inline-block;
}
.UITabArticle_default2 .TabList .HeaderWrap .NormalTab:hover .text {
        color: #fff;
}
.UITabArticle_default2 .TabList .HeaderWrap .ActiveTab .text {
        color: #033e85;
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
        background-color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
}
.UITabArticle_default2 .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;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
}
.UITabArticle_default2 .TabList .Wrap {
        text-align: justify;
        min-height: 303px;
        height: auto;
}
.UITabArticle_default2 .TabList .Wrap .Container {
        display: inline-flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        flex-wrap: wrap;
        gap: 0px;
        padding: 7px;
        /*padding-left: 345px;*/
        position: relative;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item {
        clear: both;
        padding: 0;
        text-align: justify;
        font-size: 14px;
        width: 100%;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item .image {
        float: left;
        height: 75px;
        margin-right: 20px;
        width: 100px;
        object-fit: cover;
        margin-bottom: 12px;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item p {
        display: none;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        font-size: 15px;
        color: #495057;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item h2 {
        color: #424242;
        font: 10pt arial;
        text-align: justify;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item:hover h2 {
        color: #B82805;
}
.UITabArticle_default2 .TabList .UITabArticle_default2 .TabListPage {
        /* padding: 0 10px 10px; */
        text-align: right;
        display: none;
}
.UITabArticle_default2 .TabList .UITabArticle_default2 .TabListPage .CurrentPage {
        color: #333333;
        font: bold 10pt arial;
        margin-right: 5px;
}
.UITabArticle_default2 .TabList .UITabArticle_default2 .TabListPage .ButtonPage {
        color: #555555;
        font: 10pt arial;
        margin-right: 5px;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item .item_title{
        color: #fff;
        text-align: justify;
        font-size: 15px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item:hover .item_title{
        /*color: var(--bg-blue);*/
		color: #fff;
}


.UITabArticle_default2 .TabList .Wrap .Container .Item:nth-child(1) a img{
        /* height: 190px; */
        /* width: 100%; */
        /* object-fit: cover; */
        /* margin-bottom: 10px; */
        float: left;
        height: 75px;
        margin-right: 20px;
        width: 100px;
        object-fit: cover;
        margin-bottom: 15px;
}
.UITabArticle_default2 .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;
        display: none;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item:nth-child(1){
        /* width: 335px; */
        /* position: absolute; */
        /* left: 0; */
        /* top: 0; */
        /* padding: 10px; */
        /* max-height: 350px; */
        /* height: auto; */
}
.UITabArticle_default2 .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;
        */
        color: #fff;
        text-align: justify;
        font-size: 15px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.UITabArticle_default2 .TabList .Wrap .Container .Item:nth-child(1):hover .item_title{
        /*color: var(--bg-blue);*/
        color: #fff;
}

.UITabArticle_default2 .TabList .CurrentPage {
    display: none;
}

@media only screen and (max-width: 768px){
        .UITabArticle_default2 .TabList .Wrap .Container .Item:nth-child(1) {
                position: static;
                max-height: unset;
                padding: 10px 0;
        }
        ul.UITabArticle_default2 .TabList .Wrap .Container {
                padding: 0;
        }
        .UITabArticle_default2 .TabList {
                max-width: 100%;
        }
        .UITabArticle_default2 .TabList ul.HeaderWrap {
                flex-wrap: nowrap;
                overflow: auto;
                max-width: 100%;
        }
        .UITabArticle_default2 .TabList .Wrap .Container {
                padding: 0 !important;
        }
        .UITabArticle_default2 div.TabArticleControl .Container .Item a {
                display: block;
        }
        .UITabArticle_default2 .TabList .Wrap .Container .Item:nth-child(1) a img {
                min-width: 100%;
                min-height: 55vw;
        }
        div.UITabArticle_default2 .TabList .cate-link{
                position: absolute;
                bottom: 5px;
                font-size: 13px;
                color: #dc3545;
                top: unset;
        }
}



