.wrap {
    padding-top: 64px;
    overflow: hidden;
    background-color: #f8f8fb;
}

.content {
    background-color: #fff;
    width: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.doubleCow .left {

    height: auto;
    border: 1px solid #eee;
}

.lf-title {
    margin-top: 48px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    padding-left: 36px;
}

.lf-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #1890ff;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.q-title {
    padding: 16px 0 16px 36px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: block;
}

.lf-bt {
    left: 0;
}

/* 主体右侧 */
.right {
    margin-left: 0px;
    padding-left: 48px;
    padding-top: 48px;
    padding-right: 62px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.qa {
    margin-bottom: 48px;
}

.qa-h3 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 16px;
    cursor: pointer;
}

.qa-p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.active {
    font-weight: bold;
    border-right: 4px solid #1890ff;
}

/* 分页器 */
.pagination {
    margin-top: 52px;
    margin-bottom: 39px;
    text-align: center;
}

.pagination a,
.pagination .active {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.80)
}

.pagination span {
    margin-right: 8px;
    vertical-align: top;
    opacity: .4;
}

.pagination .active {
    color: #1890ff;
    opacity: 1;
}
