.title {
    max-width: 44rem;
    margin: 0 auto;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

.title h3 {
    margin: 0;
    font-size: 1.9rem;
    font-weight: normal !important;
    color: #333333;
}

.title .line {
    display: block;
    margin: .9rem auto;
    width: 3.2rem!important;
    height: .2rem;
    background: url("../../images/home/line-blue.png") no-repeat!important;
}

.title p {
    margin-bottom: 2.4rem;
    font-size: 1rem;
    color: #999999;
    line-height: 30px;
}
