/* 招贤纳士 */
.jobs_page .top_banner{
    width: 19.5rem;
    height: 5.9125rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: .75rem;
   
}
.jobs_page .top_banner .img{
    width: 100%;
    height: 100%;
}
.jobs_page .top_banner .title{
    position: absolute;
    font-size: .6rem;
    color: #0a70b4;
    font-weight: bold;
    font-family: Source Han Sans CN-Bold;
    position: absolute;
    left: 1.5875rem;
    top: 1.725rem;
}
.jobs_page .top_banner .line_{
    width: 1rem;
    height: .025rem;
    background: #0a70b4;
    position: absolute;
    left: 1.5875rem;
    top: 2.825rem;
}
.jobs_page .top_banner .brief_{
    width: 10.3875rem;
    font-family: Source Han Sans CN-Light;
    font-size: .25rem;
    color: #0a70b4;
    position: absolute;
    left: 1.5875rem;
    top: 3.35rem;
    text-indent: 2em;
    font-weight: bold;
}
.jobs_page .bor_title{
    font-size: .2rem;
    color: #4D4D4D;
    font-family: Source Han Sans CN-Regular;
    position: relative;
    padding-left: .125rem;
    margin-top: .14rem;
    margin-bottom: .1rem;
}
.jobs_page .bor_title::after{
    content: "";
    display: block;
    width: .05rem;
    background:#0A70B4;
    height: .2rem;
    position: absolute;
    top: .045rem;
    left: 0;
}
.jobs_page .detail_box{
    width: 19.5rem;
    margin: 0 auto;
    
}
.jobs_page .detail_box .ys_box{
    margin-left: 2.5625rem;
    margin-right: 2.5625rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}
.jobs_page .detail_box .ys_box .ys_item .icon{
    width: .4375rem;
    height: .3375rem;
    padding-left: .09rem;
    border-left: 1px solid #0A70B4;
    margin-bottom: -0.045rem;
    margin-left: .0043rem;
}
.jobs_page .detail_box .ys_box .ys_item .info{
    border-left: 2px solid #0A70B4;
    padding-left: .1125rem;
    
}
.jobs_page .detail_box .ys_box .ys_item .info .y_box{
    font-size: .5625rem;
    color: #0A70B4;
    font-family: DIN-Black;
    
}
.jobs_page .detail_box .ys_box .ys_item .info .y_box span{
    color: #4D4D4D;
    font-size: .175rem;
}
.jobs_page .detail_box .ys_box .ys_item .info .brief_{
    font-size: .2rem;
    color: #4D4D4D;
}
.jobs_page .detail_box .job_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jobs_page .detail_box .job_list .jobs_page .detail_box .job_list a{
    text-decoration: none;
}
.jobs_page .detail_box .job_list .job_item:nth-child(4n){
    margin-right: 0 !important;
}
.jobs_page .detail_box .job_list .job_item:hover{
    background: #E6F0F7;
}
.jobs_page .detail_box .job_list .job_item{
    width: 4.5rem;
    height: 3.725rem;
    padding:.375rem;
    position: relative;
    margin-bottom: .5rem;
    cursor: pointer;
    margin-right: .5rem;
}

.jobs_page .job_item a{
    text-decoration: none !important;
}
.jobs_page .detail_box .job_list .job_item .title{
    font-size: .35rem;
    color: #4D4D4D;
    font-family: Source Han Sans CN-Bold;
}
.jobs_page .detail_box .job_list .job_item .job_bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.jobs_page .detail_box .job_list .job_item .brief_{
    font-size: .2rem;
    color: #808080;
    font-family: Source Han Sans CN-Regular;
    height: 1.6rem;
    line-height: .4125rem;
    margin-bottom: .2rem;
}
.jobs_page .detail_box .job_list .job_item .bottom_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4D4D4D;
    font-size: .225rem;
    z-index: 888;
    position: sticky;
}
.jobs_page .detail_box .job_list .job_item .bottom_box .info_box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.jobs_page .detail_box .job_list .job_item .bottom_box .info_box .icon_{
    width: .175rem;
    height: .225rem;
    margin-right: .125rem;
}
.jobs_page .detail_box .job_list .job_item .bottom_box a{
    text-decoration: none;
}