.tabBar span {
    cursor: pointer;
    display: inline-block;
    float: left;
    
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    display:inline;
}

.tabBar span.current {
    color: #2C80ED;
}

.tabBar span.current::after {
    content: '';
    width: 96%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #2C80ED;
}

.tabCon {
    margin: 19px auto;
    display: none
}

.tabCon_ul li {
    width: 100%;
    background-color: #F6F6F6;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tabCon_ul dl {
    margin-left: 34px;
    padding-top: 20px;
}

.tabCon_ul dl dt {
    font-size: 20px;
    font-weight: bold;
}

.tabCon_ul dl dt a {
    color: #242424;
}

.tabCon_ul dl dt a:hover {
    color: #EF0101;
}

.tabCon_ul dl dt.on a {
    color: #EF0101;
}
