/* jobList
----------------------------------------------- */
#jobList {
 padding:15px;
 background-color: #FFF;
}
#jobList dl {
 border-bottom: 1px solid #DDD;
 margin-bottom: 25px;
}
#jobList dl.last {
 border-bottom: 0;
}
#jobList dt  {
 margin-bottom: 15px;
}
#jobList dt .position {
 color: #333;
 font-size: 18px;
 margin-bottom: 10px;
}
#jobList dt .attribute {
 display: block;
 color: #999;
}
#jobList dd {
 line-height: 180%;
}
#jobList dd p {
 margin-bottom: 15px;
}
#jobList dd p b {
 display: block;
 margin-bottom: 5px;
 font-weight: bold;
 font-size: 14px;
}
#jobList dd p.apply {
 color: #999;
}
#jobList dd p.apply a {
}
.join-table thead tr td {
 background: #f3f3f3;
 height: 50px;
 line-height: 50px;
 color: #666;
 font-size: 14px;
 text-align: center;
 font-weight: 600;
 border-right: 1px solid #e9e9e9;

}
.join-table {
 border: 1px solid #e9e9e9;
 width: 100%;
 margin: 0 auto 50px;

}

.join-table tbody tr td {
 height: 50px;
 line-height: 50px;
 color: #666;
 font-size: 14px;
 text-align: center;
 border-right: 1px solid #e9e9e9;
}
.active-tit i {
 width: 10px;
 height: 10px;
 vertical-align: middle;
 margin-right: 10px;
}

.icon-square {
 width: 18px;
 height: 18px;
 display: inline-block;
 background: #ff8b3d;
 vertical-align: middle;
 margin-right: 10px;
}
.active-tit {
 margin: 45px 0 20px 0;
}
.file-list-box .chance-text-item:last-child {
 margin-bottom: 100px;
}