* {
    text-rendering: geometricprecision;
}

.UITabArticle_new,
.UITabArticle_new .TabArticleControl {
    height: 100%;
}

.TabList .HeaderWrap li a {
    display: block;
    white-space: nowrap;
}

.TabList .HeaderWrap li span {
    display: block;
    white-space: nowrap;
}

.TabList {
    border: 1px solid #ececed;
    /* margin: 15px; */
    margin-top: 0;
    /* min-height: 300px;
    height: 330px; */
    overflow-y: auto;
    height: 100%;
}

.TabList .HeaderTitle {
    background: url("Images/baocaoicon.png") no-repeat scroll left center #f9f9f9;
    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 {
    display: none !important;
}

/* .TabList ul.HeaderWrap {
    background: none repeat scroll 0 0 #e8f7f9;
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}

.TabList .HeaderWrap .NormalTab {}

.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    float: left;
    height: 28px;
    transition: all 0.8s ease 0.2s;
}

.TabList .HeaderWrap .ActiveTab {
    background: url("Images/bar.png") repeat-x scroll center top rgba(0, 0, 0, 0);




}

.TabList .HeaderWrap .NormalTab:hover {
    background: url("Images/bar.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}

.TabList .HeaderWrap .NormalTab:hover .text {
    color: #ffffff;
    font: bold 10pt/28px arial;
}

.TabList .HeaderWrap .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 15px;
    white-space: nowrap !important;
}

.TabList .HeaderWrap .NormalTab .text {
    color: #333;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 15px;
} */

.TabList .Wrap {
    text-align: justify;
}

.TabList .Wrap .Container {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.TabList .Wrap .Container .Item {
    margin: 15px;
    /* margin-left: 30px;
    color: #ae1011; */
}

.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #B82805;
}

.TabList .Wrap .Container .Item .image {
    display: none;
}

.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}

.TabList .Wrap .Container .Item .item_title {
    display: inline-block;
}

.TabList .Wrap .Container .Item .item_title:hover,
.TabList .cate-link:hover {
    color: #e79a10;
}

.TabList .cate-link {
    display: block;
    margin: 15px;
}

.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;
}

@media only screen and (max-width: 768px) {
    .UITabArticle_new .TabArticleControl {
        padding: 0 !important;
    }
}
