.head-thumb {
    background: url("../img/join-us-bg.jpg");
}

.fx1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fl { float: left; }

.txr { text-align: right; }

.fs6 { font-size: 18px; }

.job-main {
    padding-top: 70px;
    padding-bottom: 78px;
    font-size: 14px;
}

.job-main .table-header {
    background: #00813E;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.job-main .table-header>div {
    padding-left: 15px;
    padding-right: 15px;
}

.job-main .table-line {
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 15px;
    padding-right: 15px;
    color: #555;
    cursor: pointer;
}

.job-main .table-line .lines>div {
    padding-left: 15px;
    padding-right: 15px;
}

.job-main .table-line:hover {
    background-color: #F6F4F5;
    border-color: #F6F4F5;
}

.job-main .table-line:hover .txr { color: #02813E; }

/* region ↓职位详情模态框↓ */
.SerBox {
    display: none;
    font-size: 14px;
    font-weight: 400;
    width: 1080px;
    line-height: 28px;
    min-height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1201;
    background: #F5F5F5;
    padding: 40px 50px;
    color: #666;
}

@media (max-width: 768px) {
    .SerBox { padding: 30px 10px; }
}

@media (max-width: 1080px) {
    .SerBox { width: 96%; }
}

.SerBox .closes {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -8px;
    top: -7px;
    background: url(../../../Project/Views/img/market/modal-closes.png);
    cursor: pointer;
}

.SerBox .tops {
    padding-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.SerBox .coms {
    height: 420px;
    line-height: 28px;
    padding: 10px 0 40px;
    border-bottom: 1px solid #E5E5E5;
    overflow: auto;
}

.SerBox .coms .tit {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.SerBox .bottoms {
    height: 70px;
    line-height: 70px;
}

.SerBox .bottoms .inpts {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin-top: 15px;
    border: 1px solid #E5E5E5;
}

.SerBox .bottoms .col-lg-2, .SerBox .bottoms .col-lg-3, .SerBox .bottoms .col-lg-4 {
    padding-left: 15px;
    padding-right: 16px;
}

.SerBox .bottoms .ins {
    float: left;
    margin-right: 2%;
    margin-top: 15px;
    width: 48%;
    height: 40px;
    line-height: 40px;
    background: #00813E;
    border: 0;
    color: white;
    padding: 0 5px;
}

.SerBox .bottoms .tins {
    margin-left: 2%;
    margin-right: 0;
    background: #666;
    padding: 0 5px;
}

.SerBox .bottoms .green { color: #008140; }

.SerBox .bottom-text {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*.SerBox .content {
    max-height: 500px;
    overflow: auto;
    display: block;
    color: rgb(102, 102, 102);
}*/

.modal-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1200;
}
/* endregion ↑职位详情模态框↑ */