@charset "utf-8";
/* CSS Document */

.main_boxR {padding-bottom:38px;}
.first_box {height:30px;}
.first_box li {height:28px; line-height:28px; float:left; margin-right:10px; border:1px solid #d6d6d6; text-align:center; transition:border 0.3s; -moz-transition:border 0.3s; -webkit-transition:border 0.3s; -o-transition:border 0.3s;}
.first_box li a {height:28px; padding:0 13px; color:#666; display:block; transition:color 0.3s; -moz-transition:color 0.3s; -webkit-transition:color 0.3s; -o-transition:color 0.3s;}
.first_box li a span {margin-left:3px;}
.first_box li:hover {border:1px solid #cc3e39}
.first_box li:hover a {color:#cc3e39;}
.first_box li.current_style {background:#f5f5f5; border:1px solid #d6d6d6;}
.first_box li.current_style a {font-weight:bold; color:#333;}

.second_box {padding-top:13px; margin-top:18px; border-top:1px solid #ebebeb;}
div.showAll_btn {position:relative; margin-right:20px; color:#999; cursor:pointer; display:inline;}
div.showAll_btn span {transition:color 0.3s; -moz-transition:color 0.3s; -webkit-transition:color 0.3s; -o-transition:color 0.3s;}
div.showAll_btn span:hover {color:#333;}
div.showAll_btn:after {content:'·'; position:absolute; right:-13px; top:0; color:#c3c3c3; cursor:auto;}
.second_group {display:inline;}
.second_group li {position:relative; display:inline; margin:0 20px 0 0; color:#999; cursor:pointer;}
.second_group li span {transition:color 0.3s; -moz-transition:color 0.3s; -webkit-transition:color 0.3s; -o-transition:color 0.3s;}
.second_group li span:hover {color:#333;}
.second_group li:after {content:'·'; position:absolute; right:-13px; top:0; color:#c3c3c3; cursor:auto;}
.second_group li:last-child:after {display:none;}
.second_box div.showAll_btn span.current_style {font-weight:bold; color:#333;}  /*閫変腑鏍峰紡*/
.second_group li span.current_style {font-weight:bold; color:#333;}  /*閫変腑鏍峰紡*/

.teacher_box {margin-top:35px;}
.teacher_group {margin-bottom:17px;}
.group_title {position:relative; padding:0 8px 6px 14px; border-bottom:1px solid #dedede; display:inline-block; font-size:16px;}
.group_title:before {content:''; width:3px; height:16px; position:absolute; left:0; top:4px; background:#cc3e39;}
.teacher_list {width:810px; margin-top:17px;}
.teacher_list:after {content:''; display:block; clear:both;}
.teacher_list li {width:115px; float:left; margin:0 20px 16px 0;}
.teacher_pic {width:115px; height:159px; 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.11); -ms-transform:scale(1.11); -webkit-transform:scale(1.11); -moz-transform:scale(1.11); -o-transform:scale(1.11);}
.teacher_name {margin-top:11px; font-size:14px; text-align:center;}