.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        margin: 0 0 10px;
        position: relative;
        background: #ffffff none repeat scroll 0 0;
        border-radius: 3px 0 0;
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid #EEF2F8;
}
.TabList .HeaderTitle {
        /* display: none; */
        height: 31px;
        background: linear-gradient(to bottom, #ffffff, #e7e7e7);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        border-bottom: none;
        border: 1px solid rgb(187, 187, 187);
}
.TabList .HeaderTitle span {
        color: #5e0000;
        line-height: 33px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 6px 6px 6px 6px;
        background: #FFF;
        border-right: 1px solid rgb(187, 187, 187);
        margin-left: 1px;
}
.TabList ul.HeaderWrap {
        display: flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        align-items: center;
}
.TabList ul.HeaderWrap li {
        flex: 1;
}
.TabList .HeaderWrap .NormalTab {
        position: relative;
        margin-left: 2px;
        padding: 0;
        text-align: center;
        background: #F9F9F9;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        margin: 0;
        padding: 0;
        /* transition: all 0.8s ease 0.2s; */
}
.TabList .HeaderWrap .ActiveTab {
        position: relative;
        background-color: #007bff;
        color: #000 !important;
        margin-left: 2px;
        padding: 0;
        text-align: center;
}
.TabList .HeaderWrap .NormalTab:hover {
}
.TabList .HeaderWrap .NormalTab:hover .text {
        color: #0681c9;
}
.TabList .HeaderWrap .ActiveTab .text {
        white-space: nowrap;
    text-transform: uppercase;
    --white-space: nowrap;
    font-size: 17px;
    font-family: Arial;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    line-height: 2.6;
    padding-left: 10px;
    /* display: none;*/
        background-color: #007bff;
        padding: 0px 12px;
}
.TabList .HeaderWrap .NormalTab .text {
        white-space: nowrap;
        text-transform: uppercase;
        --white-space: nowrap;
        font-size: 17px;
        font-family: Arial;
        color: #182940;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: 2.6;
}
.TabList .Wrap {
        border: none;
        min-height: 250px;
        /* 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;
        border: 1px solid rgb(187, 187, 187);
        border-top: 0;
}
.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 {
        display:block;
        padding:0;
        margin:0;
}
.TabList .Wrap .Container .Item:first-child a{
        display:block;
        /* position: relative; */
}
.TabList .Wrap .Container .Item {
        margin: 0;
        vertical-align: top;
        text-align: justify;
        padding: 10px 0px;
}
.TabList .Wrap .Container .Item:nth-child(2){
}
.TabList .Wrap .Container .Item .image{
        display:block;
        height: 80px;
        width: 120px;
}
.TabList .Wrap .Container .Item a{
        display:flex;
        gap: 15px;
        border-top: 1px dotted #aeabab;
        padding-top: 10px;
}
.TabList .Wrap .Container .Item .item_title{
        font-size: 13px;
        font-family:Arial;
        font-weight: bold;
}
.TabList .Wrap .Container .Item:hover .image {
}
.TabList .Wrap .Container .Item:first-child .image {
        width: 443px !important;
        height: 220px!important;
        object-fit: cover;
        float: left;
        margin-bottom: 15px;
        display: block;
        /* clear:both; */
}
.TabList .Wrap .Container .Item:first-child .item_title{
        font-family: Arial;
       /* font-size: 15px;
        font-weight: 600;
        color: #ad0404;*/
        display: block;
}
.TabList .Wrap .Container .Item:first-child .summary{
        display:block;
        font-size:12px;
        padding-top:10px;
}
.TabList .Wrap .Container .Item p {
        color: #424242;
        display: none;
        text-align: justify;
}
.TabList .Wrap .Container .Item:first-child h2 {
        font-weight: bold;
        padding: 0;
        margin: 5px 0 0;
}
.TabList .Wrap .Container .Item h2 {
        color: #424242;
        text-align: justify;
        font-weight: normal;
}
.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;
}
