table.table-expandable > tbody > tr:nth-child(odd) {
    cursor: pointer;
}

table.table-expandable.table-hover > tbody > tr:nth-child(even):hover td {
    background-color: white;
}

table.table-expandable > tbody > tr div.table-expandable-arrow {
    background:url("../images/arrows.png") transparent  no-repeat scroll 0px -16px; width:16px; height:16px; display:block;
}

table.table-expandable > tbody > tr div.table-expandable-arrow.up {
    background-position:0px 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


/*响应式表格*/
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}
table thead tr {
    height: 60px;
    background: #8c8b8b;
}
table tbody tr {
    height: 50px;
}
table tbody tr:last-child {
    border: 0;
}
table td, table th {
    text-align: left;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}


.table100-head th{
    font-family:"Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

/*tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}*/

tbody tr {
    font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.column1 {
    /*width: 260px;*/
    padding-left: 40px;
}

.column2 {
   /* width: 160px;*/
}

.column3 {
    /*width: 245px;*/
}

.column4 {
    /*width: 110px;
    text-align: right;*/
}

.column5 {
    /*width: 170px;
    text-align: right;*/
}

.column6{
    /*width: 222px;
    text-align: right;
    /*padding-right: 62px;*/
}

table tbody tr ul{
    font-size:14px;color:#666;line-height:30px;
}
table tbody tr ul p strong{
    color: #333;
}
@media screen and (max-width: 768px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 2px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #fff;
    }
    table tbody tr td:before {
    font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
        padding-top: 5px;
    }
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 10px 0 20px 0;
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 10px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-family: "Noto Sans SC", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "招聘职位";
    }
    table tbody tr td:nth-child(2):before {
        content: "岗位类别";
    }
    table tbody tr td:nth-child(3):before {
        content: "招聘人数";
    }
    table tbody tr td:nth-child(4):before {
        content: "工作地点";
    }
    table tbody tr td:nth-child(5):before {
        content: "工作经验";
    }
    table tbody tr td:nth-child(6):before {
        content: "截止日期";
    }


    .column4,
    .column5,
    .column6 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.zp_btn{}
.zp_btn a{
    color: #fff;
    background: #74add3;
    padding: 5px;
    border-radius: 3px
}
.zp_btn a:hover{
    color: #fff;
    background: #1d68b2;
}
.notice{text-align: center;font-size: 0.8em;padding: 20px 0px;}