@charset "utf-8";
/* CSS Document */

.teacher-list{ width:78%;}
.teacher-list li{background:#fff;margin-bottom:20px; padding:30px; position: relative;border: 1px solid #eee;}
.sectionbkLeft{width: 62%;float: left;margin-top: 10px;}
.wWidth1200 .sectionbkLeft{ width:52%;}
.commonPFBox{ margin-right:2%; }
.commonPF{ width:120px; padding:21px 0; background:#f9f9f9;margin-bottom:15px;}
.commonPF span{ display:block; text-align:center; color:#aaa;}
.commonPF .commonPFnum{ font-size:35px; margin-bottom:10px; color:#ddd;}
.teacherName{font-weight:normal;color: #555555;font-size: 26px;padding: 0 0 10px;float: left; position:relative;}
.teacherName:after{ display:block; content:''; width:26px; height:3px; background:#3eba84; position:absolute; left:0; bottom:0;}
.teacherTlevel{float: left;height: 28px;line-height: 28px;font-size: 14px;color: #888;margin-left: 20px;padding: 0 10px;font-weight: normal;margin-top: 10px;}
.sectionbk p{color: #8a8a8a;font-size: 13px;line-height:25px;height:50px;overflow: hidden;margin: 30px 0;}

.sectionbk .imgw {width: 250px;height: 250px;float: right; overflow:hidden; padding:0 20px 20px 0; background:url(jghz_cc.png) no-repeat bottom right; background-size: 100% 100%; box-sizing:border-box;}
.sectionbk .imgw .imgwBox{height: 100%;overflow: hidden;background: #fff;}
.sectionbk .imgw img {display: block;width: 100%;min-height: 100%;}
.aw a {display: inline-block;width: 120px;height: 35px;background: url(../common/common_btn_gradual_n.png) no-repeat center;background-size: auto 100%;background: -webkit-linear-gradient(left,#ff663d,#ff3d66);background: -o-linear-gradient(right,#ff663d,#ff3d66);background: -moz-linear-gradient(right,#ff663d,#ff3d66);background: linear-gradient(to right,#ff663d,#ff3d66);color: white;text-align: center;line-height: 35px;font-size: 14px;border-radius: 40px;}
.aw a.aLeft{border: 1px solid #ddd;color: #555;background: none;margin-right: 15px;}
.aw{margin-top: 2px;}
.sectionbk .sectionCos>span {width: 40px;height: 40px;float: left;margin: 0 10px;text-align: center;line-height: 40px;background: #d2d2d2;border-radius: 50%;color: #fff;cursor: pointer;position: relative;}
.sectionbk .sectionCos i {font-size: 18px;}
.sectionbk .sectionCos em {position: absolute;width: 90px;height: 26px;line-height: 26px;background: #14191e;color: #fff;position: absolute;top: -36px;left: 50%;margin-left: -45px;border-radius: 3px;display: none;}
.sectionbk .sectionCos em i {width: 8px;height: 4px;position: absolute;bottom: -4px;left: 50%;margin-left: -4px;background: url(arrow.png) no-repeat;}
.sectionbk .sectionCos span:hover em {display: block;}