@charset "utf-8";
/* CSS Document */

.first_box {height:34px; text-align:center;}
.first_box li {display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin:0 7px;}
.first_box li a {width:80px; height:32px; line-height:32px; background:#fff; border:1px solid #dce0e6; border-radius:17px; color:#98a2b2; display:block;}
.first_box li a span {margin-left:3px;}
.first_box li:hover a {background:#fafcff;}
.first_box li.current_style a {background:#fff; border:1px solid #3672d1; color:#3672d1;}

.second_box {padding-top:13px; margin-top:19px; border-top:1px solid #ebeff5;}
div.showAll_btn {position:relative; margin-right:23px; color:#999; cursor:pointer; display:inline;}
div.showAll_btn span:hover {color:#2e2e2e;}
div.showAll_btn:after {content:'·'; position:absolute; right:-16px; top:0; color:#9ea9ba; cursor:auto;}
.second_group {display:inline;}
.second_group li {position:relative; display:inline; margin:0 23px 0 0; color:#9ea9ba; cursor:pointer;}
.second_group li span:hover {color:#2e2e2e;}
.second_group li:after {content:'·'; position:absolute; right:-16px; top:0; color:#9ea9ba; cursor:auto;}
.second_group li:last-child:after {display:none;}
.second_box div.showAll_btn span.current_style {font-weight:bold; color:#2e2e2e;}  /*选中样式*/
.second_group li span.current_style {font-weight:bold; color:#2e2e2e;}  /*选中样式*/

.teacher_box {margin-top:15px;}
.teacher_group {margin-bottom:17px;}
.group_title {position:relative; padding:0 8px 0px 12px; display:inline-block; font-size:18px;}
.group_title:before {content:''; width:3px; height:18px; position:absolute; left:0; top:5px; background:#3672d1;}
.teacher_list {width:820px; margin-top:14px;}
.teacher_list:after {content:''; display:block; clear:both;}
.teacher_list li {width:138px; float:left; margin:0 26px 16px 0;}
.teacher_pic {width:138px; height:192px; background:#f0f1f2; overflow:hidden;}
.teacher_pic a {display:block;}
.teacher_pic a img {width:100%; transition:all 0.6s; -webkit-transition:all 0.6s; -moz-transition:all 0.6s; -o-transition:all 0.6s;}
.teacher_pic:hover a img {width:100%; transform:scale(1.05); -ms-transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05);}
.teacher_name {margin-top:11px; text-align:center;}