
* {
    text-rendering: geometricprecision;
}
.TabList .HeaderWrap li a {
    display: block;
    white-space: nowrap;
}
.TabList .HeaderWrap li span {
    display: block;
    white-space: nowrap;
}
.TabList {

    margin: 15px 0;
}
.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: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.TabList .HeaderWrap .NormalTab {
        background: none repeat scroll 0 0 #fddca8;
        border-right: 1px solid #c0c0c0;
    border-radius: 0 4px 0 0;
    border-top: 1px solid #c0c0c0;
}
.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);
    
        border-right: 1px solid #c0c0c0;
    border-radius: 0 4px 0 0;
    border-top: 1px solid #c0c0c0;
}
.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 24px;
    white-space: nowrap !important;
}
.TabList .HeaderWrap .NormalTab .text {
    color: #333;
    display: inline-block;
    font: bold 10pt/28px arial;
    padding: 0 24px;
}
.TabList .Wrap {
    text-align: center;
      border: 1px solid #ddd;
}
.TabList .Wrap .Container {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    float: left;
    margin: 5px 5px 0;
    vertical-align: top;
    width: 110px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #B82805;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #c0c0c0;
    height: 80px;
    transition: all 0.3s ease 0.1s;
    width: 100px;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    display: none;
    text-align: justify;
}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    font: 10pt arial;
    text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #B82805;
}
.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 .TabListPage .aspNetDisabled.NPButton {
    color: #0099d6;
    cursor: pointer;
    display: inline-block;
    font: bold 0 arial;
    height: 16px;
    margin-right: 6px;
    vertical-align: top;
    width: 10px;
}
.TabList .TabListPage .NPButton {
    display: inline-block;
    font: 0 arial;
    height: 16px;
    margin-right: 6px;
    vertical-align: top;
    width: 10px;
}
.TabList .TabListPage .aspNetDisabled.NPButton:hover, .NPButton:hover {
    opacity: 0.5;
}
