body{background:#f6f6f6;}
.talent-contain{margin:0 auto; width:1100px;}
.talent-contain .talent-select{padding:51px 0 25px;}
.talent-contain .talent-select a{display:inline-block; width:120px; height:40px; line-height:40px; font-size:16px; background:#fff; color:#3c3c3c; border-radius:4px; border:1px solid #acacac;}
.talent-contain .talent-select a:last-child{margin-left:22px;}
.talent-contain .talent-select a.current{background:#e72929; color:#fff; border:0;}
.talent-contain .talent-select a:hover{background:#e72929; color:#fff; border:0;}
.talent-list-contain{padding:34px 35px 30px 35px; background:#fff;}
.talent-list-contain tr{width:100%; height:52px; line-height:52px; font-size:14px; color:#3c3c3c;}
.talent-list-contain th{font-size:16px; font-weight:bold; border-bottom:2px solid #dedede;}
.talent-list-contain td{text-align:left; border-bottom:1px dashed #e1e1e1;}
.talent-list-contain th:first-child, .talent-list-contain td:first-child{width:55%;}
.talent-list-contain th:nth-child(2), .talent-list-contain td:nth-child(2){width:10%;}
.talent-list-contain th:nth-child(3), .talent-list-contain td:nth-child(3){width:20%;}
.talent-list-contain th:nth-child(4), .talent-list-contain td:nth-child(4){width:15%; text-align:right;}
.talent-list-contain td:nth-child(4){color:#e72929; cursor:pointer;}
.talent-list-contain td:nth-child(4):hover{opacity:0.8;}
.talent-list-contain tr.list:last-child td{border:none;}


