.apply{
    width: 100%;
    height: auto;
    display: inline-block;
}
.index {
    width: 74%;
    margin: 0 auto;
}
.apply-top{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid#f3f3f3;
    padding: 15px;
}
.at-box{
    width: 88%;
    margin: 0 auto;
}
.at-box h3{
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #ec6d04;
}
.at-box li{
    float: left;
    margin-right: 2%;
    font-size: 14px;
}
.at-box li a{
    color: #6f6f6f;
}

.xqy h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-transform: inherit;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .index {
        width: 85%;
        margin: 0 auto;
    }
    .xqy h3 {
        font-size: 16px;
        line-height: 27px;
        color: #0054a7;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .xqy p img{
        width: 100% !important;
    }
}