.tab{display:table;width:100%;border-spacing:0;border-bottom:4px solid #AB862D;margin-top:40px;}
.tab>a{display:table-cell;width:25%;text-align:center;height:40px;line-height:40px;color:#222;cursor:pointer;}
.tab>a:hover{background:rgba(171,134,45,0.1);color:#000;text-decoration:none;}
.tab>a.active{background:rgba(171,134,45,0.8);color:#fff;font-weight:bold;}
.staffs{position:relative;}
.staffs:before{position:absolute;top:10px;right:0;width:16px;height:11px;background:url("../../g/l");content:'';display:none;}
.staffs.loading:before{display:block;}
.staffs>div{padding:30px 0;border-bottom:1px dashed #AB862D;}
.staffs>div:after{content:'';display:block;clear:both;}
.staffs>div>img{float:left;margin-right:10px;width:175px;}
.staffs>div>h3{margin-top:0;font-size:18px;}
.staffs>div>h3>span{color:#666;}
.staffs>div>h3>span:before{content:' - ';}
.staffs>div>p{margin:0;text-indent:0;padding:0;}
.staffs>div:last-child{border-bottom:none;padding-bottom:0;}
