
* {
    text-rendering: geometricprecision;
}
.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 0;
}
.TabList .HeaderTitle {
    background: #f9f9f9 url("Images/baocaoicon.png") no-repeat scroll left center;
    border-bottom: 3px solid #0087d2;
    height: 35px;
    display: none;
}
.TabList .HeaderTitle span {
    color: #fb8109;
    font: bold 11pt/35px arial;
    padding-left: 40px;
    text-transform: uppercase;
}
.TabList ul.HeaderWrap {
    border-bottom: 1px solid #A9A9A9;
    display: flex;
    height: 32px;
    list-style: outside none none;
    padding: 0;
    position: relative;
    width: 100%;
    justify-content: center;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    height: 31px;
    transition: all 0.8s ease 0.2s;
    text-align: center;
}
.TabList .HeaderWrap .ActiveTab {
   #background: url("Images/bar3.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    
}
.TabList .HeaderWrap li {
  margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d5d5d5;
}
.TabList .HeaderWrap li:last-child {
  margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
}
.TabList .HeaderWrap .NormalTab:hover {
    #background: url("Images/bar2.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
.TabList .HeaderWrap .NormalTab:hover .text {
    color: #0072BA;
    font: bold 10pt/28px arial;
}
.TabList .HeaderWrap .ActiveTab .text {
    border-bottom: 2px solid #FFFFFF;
    display: inline-block;
    font: bold 10pt/30px Arial;
    /* text-transform: uppercase; */
    white-space: nowrap;
    border-bottom-color: #3b5997;
    color: #3b5997;
}
.TabList .HeaderWrap li:first-child .text {
       padding: 0 10px;
}
.TabList .HeaderWrap .NormalTab .text {
    color: #333;
    display: inline-block;
    font: bold 10pt/30px arial;
    padding: 0 10px;
}
.TabList .Wrap {
    text-align: justify;
}
.TabList .Wrap .Container {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.TabList .Wrap .Container .Item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 10px;
} 
.TabList .Wrap .Container .Item a{
    display: block;
}
.TabList .Wrap .Container .Item a:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 60%);
}
.TabList .Wrap .Container .Item a:after {
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.TabList .Wrap .Container .Item a:hover:after {
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
}
.TabList .Wrap .Container .Item .item_title{
        position: absolute;
        bottom: 20px;
        color: #fff;
        font-weight: bold;
        text-align: justify;
        padding: 0 10px;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #0072BA;
}
.TabList .Wrap .Container .Item .image {
    border: 2px solid #eee;
    height: 239px;
    transition: all 0.3s ease 0.1s;
    width: 100%;
}
.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: #0072BA;
}
.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;
}
@media only screen and (max-width: 768px){
.TabList ul.HeaderWrap {
    display: flex !important;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: start;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    height: unset;
}
.TabList .HeaderWrap .image{
    display: none;
}
.TabList .Wrap .Container .Item .image {
    height: 239px !important;
    transition: all 0.3s ease 0.1s;
    width: 100% !important;
}
} 
