
.center{
    clear: both;
    /*background:linear-gradient(#f8f6ec,#ffffff) ;*/
}
.center .tab-title{
    font-size: 24px;
    padding: 20px;
    color: #010102;
}

.tabBox {
    overflow: hidden;
}

.tabBox ul {
    background-color: #fff;
    position: relative;
    top: 1px;
    overflow: hidden;
    width: 20%;
    height: 700px;
    float: left;
}

.tabBox ul li {
    margin-top: 10px;
    font-size: 16px;
    margin-left:  20px;
    color: #010102;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.tabBox ul li.bg {
    color: #0e13ff;;
    font-weight: 600;
}

.tabBox div {
    display: none;
    margin-left: 22%;
    width: 76%;
    /*height: 700px;*/
    background-color: #fff;
}

.tabBox div.bg {
    display: block;
    font-size: 12px;
    line-height: 24px;
    /*overflow: auto;*/
}

#tab_con  p{
    padding: 2px 0 32px  50px;
    border-bottom: 1px dashed #555555;
}
#tab_con  p span{
    font-size: 22px;
    color: #0e13ff;
    font-weight: 900;
    line-height: 52px;
    display: block;
    margin-left: -40px;
}

