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

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

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    border: 1px solid #eee;
}

/* 主体右侧 */
.right p {
    margin-bottom: 24px;
}

.right .title {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 24px;
}

.right .box {
    width: 792px;
    height: auto;
    background: #fafafa;
    display: flex;
    margin: 0 auto 158px;
    padding: 45px 37px 0 37px;
    flex-wrap: wrap;
}

.right .box .item {
    width: 140px;
    height: auto;
    margin-right: 53px;
    padding-bottom: 45px;
    position: relative;
}
.right .box .item img {
    width: 70px;
    height: 12px;
    position: absolute;
    top: 16px;
    left: 130px;
}
.right .box .item:nth-child(4),
.right .box .item:nth-child(8) {
    margin-right: 0px;
}

.right .box .item p {
    margin-bottom: 0;
}

.right .box .item .number {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 4px solid #ffffff;
    margin: 0 auto 15px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 44px;
}

.right .box .item .one {
    border: 4px solid #1890ff;
}
.right .box .item .two {
    border: 4px solid #0091ff;
}
.right .box .item .three {
    border: 4px solid #d04937;
}
.right .box .item .four {
    border: 4px solid #59b511;
}
.right .box .item .five {
    border: 4px solid #59b511;
}
.right .box .item .six {
    border: 4px solid #e99521;
}
.right .box .item .seven {
    border: 4px solid #b837d0;
}
.right .box .item .eight {
    border: 4px solid #0091ff;
}

.right .box .item .txt1 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.right .box .item .txt2 {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.lf-bt {
    width: 293px;
    border-top: 0;
    border-left: none;
}
.lf-item {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.lf-item-active {
    font-weight: 600;
}
.doubleCow .left {
    width: 292px;
}
.right {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    margin-left: 0;
    padding: 48px 62px 150px 40px;
}
.right .title {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    margin-bottom: 16px;
}
.right .txt {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.left .line {
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #eeeeee;
}
.left a {
    display: block;
}
