.headline{
    display: flex;
    height: 87px;
    line-height: 87px;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2px;
    padding-left: 35px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.headline b{
    color: #0a6b9b;
}
.headline .jobn{
    width: 40%;
}
.ask{
    line-height: 48px;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 20px 0;
}
.ask b{
    display: block;
    width: 182px;
    height: 89px;
    line-height: 89px;
    font-size: 28px;
    color: #0a6b9b;
    text-align: center;
    letter-spacing: 2px;
    margin: 30px 0 25px;
    background: url("../images/ask_bg.png") no-repeat;
}
.ask p{
    margin-left: 35px;
}
.ask a{
    display: block;
    width: 267px;
    height: 69px;
    line-height: 69px;
    font-weight: bold;
    font-size: 33px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    margin: 55px 0 0 23px;
    background-color: #0a6b9b;
}