.job-txt .txt{
    font-size: 16px;
}
.job-txt .txt strong{
    font-size: 18px;
}
.job-txt{
    height: auto!important;
}
.job-txt .pic{
    height: 300px;
}
.job-txt .txt>p:nth-child(2n){
    margin-bottom: 6px;
}

.job_list .job_list_top .it_2,
.job_list .job_list_body .it_2{
    width: 9%;
}
.job_list .job_list_top .it_3,
.job_list .job_list_body .it_3{
    width: 11%;
}
.job_list .job_list_top .it_4,
.job_list .job_list_body .it_4{
    width: 20%;
}
.job_list .job_list_top .it_7,
.job_list .job_list_body .it_7{
    width: 25%;
}


@media (max-width: 900px){
    .job_list .job_list_body .item .item_top{
        padding: 14px 6px;
        position: relative;
    }
    .job_list .job_list_top .it_1,
    .job_list .job_list_body .it_1{
        width: 25%;
    }
    .job_list .job_list_top .it_2,
    .job_list .job_list_body .it_2{
        width: 15%;
    }
    .job_list .job_list_top .it_3,
    .job_list .job_list_body .it_3{
        width: 15%;
    }
    .job_list .job_list_top .it_5,
    .job_list .job_list_body .it_5{
        width: 20%;
    }
    .job_list .job_list_top .it_6,
    .job_list .job_list_body .it_6{
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 5;
    }
    .job_list .job_list_top .it_7,
    .job_list .job_list_body .it_7{
        width: 25%;
    }
}