.tHjob .in {
    padding: 0 0 15px;
}
.tHeader .in {
    position: relative;
}
.tHjob .cn {
    position: relative;
}
.tHjob h1 {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-primary);
    line-height: 1.4;
    margin-bottom: 8px;
}
.tHjob .cn strong {
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #ff6000;
}
.tHeader .in .ltype {
    font-size: 15px;
    color: var(--text-body);
    margin-bottom: 8px;
}
.tHjob .op {
    float: right;
    width: 295px;
    text-align: center;
    margin-top: 8px;
}
.tCompany_main {
    margin-bottom: 38px;
}
.tCompany_main .prop {
    position: relative;
}
.tCompany_main .msg {
    margin: 4px 0 8px;
    font-size: 13px;
    color: var(--text-body);
}
.tBorderTop_box h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--text-primary);
    padding: 18px 0;
    border-top: 1px solid var(--border);
}
.tBorderTop_box h2 .bname {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0;
    margin-top: 15px;
    padding-left: 15px;
    border-left: 4px solid #ff6000;
}
.bmsg {
    margin-bottom: 10px;
}
.inbox .mt10 {
    margin-top: 10px;
}

/* 招聘列表 */
.j_joblist .e {
    position: relative;
    height: 94px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 16px 32px 16px 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: var(--radius);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--bg-light);
}
.j_joblist .e .ick {
    position: absolute;
    width: 38px;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    background: none;
    -webkit-transition: left .5s, top 0.5s;
    -moz-transition: left .5s, top 0.5s;
    -ms-transition: left .5s, top 0.5s;
    transition: left .5s, top 0.5s;
}
.j_joblist .e .el {
    float: left;
    width: 240px;
    margin-right: 16px;
}
.j_joblist .e .er {
    position: relative;
    float: right;
    width: 240px;
    height: 94px;
    text-align: right;
}
