
.TabList ul.HeaderWrap {
   # background: none repeat scroll 0 0 #e8f7f9;

background: rgb(242,249,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,249,254,1) 0%, rgba(214,240,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,249,254,1)), color-stop(100%,rgba(214,240,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,249,254,1) 0%,rgba(214,240,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */


  
    border-bottom: 1px solid #5dc3fa;
    box-shadow: 0 0 5px #bad4f3;
    height: 27px;   
   
    list-style: none outside none;
    margin: 0 0 3px ;
    padding: 0;
    width: 100%;
}


.TabList {
    border: 1px solid #5dc3fa;
    box-shadow: 0 0 5px #bad4f3;
    margin: 10px 0;
}
.TabList .HeaderTitle {
    background: url("images/baocaoicon.png") no-repeat scroll left center #f9f9f9;
    border-bottom: 3px solid #0087d2;
    display: none;
    height: 35px;
}
.TabList .HeaderTitle span {
    color: #fb8109;
    font: bold 11pt/35px arial;
    padding-left: 40px;
    text-transform: uppercase;
}

.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/tieude.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 38px;
    margin-left: -6px;
    margin-top: -2px;
    padding-right: 20px;
    width: 150px;
}
.TabList .HeaderWrap .NormalTab:hover {
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #c70b0a;
    font: bold 10pt/28px arial;
    text-align: center;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #ffffff;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 15px;
}
.TabList .HeaderWrap .NormalTab .text {
    border-right: 1px solid #5dc3fa;
    color: #333;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 15px;
    text-align: center;
    width: 120px;
}
.TabList .Wrap {
    text-align: justify;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    margin: 5px 5px 0 18px;
    vertical-align: top;
    width: 110px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #e8f7f9;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #e8f7f9;
    height: 100px;
    transition: all 0.3s ease 0.1s;
    width: 110px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    font: 10pt arial;
    text-align: center;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #c70b0a;
}
.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;
}
