
/* 筛选排序方式 */
.zhpx {
    border:1px solid #e8e8e8;
    background:#f5f5f5;
}
.zhpx > span {
    float:left;
    display:inline-block;
    height:40px;
    line-height:20px;
    font-size:12px;
    color:#666;
    padding:10px 33px;
    margin-right:0;
    background-color:#fff;
    border-right:1px solid #eaeceb;
}
.zhpx ul {
    float:left;
    width:auto;
}
.zhpx ul li {
    float:left;
    height:20px;
    line-height:20px;
    _line-height:19px;
    padding:10px 33px;
    margin-bottom:0;
    cursor:pointer;
    position:relative;
}
.zhpx ul li a {
    font-size:12px;
    color:#666;
}
.zhpx ul li.highlight a {  color:#ff5400; }

.zhpx .price i {
    width:10px;
    height:5px;
    position:absolute;
    right:3px;
    cursor:pointer;
    background:url(/assets/images/course/arrow.png) no-repeat;
}
.zhpx .price i.up {
    top:14px;
    background-position:0 -70px;
}
.zhpx .price i.chooseup {
    background-position:-10px -70px;
}
.zhpx .price i.down {
    top:21px;
    background-position:0 -86px;
}
.zhpx .price i.choosedown {
    background-position:-10px -86px;
}
/* 筛选排序方式 完成 */
.resultbox {
    padding:10px;
}
.resultbox a {
    display:inline-block;
}
.result,.toppage {
    vertical-align:top;
}
.result {
    margin-right:15px;
}
.result em {
    font-size:16px;
    color:#ff5400;
    font-weight:bold;
    vertical-align:baseline;
}
.pre_next {
    width:9px;
    height:15px;
    background:url(/assets/images/list_sprite.png) no-repeat;
}
.pre {
    background-position:-1px -203px;
    *background-position:-1px -206px;
}
.next {
    background-position:2px -237px;

}
.next_click {
    background-position:2px -305px;
    *background-position:2px -308px;
}
.pre_click {
    background-position:-1px -271px;
}


/* 老师列表 开始 */
.teacher-each {
    width:50%;
    height:160px;
    border-bottom:1px solid #e8e8e8;
}
.teacher-each-inner {
    padding:20px;
}
.teacher-each-inner:hover .teacher-img-wrap {
    box-shadow:0 0 6px #999;
}
.teacher-img-wrap {
    width:100px;
    height:120px;
}
.teacher-img {
    display:block;
    width:100px;
    height:120px;
}
.teacher-each-main {
    margin-left:120px;
    overflow:hidden;

}
.pop {
    height:20px;
    line-height:20px;
    background-image:url(/assets/images/teacher/fire.png);
    background-repeat:no-repeat;
    padding-left:26px;
}
/* 老师列表 结束 */

/* 分页 开始 */
.page {
    margin:40px 0 60px;
}
.page-list {
    text-align:center;
    margin:0 auto;
}
.page-list li {
    color:#999;
    margin-right:2px;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.page-list li a {
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:9px 13px;
    color:#999;
    line-height:1;
    border:1px solid #ddd;
}
.page-list li a.present,
.page-list li a:hover {
    color:#fff;
    background-color:#ff5400;
    border:1px solid #ff5400;
}
/* 分页 结束 */

/*没有筛选结果*/
.sch_none_filter_result {
    width:375px;
    font-size:16px;
    margin:78px auto 85px;
}
.sch_none_result_img {
    display:inline-block;
}
.sch_none_result_tip {
    color:#666;
    line-height:1.5;
    margin:49px 0 0 114px;
}
/*没有筛选结果 完成*/

