.selfAssess,
.assessment,
.interven,
.chinese {
    padding: .6rem;
    padding-bottom: 0;
    margin-bottom: .6rem;
}

.selfAssess p,
.assessment P,
.slowDise P,
.interven p,
.chinese p {
    font-size: .28rem;
    color: rgb(77, 77, 77);
    line-height: .45rem;
    text-align: justify;
}

P.title {
    font-size: .32rem;
    color: rgb(44, 44, 44);
    font-weight: bold;
    margin-bottom: .2rem;
}

p.engTitle {
    font-weight: .18rem;
    color: rgb(155, 155, 155);
    margin-bottom: .4rem;
}

.selfAssess div,
.assessment div,
.interven div,
.chinese div {
    text-align: center;
    margin-bottom: .4rem;
}

.selfAssess img {
    width: 5.2rem;
}

.blackText {
    color: rgb(44, 44, 44);
    font-weight: bold;
}

.goldText {
    color: rgb(198, 154, 96);
    font-weight: bold;
}

p.textR {
    text-align: right;
}

.slowDise {
    width: 100%;
    background: url(../img/img_mbgl_jkgl@2x.png) no-repeat;
    background-size: contain;
    height: 5rem;
}

.slowDise>div {
    padding: .35rem .6rem;
}

.slowDise p {
    text-align: left;
    width: 5rem;
}

.slowDise p.engTitle {
    margin-bottom: .2rem;
    color: #fff;
}

.textJ {
    text-align: justify !important;
}