.job_head{
    margin:30px 0 15px 0;
}
.job_head .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_head .classify{
    border-bottom:2px solid #e63636;
}
.job_head .classify .link{
    display: flex;
}
.job_head .classify .link a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    font-size:15px;
    background-color: #fafafa;
    margin-right: 4px;
    border:1px solid #eee;
    border-bottom: none;
}
.job_head .classify .link a.on{
    color:#fff;
    background-color:#e63636;
    border-color: #e63636;
}
.job_head .classify .link a:hover{
    color:#e63636;
}
.job_head .classify .link a.on:hover{
    color:#fff;
}
.job_head .classify .back{
    display: flex;
    align-items: center;
}
.job_head .classify .back .iconfont{
    font-size:14px;
    line-height: 14px;
    position: relative;
    top:1px;
    left:-2px;
}
.job_head .count{
    background: #fafafa;
    border: 1px solid #ebebeb;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-top:none;
    border-right: none;
}
.job_head .count .info{
    padding:0 10px;
    display: flex;
    align-items: center;
    color:#666;
}
.job_head .count .info .iconfont{
    font-size:24px;
    margin-right: 5px;
}
.job_head .count .strong{
    color:#e63636;
    font-weight: 700;
    padding:0 2px;
}
.job_head .count .right a{
    display: block;
    height: 39px;
    line-height: 39px;
    width:120px;
    padding-left:20px;
    text-align: center;
    color:#fff;
    background: url(/template/default/style/img/jobs_add.gif)no-repeat center center;
}

.flex{
    display: flex;
    justify-content: space-between;
    margin:30px 0;
}

.flex-left{
    width:280px;
    flex-shrink: 0;
}
.flex-right{
    width:100%;
    margin-left:30px;
}
.job{
    border:1px solid #eee;
    padding:25px;
    border-radius: 3px;
}
.job-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.job-top .jobname{
    font-size:26px;
}
.job-top .company a{
    color:#00a0c8;
}
.job-top .company a:hover{
    text-decoration: underline;
}

.table{
    width:100%;
    border-collapse: collapse;
    border:1px solid #ebebeb;
}
.table tr th{
    text-align: right;
    padding:10px;
    height: 40px;
    width:100px;
    font-weight: normal;
    background-color: #fcfcfc;

}
.table tr td{
    padding:10px;
    height: 40px;
    line-height: 22px;
}
.table tr td.strong{
    color:var(--theme);
    font-weight: 700;
}
.table tr td .nologin{
    font-size:15px;
    display: none;
}
.table tr td .nologin a{
    color:var(--theme);
}
.table tr td .nologin a:hover{
    text-decoration: underline;
}

.table tr td .contact .e{
    padding:3px 0;
} 

.left-box{
    border:1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 15px;
}
.left-box:last-child{
    margin-bottom: 0px;
}
.left-title{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size:15px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fcfcfc;
}
.left-box ul{
    padding:5px 0;
}
.left-box ul li{
    padding:5px 10px;
    display: flex;
    align-items: center;
}
.left-box ul li img{
    margin-right: 8px;
}
.left-box ul li a{
    color:#666;
    display: block;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.left-box ul li a:hover{
    color:var(--theme);
}

