
.recruit_block {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;


}

.recruit_block_main {
    margin: 0 12%;
    padding: 30px 0;
    min-height: 700px;


}

.recruit_main {
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
    font-size: 14px;
}

.recruit_main_begin {
    border-bottom: 1px solid #dedede
}

.recruit_main_info {
    height: 46px;
    padding: 16px 0
}

.recruit_recommend {
    border-bottom: 1px solid #dedede
}

.recruit_recommend_title {
    height: auto;
    padding: 16px 0 16px 0;
    color: #212529;


}

.recruit_hot {
    width: 100%;
    height: auto;
    background-color: white;

}

.recruit_hot_title {
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.recruit_hot_list {
    font-size: 14px
}

.recruit_hot_ul {
    padding: 0
}

.recruit_hot_li {
    list-style: none;
    line-height: 24px;
    padding: 5px 20px;
    border-bottom: 1px dashed #dedede
}

@media (max-width: 800px) {
    .recruit_block_main {
        margin: 0 10px;
    }

    .recruit_hot {
        margin-top: 20px;
    }

    .recruit_recommend_title {
        height: auto;
        padding: 16px 0 16px 0;
        color: #212529;


    }

    .dis-mb{
        display: none;
    }


}
