﻿body {
}
.clearfix::after, .clearfix::before {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
.jobitem-box {
    padding: 10px 0px 0px;
    border-bottom: solid 1px #ccc;
    position: relative;
    margin-bottom: 12px;
    border-radius: 5px;
}
.jobtitle {
    width: 55%;
    float: left;
    
     padding:5px;
}
.company {
    width: 45%;
    float: left;
    position:relative;
}
.Salary {
font-size:14px; display:inline-block; padding:0px 15px;}
.Category span {
    display: inline-block;
    border: none;
    color: #757575;
    padding: 6px 8px 4px;
    margin-right: 5px;
    font-size: 12px;
    background: #F6F6F8;
    border-radius: 4px;
    margin-bottom: 5px;
}
.jobname {
    font-weight: bold;
    font-size: 17px;
    color: #FF342E;
    display:inline-block; padding:0px 5px;
}
.jobname a {
        color: #FF342E;
    }
    .jobitem-box:hover {
        background: #fff;
        box-shadow: 0px 0px 11px 2px rgb(197 205 216 / 44%);
    }
.apply_box {
height:48px;}
.company .pic {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 30px;
    top: 0;
    
}
    .company .pic img {
        border-radius: 10px;
        width: 60px;
        height: 60px;
    }
.apply_box {
    background: #FBFBFB;
    border-radius: 0px 0px 10px 10px;
    padding: 0 27px 0 22px;
}
.update-time{
    color: #CCCCCC;
    font-size: 12px;
    float:right;
    line-height:48px; 
}
.jobinfo { padding:5px; margin-bottom:5px;
font-size:14px;}
.jobinfo span { margin-right:18px;
    }
.apply_box .resume{
    display:inline-block;
    width: 90px;
    height: 26px;
    background: #757575 url(../images/hand_in_resume.png) 12px center no-repeat;
    background-size: auto;
    background-size: 16px 14px;
    border-radius: 15px;
    box-sizing: border-box;
    padding-left: 36px;
    line-height:26px;
    margin-right: 13px;
    color: #fff;
    cursor: pointer;
}
.oprate_box {
display:inline-block; line-height:48px;}
.title-main {
padding:0px 5px 5px 0px;}
.company-title { padding:0px 5px 5px 0px;
}
.product { font-size:14px;
padding:5px 0px; margin-bottom:5px;}
.company {
    padding: 5px;
}
.company_info .scount { display:inline-block; margin-right:5px; font-size:14px;
}
.resume:hover {
background-color:#000000;}