.context {
    width: 900px;
    min-height: 600px;
    background-color: #fff;
    margin-top: 130px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: 仿宋_GB2312;
}

.context h4 {
    width: 800px;
    min-height: 80px;
    padding-top: 30px;
    font-family: SimHei, SimHei;
    font-weight: 400;
    font-size: 32px;
    color: #222222;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.context p {
    width: 700px;
    font-family: 仿宋_GB2312;
    font-weight: 400;
    font-size:19px;
    color: #222222;
    font-style: normal;
    text-transform: none;
    padding-left: 50px;
    text-align: left;
}