.wzPage {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 60px 60px 60px 0;
}
.wzTit {
    height: 91px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.wzTitH2 {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
}
.wzCon {
    padding: 20px 20px;
}
.wzCon p {
    line-height: 40px;
    font-size: 1rem;
    margin: 10px 0;
}
.wzPage p span {font-size: 1rem;}
.wzCon p strong {

     font-size: 16px;
    font-family: inherit;
}

@media screen and (max-width: 768px) { 
  .wzTitH2 {
        font-size: 18px;
        overflow: hidden;
         white-space: nowrap;
       text-overflow:ellipsis

   }

}