.all{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: url("../image/common/Inner_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.recruit_block{
    width: 1584px;
    height: 635px;
    margin: 220px auto 0px auto;
}

.content_block{
    width: 100%;
    height: 100%;
    margin: 30px auto;
}

.left_side{
    display: flex;
    justify-content: center;
    width: 430px;
    height: 540px;
    background: #ffffff;
    border: 2px solid #D9D9D9;
    border-radius: 8px;
    margin-right: 18px;
}

.left_side_content{
    padding: 50px 70px 50px 80px;
}

.search_bar{
    width: 280px;
    height: 30px;
    color: #989898;
    border: 1px solid #CFCFCF;
    margin-bottom: 42px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #CFCFCF;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CFCFCF;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #CFCFCF;
    font-size: 16px;
}

#search_text{
    width: 85%;
    height: 99%;
    font-size: 16px;
    color: #464646;
    border: none;
    padding-left: 20px;
}

.search_bar>img:hover{
    content: url("/static/alone/image/Recruit/search_hover.png");
}

#search_text:focus{
    outline: none;
}

.recruit_left_part{
    width: 100%;
    height: 365px;
    overflow: auto;
}

.recruit_left_part::-webkit-scrollbar{
    width: 5px;
}

.recruit_left_part::-webkit-scrollbar-thumb{
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);*/
    background-color: #CFCFCF;
}

.recruit_left_part::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);*/
    border-radius: 10px;
    background-color: #E8E8E8;
}

.recruit_preview{
    width: 100%;
    height: auto;
}
.recruit_preview_content{
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #CFCFCF;
}

.recruit_preview_content>div>span{
    width: 85%;
    font-size: 14px;
    color: #464646;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recruit_preview_content>div:last-child>span{
    width: 95%;
}
.recruit_name{
    width: 70%;
    height: 36px;
    display: flex;
    align-items: center;
}

.recruit_location{
    width: 30%;
    height: 36px;
    display: flex;
    align-items: center;
}

.recruit{
    margin-top: 65px;
    font-size: 18px;
    font-weight: bolder;
}

.right_side{
    width: 1112px;
    height: 540px;
    border-radius: 8px;
    border: 2px solid #D9D9D9;
    overflow: hidden;
}

.shell{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
}

.shell_block{
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shell_block>span{
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}

.recruit_detail{
    width: 1112px;
    height: 540px;
    background: #ffffff;
}

.info_content{
    padding: 50px 83px 50px 130px;
}

.info_detail{
    width: 702px;
    height: 440px;
    overflow: auto;
}

.info_detail::-webkit-scrollbar{
    width: 5px;
}

.info_detail::-webkit-scrollbar-thumb{
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);*/
    background-color: #CFCFCF;
}

.info_detail::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);*/
    border-radius: 10px;
    background-color: #E8E8E8;
}

.info_apply{
    height: 100%;
    margin-left: 35px;
}

.info_detail_left{
    width: 100%;
    height: 100%;
    padding-right: 45px;
}

.info_detail_left::-webkit-scrollbar{
    display:none;
    width: 0!important;
}


.info_detail_title{
    font-size: 32px;
    color: #464646;
}

.info_detail_span>span{
    font-size: 16px;
    color: #464646;
}

.info_detail_subtitle{
    font-size: 20px;
    margin-top: 25px;
}

.info_detail_duty{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.info_detail_request{
    font-size: 14px;
    line-height: 24px;
}

#job_duty >p{
    margin-bottom: 4px;
}

#short_name_div{
    display: inline-block;
}

#type_div{
    display: inline-block;
}

.apply_button{
    width: 160px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border-radius: 25px;
    color: #ffffff;
    background-color: #989898;
}

.apply_button:hover{
    cursor: pointer;
    background-color: #FB2971;
}

.recruit_preview_hover{
    background-color: #FB2971;
}

.recruit_preview_hover>div>span{
    font-size: 14px;
    color: #E8E8E8;
}

.recruit_preview_content:hover{
    background-color: #FB2971;
    cursor: pointer;
}

.recruit_preview_content:hover>div>span{
    font-size: 14px;
    color: #E8E8E8;
}