.wzCon p video{margin:0 auto;text-align: center;}
 
.wzPage {
    width: 100%;
    max-width: 1200px;
    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: 16px;
    margin: 10px 0;
}
.wzCon p strong {

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

@media screen and (max-width: 768px){
.wzTitH2 {    height:1rem!important;
    line-height: 2rem!important;font-size: 1.2rem!important;}
.wzCon p img{width: auto!important;
    height: auto!important;}
}