.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;
}

.filter {
    background-color: #fafafa;
    border:1px solid #eee;
    margin-bottom: 15px;
    padding:8px;
}
.filter .item,.filter .search{
    display: flex;
    padding:5px;
    align-items: center;
}
.filter .item ul{
    display: flex;
}
.filter .item ul li{
    margin-right:15px;
}
.filter .item ul li:last-child{
    margin:0px;
}
.filter .item ul li .e{
    padding:2px 5px;
    cursor: pointer;
    border-radius: 2px;
}
.filter .item ul li .e:hover{
    color:#e63636;
}
.filter .item ul li .e.on{
    background-color: #e63636;
    color:#fff;
}
.filter .item ul li .e.on:hover{
    color:#fff;
}
.filter .search input{
    border:1px solid #ccc;
    padding:2px 5px;
    font-size:14px;
    margin:0px;
    border-right:none;
}
.filter .search .val{
    display: flex;
}
.filter .search .val button{
    border:1px solid #e63636;
    padding:0 8px;
    border-left:none;
    cursor: pointer;
    background-color: #e63636;
    color:#fff;
    border-radius: 2px;
}
.filter .search .val button:hover{
    background-color: #c72e2e;
}
.filter .search .reset{
    background-color: #fafafa !important;
    border:1px solid #ccc !important;
    margin-left:15px  !important;
    color:#666  !important;
}
.filter .search .reset:hover{
    background-color: #eee !important;
}

.flex{
    display: flex;
}
.flex-left{
    width:100%;
    margin-right: 15px;
}
.flex-right{
    width:285px;
    flex-shrink: 0;
}

.list{
    margin:0 0 30px 0;
}
.list-table{
    width:100%;
    border:1px solid #eee;
    background-color: #fafafa;
}
.list-table tr{
    border-bottom: 2px dashed #eee;
    background-color: #fff;
}
.list-table tr:last-child{
    border-bottom:none;
}
.list-table tr:nth-child(even){
    background-color: #fafafa;
}
.list-table tr td{
    padding:15px;
}
.list-table thead{
    border-bottom: 1px solid #eee;
}
.list-table thead tr{
     background-color: #fafafa;
}
.list-table thead tr td{
    padding:10px 15px;
}
.list-table .detail{
    display: inline-block;
    border:1px solid #eee;
    padding:5px 10px;
}
.list-table .detail:hover{
    background-color: #e63636;
    color:#fff;
    border-radius: 3px;
}
.list-table .jobname{
    color:#369ed1;
    font-weight: 700;
}
.list-table .jobname:hover{
    text-decoration: underline;
}

.right-box{
    border:1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 15px;
}
.right-box:last-child{
    margin-bottom: 0px;
}
.right-box .title{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size:15px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fcfcfc;
}
.right-box ul{
    padding:5px 0;
}
.right-box ul li{
    padding:5px 10px;
    display: flex;
    align-items: center;
}
.right-box ul li img{
    margin-right: 8px;
}
.right-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;
}
.right-box ul li a:hover{
    color:var(--theme);
}

.recCom{
    position: sticky;
    top:80px;
}








