.n_faq{
    padding: 0.6rem 0 1rem;
    background: rgba(248, 248, 248, 0.5);
}
.n_faq hr{
    width: 0.49rem;
    height: 0.05rem;
    background: #0F4988;
    margin: 0.13rem auto 0.52rem;
}
.n_faq_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.56rem;
    color: #222222;
    text-align: center;
}
.n_faq_c{
    margin-top: 0.36rem;
}
.recruit_cont{

}
.recruit_li{
    margin-bottom: 0.24rem;
    width: 100%;
    position: relative;
}
.recruit_li .active{
    border-radius: 15px 15px 0 0;
}
.jionTop{
    justify-content: space-between;
    flex: 1;
    height: 0.83rem;
    background: #D3E3F2;
    border-radius: 15px;
    padding: 0 0.35rem 0 0.4rem;
}
.recruit_tit{
    font-family: Arial;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
}
.details{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 0.3rem 0.36rem;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.32rem;
    /* position: absolute; */
    top: 0.83rem;
    width: 100%;
    left: 0;
    display: none;
}
.recruit_img img{
    width: 0.26rem;
    height: 0.14rem;
}
.reduce{
    display: none;
}


@media(max-width: 1024px){
    .n_faq_tit{
        font-size: 0.45rem;
    }
    .recruit_tit{
        font-size: 0.3rem;
        flex: 1;
    }
    .jionTop{
        height: auto;
        padding: 0.3rem 0.35rem 0.3rem 0.4rem;
    }
    .details{
       font-size: 0.24rem;
       line-height: 0.36rem;
    }
}