@charset "utf-8";

.staff {
 width:683px;
 padding: 10px 0;
 border:1px solid #cccccc;
 overflow:hidden;
 clear:both;
 line-height:20px;
 margin-bottom:25px;
}

.staff .staff_left {
 width:158px;
 margin:0 50px 0 15px;
 float:left;
 display:inline;
}

.staff .staff_right {
 width:440px; 
 margin:10px 20px 0 0;
 float:left;
 font-size:11px;
 display:inline;
}

.staff .staff_right .name {
 font-size:18px;
 font-weight:bold;
 color:#006e3f;
 margin-right:25px;
 float:left;
}

.staff .staff_right .english {
 font-size:14px;
 font-weight:bold;
 float:left;
}