* {
        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;
}
.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 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 700;
        color: #167a4c;
        margin-bottom: 30px;
        position: relative;
        padding-top: 15px;
        text-align: center;
        margin-top: 50px;
        display: inline-block;
}
.TabList .HeaderTitle span:before {
        content: '';
        width: 50px;
        height: 4px;
        background: #76b043;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
}
.TabList ul.HeaderWrap {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
}
.TabList ul.HeaderWrap>li{
        border: 1px solid #006D3A;
        margin: 0 -1px;
        background: #fff;
        transition: 300ms;
}
.TabList ul.HeaderWrap>li:first-child{
        border-radius: 25px 0 0 25px
}
.TabList ul.HeaderWrap>li:last-child{
        border-radius: 0 25px 25px 0;
}
.TabList .HeaderWrap .ActiveTab {
        background: linear-gradient(to right, #00A056, #006D3A);
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
}
.TabList .HeaderWrap .NormalTab:hover {
        /* background: rgba(0, 0, 0, 0) url("Images/bar.png") repeat-x scroll center top; */
        background: linear-gradient(to right, #00A056, #006D3A);
}
.TabList .HeaderWrap .NormalTab:hover .text{
        color: #fff;
}
.TabList .HeaderWrap .NormalTab:hover .text {
}
.TabList .HeaderWrap .ActiveTab .text {
        display: inline-block;
        padding: 8px 20px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        transition: .3s all linear;
        font-size: 14px;
        color: #fff;
}
.TabList .HeaderWrap .NormalTab .text {
        display: inline-block;
        padding: 8px 20px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        transition: .3s all linear;
        font-size: 14px;
        color: #3C3D41;
}
.TabList .Wrap .Container {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
        box-shadow: 0 0 15px -3px rgb(0 0 0 / 50%);
        padding: 15px;
        padding-bottom: 100px;
}
.TabList .Wrap .Container .Item:first-child {
        float: left;
        width: 50%;
        padding-right: 30px;
}
.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: 310px;
        object-fit: cover;
        margin-bottom: 10px;
        width: 100%;
        float: none;
        position: relative;
}
.TabList .Wrap .Container .Item .item_title{
        color: #3C3D41;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 39px;
}
.TabList .Wrap .Container .Item:hover .image {
}
.TabList .Wrap .Container .Item .image {
        height: 115px;
        transition: all 0.3s ease 0.1s;
        width: 195px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
}
.TabList .Wrap .Container .Item p {
        color: #424242;
        display: none;
        text-align: justify;
}
.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: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
        position: relative;
        text-align: center;
        margin-top: 30px;
        text-transform: uppercase;
        display: inline-block;
        background: linear-gradient(to right, #00A056, #006D3A);
        padding: 8px 20px;
        border: 1px solid #006D3A;
        transition: .3s all linear;
        border-radius: 25px;
}
.TabList .date{
        display: block;
        margin-bottom: 10px;
        padding: 0;
        font-size: 12px;
        color: #B6B6B6;
}
@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;
        }
        .TabList .Wrap .Container .Item {
                padding: 10px;
        }
        .TabList ul.HeaderWrap {
                overflow: auto;
                flex-wrap: nowrap;
                padding-bottom: 15px;
                justify-content: flex-start;
        }
}
