.list-header{border-bottom:1px solid #f5f5f5;font-size:13px}
.list-row{height:29px;padding:12px 3%;line-height:29px;box-sizing:content-box}
.list-row div{display:inline-block;float:left;overflow:hidden;height:29px;line-height:29px;white-space:nowrap;text-overflow:ellipsis;position:relative;z-index:10}
.column1{width:25%}
.column2,.column3{width:15%}
.column4{width:30%}
.column5{width:14%}
.list-body{margin:0 1%;font-size:13px}
.list-body .list-row{padding:12px 2%;border-bottom:2px dotted #f5f5f5;color:#666}
.column1>a{display:block;overflow:hidden;padding-right:1em;white-space:nowrap;text-overflow:ellipsis}
.list-body .list-row a{text-decoration:none;color:#666}
.job-detail{padding:12px 2% 20px;border-bottom:2px dotted #f5f5f5}
.job-detail,.job-detail h3{font-size:12px;font-weight:400;color:#666}
.job-duty{margin-bottom:35px}
.toggle-detail{color: red !important;cursor: pointer;margin-top: 10px;float: right;}
@media (max-width: 767px) {
.column1 {
    width: 45%;
}
.column4 {
    width: 30%;
}
.column5 {
    width: 25%;
}
}