
.TabList .HeaderWrap li a {
    display: block;
    white-space: nowrap;
}
.TabList .HeaderWrap li span {
    display: block;
    white-space: nowrap;
}
.TabList {
    margin: 10px 0;
}
.TabList .HeaderTitle {
    display: none;
}
.TabList .HeaderTitle span {
    display: none;
}
.TabList ul.HeaderWrap {
    border-bottom: 3px solid #1058b1;
    display: block;
    height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
    cursor: pointer;
    float: left;
    height: 25px;
    transition: all 0.8s ease 0.2s;
}
.TabList .HeaderWrap .ActiveTab {
}
.TabList .HeaderWrap .NormalTab:hover {
}
.TabList .HeaderWrap li:hover .text {
    color: #555;
}
.TabList .HeaderWrap .ActiveTab .text {
    color: #1058b1;
    display: inline-block;
    font: bold 14px/1.2 "Segoe UI",Tahoma,Verdana;
    padding: 0 18px 0 5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.TabList .HeaderWrap .NormalTab .text {
    border-left: 1px solid #ddd;
    color: #177dd3;
    display: inline-block;
    font: bold 12px/1.5 "Segoe UI",Tahoma,Verdana;
    padding: 0 18px;
    text-transform: uppercase;
    white-space: nowrap;
}
.TabList .Wrap {

    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    width: 100%;
}
.TabList .Wrap .Container {
    list-style: outside none none;
    margin: 0;
    padding: 8px;
}
.TabList .Wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.TabList .Wrap::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius:5px;
}
.TabList .Wrap .Container .Item:first-child {

}
.TabList .Wrap .Container .Item {
    margin: 0 0 15px 0;
    padding: 0;
    vertical-align: top;
    text-align: justify;
    list-style:none;
    float:left;
    clear:both;
}
.TabList .Wrap .Container .Item:hover .image {
    border: 2px solid #1990e9;
}
.TabList .Wrap .Container .Item:first-child .image {

}
.TabList .Wrap .Container .Item .image {
    width: 150px;
    height: 110px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
    display: block;
    clear:both;
}
.TabList .Wrap .Container .Item p {
    color: #424242;
    text-align: justify;
}
.TabList .Wrap .Container .Item:first-child h2 {

}
.TabList .Wrap .Container .Item h2 {
    color: #424242;
    text-align: justify;
    font-weight: normal;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 0;
    font-size:14px;
}
.TabList .Wrap .Container .Item:hover h2 {
    color: #166ad3;
}
.TabList .TabListPage {
    padding: 0 10px 10px;
    text-align: right;
    vertical-align: bottom;
}
.TabList .TabListPage .CurrentPage {
    color: #333333;
    font: bold 10pt arial;
    margin-right: 5px;
}
.TabList .TabListPage .ButtonPage {
    color: #555555;
    font: 10pt arial;
    margin-right: 5px;
}
