
/* 中间的右边 */
.right_con {
    /* float: right; */
    /* width: 870px; */
    /* height: 694px; */
    /* background: #fff; */
}

.right_con h5 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 550;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
    margin-bottom: 30px;
}

.right_con p {
    margin-bottom: 55px;
}


.right_con span img {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 20px;
}

.right_con span {
    display: block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    margin: 5px;
}

.right_con span:nth-child(1) {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    margin-bottom: 15px;
}