.join_table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eeeff0;
}

.join_table tbody tr td {
    padding: 10px;
    line-height: 24px;
    color: #666;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.job_op_btn {
    width: auto;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    border: 0;
    background: #3fbbbd;
    color: #fff;
    border-radius: 3px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 15px;
}

.job-list {
    display: block;
    margin: 25px;
}

.job-list dl {
    margin: 0 0 10px;
    border: 1px solid #eeeff0;
    position: relative;
    transition: all 300ms ease;
}

.job-list dl.job_box {
    display: inline-block;
    float: left;
    margin: 5px;
}

.job-list dl.job_box dt.job_logo {
    width: 320px;
    height: 240px;
}

.job-list dl.job_box dt.job_logo img {
    width: 100%;
    height: 100%;
}

.job-list dl dt {
    padding: 10px;
    background: #F6F7F9;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.job-list dl dt.title_name {
    display: inline-block;
    width: 32px;
}

.job-list dl dt p {
    margin: 0;
    height: 20px;
    line-height: 20px;
}

.job-list dl dt p b {
    font-weight: 400;
    color: #3fbbbd;
    margin-left: 5px;
}

.job-list dl dt p i {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    top: 0;
    left: 0;
    overflow: hidden;
    float: left;
    transition: all 300ms ease;
}

.job-list dl dt p i u {
    width: 10px;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    overflow: hidden;
}

.job-list dl dt p i u:nth-child(2) {
    transform: rotate(90deg);
}

.job-list dl .current {
    background: #F6F7F9;
}

.job-list dl .current p i {
    transform: rotate(180deg);
}

.job-list dl .current p i u:nth-child(2) {
    opacity: 0;
}

.job-list dl .job-cz {
    height: 40px;
}

.job-list dl .job-cz a {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px;
}

.job-list dl .job-cz a i {
    width: 15px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

.job-list dl .job-cz a .edit {
    background: url(../images/edit-img.png) center center no-repeat;
}

.job-list dl .job-cz .del {
    background: url(../images/del.png) center center no-repeat;
}

.job-list dl dt em {
    margin-left: 10px;
}

.job-list .sortable-ghost {
    opacity: 1;
    box-sizing: border-box;
    border: 2px dashed #ddd;
}

.job-list .sortable-ghost dt,
.job-list .sortable-ghost dd,
.job-list .sortable-ghost p,
.job-list .sortable-ghost .job-cz {
    opacity: 0;
}

.job-list span.sortable-ghost {
    background-color: transparent;
    border: 1px dashed #ddd;
}

.job-list dl dd {
    overflow: hidden;
    padding: 10px 15px;
    display: none;
}

.job-list dl dd span {
    float: left;
    width: 100%;
    margin: 5px 10px 5px 0;
    font-size: 12px;
    position: relative;
    border: 1px solid #eeeff0;
    padding: 0 70px 0 30px;
    line-height: 20px;
    color: #666;
    cursor: move;
    box-sizing: border-box;
}

.job-list dl dd span p {
    display: block;
    margin: 0;
    line-height: 30px;
}

.job-list dl dd span p i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.job-list dl dd span p em {
    width: 40%;
    display: inline-block;
    border-left: 1px solid #eeeff0;
    padding: 0 20px;
}

.job-list dl dd span p em b {
    font-weight: 400;
    color: #3fbbbd;
    margin-left: 5px;
}

.job-list dl dd span p u {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 30px;
    border-left: 1px solid #eeeff0;
    overflow: hidden;
}

.job-list dl dd span p u a {
    float: left;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.job-list dl dd span p u a:hover {
    color: #1590E9;
}

.job-list dl dd span p u a.del {
    width: 29px;
    border-left: 1px solid #eeeff0;
}

.job-list dl dd span p u a.del:hover {
    color: #3fbbbd;
}