* {
        text-rendering: geometricprecision;
}
.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        border-radius: 5px 0 0;
        margin: 0px 0 10px;
        position: relative;
}
.TabList .HeaderTitle {
        background: #fff url("images/bar1.png") no-repeat scroll left center;
        border-bottom: 3px solid #0087d2;
        height: 35px;
}
.TabList .HeaderTitle span {
        color: #fb8109;
        font: bold 11pt/35px arial;
        padding-left: 40px;
        text-transform: uppercase;
}
.TabList ul.HeaderWrap {
         background-image: linear-gradient(to right, #205b9b, #fff);
        
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        float: left;
        height: 35px;
        transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab {
}
.TabList .HeaderWrap .NormalTab:hover {
        background: rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll center top;
}
.TabList .HeaderWrap .NormalTab:hover .text {
        color: #ffffff;
        font: bold 10pt/28px arial;
}
.TabList .HeaderWrap .ActiveTab .text {
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        padding: 0 0 0 20px;
        text-transform: uppercase;
        white-space: nowrap !important;
        font-weight: bold;
        line-height: 35px;
}
.TabList .HeaderWrap .NormalTab .text {
        color: #034fa5;
        display: inline-block;
        font: bold 10pt/28px arial;
        padding: 0 0 0 30px;
        text-transform: uppercase;
}
.TabList .Wrap {
        border: 1px solid #ddd;
        padding: 5px 0 0;
        text-align: justify;
}
.TabList .Wrap .Container {
        display: inline-flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
}
.TabList .Wrap .Container .Item {
        display: inline-block;
        float: left;
        margin: 5px 10px;
        vertical-align: top;
        width: 151px;
        text-align: left;
}
.TabList .Wrap .Container .Item a{
        display: inline-block;
        width: 100%;
            line-height: 1.4;
        font-size: 14px;
}
.TabList .Wrap .Container .Item a:hover{
          
}
.TabList .Wrap .Container .Item:hover .image {
    opacity: 0.8;
}
.TabList .Wrap .Container .Item .image {
        border: 1px solid #c0c0c0;
        height: 100px;
        transition: all 0.3s ease 0.1s;
        width: 100%;
        object-fit: cover;
        margin: auto;
        display: block;
        margin-bottom: 10px;
}
.TabList .Wrap .Container .Item p {
        color: #333;
        display: none;
        text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
        color: #333;
        font: 10pt arial;
        text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
        color: #1a3f5e;
}
.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 .cate-link {
        position: absolute;
        right: 10px;
        bottom:10px;
        color: #d80404;
}
@media only screen and (max-width: 768px){
        .item_title {
                text-align: justify;
        }
        div.TabArticleControl .Container .Item a img{
                min-width: 100%;
                min-height: 45vw
        }
}
