.content {
    margin: .9rem;
}

.input_btn li :first-child {
    float: left;
    padding-left: 10px;
    border: 1px solid #ef1313;
    width: 60%;
    height: 30px;

}

.input_btn li :last-child {
    color: #fff;
    background-color: #ef1313;
    width: 38.5%;
    margin: 0;
    height: 30px;
}

.content .to_scholl {
    font-size: 14px;
    height: 3rem;
    line-height: 3rem;
    margin: .8rem 0;
    color: #0c97ee;
    border-bottom: 1px solid #0c97ee;
}

.content p {
    font-size: 12px;
}

.content .p_title {
    font-weight: bold;
}

.content div .make {
    width: 100%;
    text-align: center;
}

.content div a {
    display: inline-block;
    margin: .9rem auto;
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #0c97ee;
    color: #fff;
    border-radius: 0.15rem;
}

.content .get_navigation {
    display: inline-block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    background-color: #0c97ee;
    color: #fff;
}