
.TabList {
}
.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 {
    background: url("Images/tintucEn.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 48px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.TabList .HeaderWrap .NormalTab {
    background: none repeat scroll 0 0 #F5F5F5;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    float: left;
    height: 26px;
    transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab {
    background: url("Images/rss-icon.png") no-repeat scroll 5px center #026EF6;
}
.TabList .HeaderWrap .NormalTab:hover {
    background: none repeat scroll 0 0 #026EF6;
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #FFFFFF;
    font: bold 10pt/30px arial;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #FFFFFF;
    display: none;
    font: bold 10pt/28px arial;
    padding: 0 10px 0 28px;
    text-transform: uppercase;
}
.TabList .HeaderWrap .NormalTab .text {
    color: #095D8C;
    display: inline-block;
    font: bold 10pt/30px arial;
    padding: 0 15px;
    text-transform: uppercase;
}
.TabList .Wrap {
    text-align: justify;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    margin: 5px 5px 0;
    vertical-align: top;
    width: 106px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 1px solid #E1B413;
}
.TabList .Wrap .Container .Item .image {
    border: 1px solid #C0C0C0;
    height: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0.1s;
    width: 108px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    font: 10pt tahoma;
    text-align: center;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #E1B413;
}
.TabList .TabListPage {
    padding: 0 10px;
    text-align: right;
    display: none;
}
.TabList .TabListPage .CurrentPage {
    background: none repeat scroll 0 0 #E1B413;
    border-radius: 2000px;
    color: #E1B413;
    display: inline-block;
    font: bold 0 arial;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}
.TabList .TabListPage .ButtonPage {
    color: #555555;
    font: 10pt arial;
    margin-right: 5px;
}
