.nor_height{
    width: 100%;
    height: 168px;
    display: none;
}
.job_banner{
    background: #424a5f;
    color: #fff;
    height: auto;
    padding: 24px 0;
}
.job_banner .inner{
    width: 1200px;
    margin:0 auto;
}
.job_banner .inner .info_primary{
    width: 850px;
    margin-right: 10px;
}
.job_banner .inner .info_primary .job_status{
    font-size: 15px;
    line-height: 14px;
    color: #c7c9d0;
    display: none;
}
.job_banner .inner .info_primary .red{
    color: #00b38a;
}
.job_banner .inner .info_primary .name h1{
    font-size: 32px;
    line-height: 70px;
    color: #ffffff;
    display: inline;
}
.job_banner .inner .info_primary .name .salary{
    font-size: 30px;
    line-height: 70px;
    color: #fa6a43;
    font-weight: 600;
    margin-left: 27px;
}
.job_banner .inner .info_primary p{
    font-size: 15px;
    line-height: 14px;
    color: #c7c9d0;
    
}
.job_banner .inner .info_primary p .dolt{
    margin:0 8px;
 }
.job_banner .inner .info_primary .job_tags span{
    font-size: 12px;
    line-height: 12px;
    color: #c7c9d0;
    display: inline-block;
    border: solid 1px #c7c9d0;
    border-radius: 13px;
    padding:5px 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.job_banner .inner .info_primary .fixed_show{
    display: none;
}
.job_banner .inner .job_op .btn_container{
    width: 332px;
    height: 52px;
    background-color: #00b38a;
    font-size: 16px;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: none;
}
.job_banner .inner .job_op .op_container{
    margin-top: 25px;
    width: 332px;
    text-align: center;
    cursor: pointer;
    display: block;
    
}
.job_banner .inner .job_op .op_container img{
    vertical-align: middle;
} 
.job_banner .inner .job_op .op_container span{
    vertical-align: middle;
    color:#fff;
}
.fixed{
    position: fixed;
    z-index: 99;
    width: 100%;
    top: -10px;
    animation:mymove 0.5s ;
    -webkit-animation:mymove 0.5s ;
}
@keyframes mymove
{
from {top:-100px;}
to {top:-10px;}
}
.fixed .inner .op_container{
    display: none;
}
.fixed .inner .job_op{
    margin-top: 33px;
}
.fixed .inner .job_msg{
    display: none;
}
.fixed .inner .info_primary .fixed_show{
    display: block;
}
.fixed .inner .fixed_show .com_name{
    font-size: 14px;
    margin-right: 20px;
}
.fixed .inner .fixed_show .btn{
    font-size: 14px;
    text-decoration: underline;
    color:#00b38a;
    cursor: pointer;
    border: none;
}
.main_content{
    background-color: #fff;
    border-bottom: solid 1px #f2f5fa;
    padding-bottom: 74px;
}
.main_content .job_main{
    width: 1200px;
    margin:0 auto;
}
.main-left{
    float: left;
    width: 863px;
    border-right: 1px solid #f5f7f9;
    padding-right: 25px; 
}
.article .hr_box{
    height: 70px;
    margin:30px 0;
    display: none;
}
.article .hr_box .img_box{
    margin-right: 20px;
} 
.article .hr_box img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.article .hr_box .msg_box .name{
    font-size: 20px;
    color: #424a5f;
    margin-top: 5px;
}
.article .hr_box .msg_box  .position{
    font-size: 14px;
    color: #9fa3af;
    margin-top: 8px;
} 
.article .my_title{
    height: 16px;
    border-left: 3px solid #00b38a;
    font-size: 16px;
    color: #424a5e;
    line-height: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    
}
.article .my_title span{
    color:gray;
    font-size: 14px;
}
.article .demand{
    font-size: 15px;
    line-height: 34px;
    color: #61687c;
    margin-bottom: 20px;
}
.article .address{
    margin-top: 25px;
    margin-bottom: 50px;
    width: 840px;
    /* height: 230px; */
    /* box-shadow: 0 0 8px #d8d8d8; */
}
.article .address #map{
    /* height: 230px; */
}
.article .address .add{
    height: 40px;
    line-height: 40px;
    /* padding:0 20px; */
}
.article .address .add img{
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
.article .recomand_t{
    font-size: 16px;
    color: #424a5e;
    padding:26px 0;
}
.article .rec_box{
    margin-bottom: 22px;
    
}
.article .rec_box .li_be_a{
    display: block;
    width: 270px;
    height: 96px;
    background-color: #ffffff;
    border: solid 1px #e3e7ed;
    padding:15px;
    margin-right: 13px;
    cursor: pointer;
}
.article .rec_box .li_be_a:hover{
    border-color: #00b38a;
}
.article .rec_box .li_be_a:last-child{
    margin-right: 0;
}
.article .rec_box .li_be_a img{
    width: 67px;
    height: 66px;
    float: left;
    margin-right: 10px;
}
.article .rec_box .li_be_a p{
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    color: #414a60;
}
.article .rec_box .li_be_a .job_title{
    color: #414a60;
}
.article .rec_box .li_be_a .job_salary{
    color: #fa6a43;
}
.article .rec_box .li_be_a .job_msg{
    color: #9fa3af;
}
.article .rec_box2{
    width: 842px;
    background-color: #ffffff;
    border: solid 1px #e4e8ed;
    padding:10px 0;
    
}
.article .rec_box2 .li_be_a{
    display: block;
    width: 50%;
    padding:10px 50px 10px 30px;
    cursor: pointer;
}
.article .rec_box2 .li_be_a .line1{
    line-height: 30px;
    font-size: 16px; 
}
.article .rec_box2 .li_be_a .line1 .line_left{
    color: #414a60;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.article .rec_box2 .li_be_a .line1 .line_right{
    color: #fa6a43;
}
.article .rec_box2 .li_be_a .line2{
    font-size: 14px;
    color: #9fa3b0;
}
.con_right{
    padding-left: 22px;
}
.con_right .company_box{
    margin:46px 0;
}
.con_right .company_box .my_title{
    font-size: 16px;
    color: #414a60;
    margin-bottom: 30px;
}
.con_right .company_box .name{
    margin-bottom: 20px;
}
.con_right .company_box .name img{
    width: 55px;
    height: 55px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.con_right .company_box .name a{
    font-size: 15px;
    color: #414a60;
    cursor: pointer;
    display: inline-block;
    width: 240px;
    vertical-align: middle;
}
.con_right .company_box .name a:hover{
    color:#00b38a;
}
.con_right .company_box .msg{
    margin-bottom: 16px;
}
.con_right .company_box .msg img{
    vertical-align: middle;
    margin-right: 20px;
}
.con_right .company_box .msg span{
    vertical-align: middle;
    font-size: 14px;
    color: #414a60;
    word-break: break-all;
    width: 275px;
    display: inline-block;
    vertical-align: top;
}
.con_right .company_box .time{
    font-size: 14px;
    color: #d0d4da;
    padding-left: 40px;     
 }
.con_right .rem_box3{
    width: 292px;
}
.con_right .rem_box3 .top span{
    font-size: 14px;
    color: #424a5e;
}
.con_right .rem_box3 .top .my_title{
    color: #9fa3b0;
    float: right;
    cursor: pointer;
}
.con_right .rem_box3 .top img{
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}
.con_right .rem_box3 ul{
    margin-top: 12px;
    width: 292px;
    border: solid 1px #f2f2f5;
    padding:0 20px; 
    
}
.con_right .rem_box3 ul .li_be_a{
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f5;
    padding:20px 0;
    position: relative;
    padding-right: 75px;
}
.con_right .rem_box3 ul .li_be_a .job_title{
    color: #414a60;
    font-size: 15px;
    width: 164px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.con_right .rem_box3 ul .li_be_a .job_salary{
    font-size: 14px;
    color: #fa6a43;
    line-height: 26px;
}
.con_right .rem_box3 ul .li_be_a .job_msg{
    font-size: 15px;
    color: #9fa3af;
}
.con_right .rem_box3 ul .li_be_a img{
    position: absolute;
    right: 0;
    top: 20px;
    width: 62px;
    height: 62px;
    border: 1px solid #f2f5fa;
    border-radius: 10px;
}
.con_right .rem_box3 ul li:last-child{
    border-bottom: 0;
}

#jobDet .sidebar{
    padding:10px 0;
    font-size:14px;
}
#jobDet .sidebar a{
    color:#414a60;
}