/* 业务范围中间主体 */
.business-main {
    background: #fff;
    padding: 80px 0 100px;
}

.business-main .section-title {
    padding: 0 0 60px;
}

.business-main .section-title h2 {
    font-size: 44px;
    color: #1A1A1A;
    font-weight: 700;
}

/* 两块白色边框盒子 */
.business-box {
    border: 1px solid #D8D8D8;
    padding: 60px;
    margin-bottom: 60px;
}

.business-box:last-child {
    margin-bottom: 0;
}

/* 红色标题 */
.box-title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #E4332D;
    line-height: 60px;
}

/* 列表 */
.business-list {
    font-size: 15px;
    color: #1A1A1A;
    line-height: 30px;
    margin-bottom: 16px;
}

.business-list li:last-child {
    margin-bottom: 0;
}