﻿.tabbox {
    margin: 0;
    margin-bottom: 100px;
}

.jsfw-ul {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 50px;
    background-color: #fff;
}

.jsfw-ul li {
    width: 11%;
    margin: 20px 6% 0;
    float: left;
    height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.jsfw-ul .active {
    color: #3CACC7;
    border-bottom: 1px solid #3CACC7;
}

.content {
    margin-top: 50px;
}

.content .active img {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.content .active div {
    float: right;
    width: 65%;
    padding-top: 76px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.tabbox .content > div {
    display: none;
}

.tabbox .content > div.active {
    display: block;
}
