body,html{
    background-color:#fff;
}
.innerDiv {
    width: 100%;
    height: 147px;
    border-radius: 5px;
    /*box-shadow: 0 5px 10px #f3f3f4;*/
    padding: 17px 16px 6px 16px;
}
.index_banner {
    margin-bottom: 0;
    /* margin-bottom: 15px; */
}
.show-box {
    background-color: #ffffff;
}
.main {
    width: 100%;
    min-height: 600px;
    background-color: #f8f8fa;
    margin: 0 auto;
    margin-bottom: 13%;
}
.job-box{
    width: 100%;
    height: 28px;
}
.job{
    display: inline-block;
    width: 57%;
    height:100%;
    line-height: 28px;
    font-size: 15px;
    color: #050505;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.salary{
    width: 40%;
    height: 100%;
    color: #ffb432;
    font-size: 15px;
    float: right;
    text-align: right;
}
.address-div{
    width: 100%;
    height: 32px;
}
.icon-address{
    display: inline-block;
    width: 3.5%;
    float: left;
    margin-right: 4px;
}
.icon-address img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.address-name {
    font-size: 12px;
    color: #676767;
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 20px;
}
.exp{
    width: 100%;
    height: 28px;
}
.exp p{
    width: 39%;
    height: 100%;
    font-size: 12px;
    color: #676767;
    float: left;
}
.company-box{
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #676767;
}
.compLogo{
    display: inline-block;
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    position: relative;
}
.compName{
    width: 56%;
    height: 100%;
    float: left;
    line-height: 32px;
    padding-left: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.update-time{
    width: 25%;
    float:left;
    text-align: left;
    line-height: 32px;
    padding-left: 2%;
}
.heartWarp {
    width: 9.5%;
    right: 2%;
    bottom: 3%;
}
.compLogo img{
   /* position: absolute;*/
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
   /* top:0; bottom:0; left:0; right:0;*/
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.exp .education{
    float: right;
    text-align: right;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .heartWarp {
        width: 4.5%;
        right: 2%;
        bottom: 3%;
    }
    footer{
        max-width: 100%;
    }
}