.head {
    margin-bottom: 30px;
}

.pos {
    font-size: 14px;
    border-bottom: 1px solid #b9cad5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #555;
}

.pos img {
    margin-right: 10px;
}

.pos * {
    vertical-align: middle;
    font-size: 18px;
    color: #555;
}

.zmhdctt {
    background: url(../images/zmhdcttbg.png);
    background-size: 100% 100%;
}

.zmhdctt span {
    padding: 0 20px;
    line-height: 54px;
    background: #107ddb;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.zmhdxq {
    padding-left: 30px;
    margin: 50px 0 30px;
}

.qus {
    background: #fff;
    padding: 25px 30px;
    width: auto;
    display: inline-block;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}

.qus>img {
    position: absolute;
    top: -30px;
    left: -30px;
}

.ans {
    width: 80%;
    position: relative;
}

.ans>img {
    position: absolute;
    right: -26px;
    top: 16px;
}

.fbsj {
    text-align: right;
    margin-bottom: 20px;
    font-size: 18px;
    color: #646464;
}

.fbsj span {
    margin-right: 20px;
}

.hdnr {
    padding: 30px;
    background: #3178fb;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;

}

.hdnr p {
    line-height: 40px;
    font-size: 20px;
}

@media (max-width:768px){
    .content{
        padding:20px 10px;
        background: #dcf0fd;
    }
    .ans{
        width: 90%;
    }
    .zmhdxq{
        padding-right:30px;
    }
    .fbsj{
        font-size:16px;
    }
    .fbsj span{
        margin-right:10px;
    }
    /* .fbsj span:last-child{
        margin-right:0;
    } */
}
@media (max-width:425px){
    .ans{
        width: 100%;
    }
    .fbsj span{
        font-size:14px;
        display: block;
        margin-right: 30px;
    }
    .hdnr{
        padding:15px;
    }
    .hdnr p{
        font-size:18px;
        line-height: 34px;
    }
}