* {
        text-rendering: geometricprecision;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        border-radius: 0;
        margin: 0;
        margin-bottom: 50px;
        text-align: center;
        position: relative;
        /* padding-bottom: 50px; */
}
.TabList .HeaderTitle {
        /* background: #fff url("Images/bar1.png") no-repeat scroll left center; */
        /* border-bottom: 3px solid #0087d2; */
        /* height: 35px; */
        text-align: center;
}
.TabList .HeaderTitle span {
        font-size: 30px;
        text-transform: uppercase;
        color: #0165b1;
        display: inline-block;
        text-align: right;
        margin-bottom: 30px;
        font-weight: 600;
}
.TabList ul.HeaderWrap {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        flex-wrap: wrap;
}
.TabList ul.HeaderWrap>li{
        /* border: 1px solid #0267af; */
        margin: 0 -1px;
        /* background: #fafafa; */
        transition: 300ms;
        border-bottom: 1px solid #ddd;
}
.TabList .Wrap .Container .Item:first-child .summary{
        display: block;
        font-size: 14px;
        line-height: 1.4;
        color: #666B6F;
}
.TabList .HeaderWrap .ActiveTab {
        /* background: linear-gradient(to right, #dc3545b8, #dc3545); */
        border-bottom: 3px solid #dc3545;
        margin-bottom: -1px;
        position: relative;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
}
.TabList .HeaderWrap .NormalTab:hover {
        /* background: linear-gradient(to right, #dc3545b8, #dc3545); */
        border-bottom: 3px solid #dc3545;
        margin-bottom: -1px;
        position: relative;
}
.TabList .HeaderWrap .NormalTab:hover .text{
        color: #dc3545;
}
.TabList .HeaderWrap .NormalTab:hover .text {
}
.TabList .HeaderWrap .ActiveTab .text {
        display: inline-block;
        padding: 8px 15px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 300ms;
        font-size: 15px;
        color: #dc3545;
        font-weight: 600;
}
.TabList .HeaderWrap .NormalTab .text {
        display: inline-block;
        padding: 8px 15px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        transition: 300ms;
        font-size: 15px;
        color: #3C3D41;
}
.TabList .Wrap .Container {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        text-align: center;
        width: 100%;
        padding: 0;
}
.TabList .Wrap .Container .Item:first-child {
        float: left;
        width: 50%;
        padding-right: 50px;
}
.TabList .Wrap .Container .Item{
        display: inline-block;
        width: 50%;
        text-align: left;
        margin-bottom: 30px;
        position: relative;
}
.TabList .Wrap .Container .Item a{
        display: inline-block;
        width: 100%;
}
.TabList .Wrap .Container .Item:first-child .image{
        height: 350px;
        object-fit: cover;
        margin-bottom: 10px;
        width: 100%;
        float: none;
        position: relative;
}
.TabList .Wrap .Container .Item .item_title{
        color: #0267af;
        text-align: justify;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 46px;
}
.TabList .Wrap .Container .Item .image {
        height: 115px;
        transition: all 0.3s ease 0.1s;
        width: 195px;
        object-fit: cover;
        float: left;
        margin-right: 30px;
        transition: 300ms linear;
}
.TabList .Wrap .Container .Item:hover .image{
        transform: scale(1.02);
}
.TabList .Wrap .Container .Item p {
        text-align: justify;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        color: #666B6F;
}
.TabList .Wrap .Container .Item h2 {
        font: 500 16px 'Roboto', sans-serif;
        text-align: justify;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px 15px 10px;
        margin: 0;
        color: #FFF;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,.7) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,.7) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,.7) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 20%,rgba(0,0,0,.7) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.TabList .Wrap .Container span.DateCreated {
        display: none;
}
.TabList .Wrap .Container .Item:hover h2 {
        color: #f0f0f0;
}
.TabList .TabListPage {
        padding: 0 10px 10px;
        text-align: right;
}
.TabList .TabListPage .CurrentPage {
        color: #333333;
        font: bold 10pt 'Roboto', sans-serif;
        margin-right: 5px;
}
.TabList .TabListPage .ButtonPage {
        color: #555555;
        font: 10pt 'Roboto', sans-serif;
        margin-right: 5px;
}
.TabList .cate-link{
        font-size: 15px;
        font-weight: 500;
        color: #dc3545;
        margin-bottom: 0;
        /*position: absolute;*/
        text-align: center;
        /* margin-top: 30px; */
        text-transform: uppercase;
        display: inline-block;
        /* background: linear-gradient(to right, #dc3545a1, #dc3545); */
        padding: 8px 20px;
        /* border: 1px solid #dc3545; */
        transition: .3s all linear;
        border-radius: 5px;
        /*bottom: 20px;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        background: #f8f9fa;
}
.TabList .cate-link:hover{
        background: #e9ecef;
}
.TabList .date{
        display: block;
        margin-bottom: 10px;
        padding: 0;
        font-size: 12px;
        color: #B6B6B6;
}
.TabList .Wrap .Container .Item:first-child .item_title {
        padding: 15px;
        height: 60px;
        padding-bottom: 0;
}
.TabList .Wrap .Container .Item:first-child .summary {
        padding: 15px;
        padding-top: 0;
}
@media only screen and (max-width: 768px){
        div.TabArticleControl {
                padding: 0 20px;
        }
        .TabList .Wrap .Container .Item:first-child .image {
                min-width: 100%;
                min-height: 45vw;
                max-height: 45vw;
        }
        .TabList .Wrap .Container .Item:first-child {
                float: none;
                padding: 10px;
        }
        div.TabList .Wrap .Container .Item {
                padding: 0 !important;
        }
        div.TabList ul.HeaderWrap {
                overflow: auto;
                flex-wrap: nowrap;
                padding-bottom: 15px;
                justify-content: flex-start;
                display: inline-flex;
                max-width: 100%;
        }
        div.TabList .Wrap .Container{
                padding: 0 !important;
        }
}
