@charset "utf-8";
/* CSS Document */

.leader_box {width:861px; margin-top:28px;margin-bottom:60px;}
.leader_group {padding-top:32px; margin-top:32px; border-top:1px dashed #e6e6e6;}
.leader_box .leader_group:first-child {padding:0; margin:0; border:none;}
.leader_group:after {content:''; clear: both; display: block;}
.leader_group li {width:269px; height:172px; float:left; margin-right:18px;}
.leader_group li:after {content:''; clear: both; display: block;}
.leader_image {width:125px; height:172px; position: relative; float:left; text-align: center; overflow: hidden;}
.leader_image a {width:100%; height:100%; display: block;}
.leader_image a:before {content:''; position: absolute; left:0; right:0; top:0; bottom:0; background:#000; opacity:0.15; filter:alpha(opacity=15); transition:opacity 0.2s; -webkit-transition:opacity 0.2s; -moz-transition:opacity 0.2s; -o-transition:opacity 0.2s;}
.leader_image a:hover:before {opacity:0.03; filter:alpha(opacity=3);}
.leader_image img {width:100%;}
.leader_info {width:120px; position: relative; float:left; margin-left:16px;}
.leader_info table {width:100%;}
.leader_info table:before {content:''; height:1px; position: absolute; left:0; right:0; top:0; background:#fff;}
.leader_info table td {height:85px; border-top:1px solid #f2f2f2;}
.leader_info table td span , .leader_info table td em {display: block;}
.leader_info table td span {color:#8596a2;}
.leader_info table td em {margin-top:2px; font-size:14px;}