.audit_tit {
    padding-left: 13px;
    border-left: 4px solid #009143;
    color: #009143;
}
.audit_tet{
    margin: 30px 0 50px;
}
.audit_tet p{
    margin-bottom: 6px;
}
.audit_tet a{
    color: #999;
    font-family: Arial;
    margin: 0 2px;
}
.audit_tet .mailtit {
    color: #009143;
    font-weight: bold;
    margin: 10px 0;
}
.audit_tet .mailtit a{
    color: #009143;
    font-family: Arial;
}
.audit_tips {
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px dashed #ccc;
}
@media only screen and (max-width: 1043px) {
    .audit_tet {
        margin: 25px 0 35px;
    }
}
@media only screen and (max-width: 768px) {
    .audit_tet {
        margin: 15px 0 20px;
    }
    .audit_tips{
        padding-top: 20px;
    }
}