ul.tabUl.tabHeadUl {font-weight: bold;}

.tableList {
    padding: 0% 1%;
}

li.tabLi {
    /*float: left;*/
    padding-left: 1%;
}
li.tabA {
    width: 32%;
}
li.tabB {
    width: 20%;
}
li.tabC {
    width: 48%;
}
ul.tabUl {
    min-height: 50px;
    width: 100%;
    display: flex;
    background: #eee;
}
ul.tabUl a {
    color: #2440b3;
    text-decoration: underline;
}
ul.tabUl a:hover {
    color: #315efb;
}
.bodyLi .tabLi {
    padding-top: 10px;
    font-size: 15px;
}
.tabC span, .tabC font {
    font-size: 15px!important;
    font: 15px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif!important;
}
ul.tabUl.tabHeadUl {
    margin-top: 20px;
    background: #bac0e4;
    height: 45px;
    width: 100%;
    padding-top: 11px;
}
.omengCon {
    width: 100%;
    height: auto;
}

p.omengP {
    font-size: 16px;
    line-height: 28px;
    /*text-align: center;*/
    color: #666;
    width: 98%;
    margin: 0 auto;
    text-indent: 30px;
}

.omCon {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 2% 0 0;
    margin-top: 20px;
    font-size: 16px!important;
}

.omLeft {
    float: left;
    width: 23%;
}

.tableList {
    float: right;
    width: 70%;
}

ul.tabUlleft {
    border-right: solid 2px #eee;
    background: #fff;
}

.tabLileft {
    line-height: 36px;
    cursor: pointer;
}
.leftColumn {
    padding-left: 2%;
}
.divLine {
    height: 2px;
    width: 68%;
    margin: 0 auto;
    background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0),#5DDDD3,rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255, 255, 255, 0),#7876f5,rgba(255,255,255,0));
    margin-top: 20px;
}
.omTitlw {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
}
.isNavActive {
    background: #c6ccf0;
    display: inline-block;
    width: 100%;
}
.isShow {
    display: none;
}
