.zx {
    background: #f2f8ff;
    padding: 20px 0;
    border: 1px solid #ddd;
}

.zx h2 {
    font-size: 20px;
    color: #990000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.zx p {
    line-height: 32px;
    text-indent: 2em;
    font-size: 16px;
    padding: 0 20px;
}

.zx h3 {
    background: #DFDFDF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.zx h4 {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    background: #fff;
}

.zx h5 {
    text-align: center;
    margin: 20px auto;
}

.zx h5 a {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: none;
    background: #015293;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}


.oldModel .zx p {
    line-height: 2;
}