.content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ibox-content ul {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;

}

.table-list-content a:hover {
    color: #df542f;
}

.ibox-content .table-list-title {
    background: #f4f4f4;
    font-weight: 550;
}

.ibox-content .content-title {
    color: #222222;
    border-bottom: 1px solid #e7eaec;
}

.show-xs {
    display: none;
}
.job-title,.job-address,.job-number,.job-company,.job-time{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .content {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .breadcrumb {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .content-title {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .content-title li {
        font-size: 13px;
        height: 22px;
        line-height: 22px;
    }

    .content-title .job-title {
        font-size: 15px;
        height: 25px;
        line-height: 25px;
        font-weight: 550;
        margin-bottom: 15px;
    }

    .job-content-title {
        width: 55px;
        margin-right: 10px;
    }

    .placeholder {
        display: inline-block;
        width: 26px;
    }

    .show-xs {
        display: inline-block;
    }

    .ibox-content ul {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/*详情页css*/
.detail {
    width: 100%;
}

.detail-title {
    line-height: 42px;
    font-size: 28px;
    font-weight: 550;
    color: #222222;
}

.detail-title-content {
    margin-top: 16px;
    line-height: 24px;
}

.title-list {
    float: left;
    font-size: 16px;
    margin-left: 40px;
    color: #666666;
}

.title-list:nth-child(1) {
    margin-left: 0;
}

.title-company {
    color: #df542f;
}
.title-company a{
    color: #df542f;
}
.title-company a:hover{
    color: #df542f;
}
.detail-content {
    margin-top: 24px;
    padding: 23px 0;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
}

.detail-content p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.detail-content .little-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 550;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 10px;
}

.detail-bottom {
    margin-top: 16px;
}

.detail-bottom div {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.detail-thank {
    text-indent: 2em;
}

.detail-bottom-company {
    margin-top: 30px;
}

.detail-bottom-company, .detail-bottom-time {
    text-align: right;
}

.accessory {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.accessory-list {
    color: #df542f;
}

.accessory-list:hover {
    color: #df542f;
}

@media (max-width: 768px) {
    .detail {
        margin-top: 20px;
    }

    .detail-title {
        font-size: 15px;
        line-height: 25px;
    }

    .detail-title-content {
        font-size: 12px;
        line-height: 12px;
    }

    .title-list {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 10px;
    }

    .title-list:nth-child(1) {
        float: none;
        margin-top: 0;
    }

    .title-list:nth-child(4) {
        margin-right: 0;
    }

    .detail-content p {
        text-align: justify;
        font-size: 13px;
        line-height: 22px;
        text-indent: 1em;
    }

    .detail-content .little-title {
        font-size: 13px;
        line-height: 22px;
    }

    .detail-bottom div {
        font-size: 13px;
        line-height: 22px;
    }

    .detail-thank {
        text-indent: 1em;
    }

    .accessory {
        margin-top: 20px;
        font-size: 13px;
        line-height: 22px;
    }
}

.page-title-box {
    background: url("../images/job/top-pc-banner.jpg") no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .page-title-box {
        background: url("../images/job/top-mobile-banner.jpg") no-repeat center center;
        background-size: 100% 100%;
    }
}




/* 列表无数据 样式 */
.nodata-box{
    padding: 135px 0;
    text-align: center;
}
.nodata-box img{
    display: block;
    margin: 0 auto;
}
.nodata-box div{
    font-family: PingFangSC-Regular;
    line-height: 22px;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}
@media (max-width: 768px){
    .nodata-box{
        padding: 80px 0;
    }
}