﻿.pc-style .teachers {
    margin: 20px auto;
    width: 1120px;
}

.pc-style .teachers #topTeacherNav {
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .teachers #topTeacherNav ul {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .teachers #topTeacherNav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.pc-style .teachers #topTeacherNav li a {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.pc-style .teachers #topTeacherNav li a:hover {
    background: #f5f5f5;
}

.pc-style .teachers #topTeacherNav li a.selected {
    background: #ff3e3e;
    color: #ffffff;
}

.pc-style .teachers .teacher-list-title {
    padding: 20px 0px 20px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.pc-style .teachers .teacher-list-title .teacher-list-title-inner {
    display: inline-block;
    position: relative;
    padding: 0px 120px;
}

.pc-style .teachers .teacher-list-title .teacher-list-title-inner:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #ff3e3e;
    border-radius: 10px;
}

.pc-style .teachers .teacher-list-title .teacher-list-title-inner:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #ff3e3e;
    border-radius: 10px;
}

.pc-style .teachers .listNav {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .teachers .listNav li {
    float: left;
    width: 10%;
    color: #cccccc;
}

.pc-style .teachers .listNav li a {
    display: block;
    color: #336699;
    padding: 5px 10px;
    border-radius: 3px;
}

.pc-style .teachers .listNav li a:hover {
    background: #f5f5f5;
    color: #cc0000;
}

.pc-style .teachers .listNav .nav-group {
    position: relative;
    padding: 10px 0px 10px 8em;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .teachers .listNav .nav-group:last-child {
    border: 0px;
}

.pc-style .teachers .listNav .nav-group .nav-group-title {
    position: absolute;
    padding: 10px;
    left: 0px;
    top: 0px;
    line-height: 30px;
    font-weight: bold;
}

.pc-style .teachers .listNav .nav-group .nav-group-content {
    overflow: hidden;
    zoom: 1;
}

.pc-style .teachers .sub-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0px 0 15px;
    position: relative;
    line-height: 1.5;
    margin: 20px 0px 10px 0px;
}

.pc-style .teachers .sub-title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0px;
    background: #ff3e3e;
}

.pc-style .teachers .teacher-list .teacher-item {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.pc-style .teachers .teacher-list .teacher-head {
    /* background: #f5f5f5; */
    color: #333333;
    text-align: center;
    vertical-align: top;
    width: 80px;
    float: left;
}

.pc-style .teachers .teacher-list .teacher-head img {
    width: 80px;
    height: 110px;
    margin-bottom: 5px;
}

.pc-style .teachers .teacher-list .teacher-head .teacher-name {
    display: none;
}

.pc-style .teachers .teacher-list .teacher-head a:hover {
    color: #006600;
    text-decoration: none;
}

.pc-style .teachers .teacher-list .teacher-body {
    text-align: left;
    color: #333333;
    margin-left: 100px;
}

.pc-style .teachers .teacher-list .teacher-body .teacher-des {
    margin-bottom: 10px;
}

.pc-style .teachers .teacher-list .teacher-body .teacher-work-content {
    padding-left: 10px;
    border-left: 5px solid #d5d5d5;
    padding: 5px 10px;
    background: #f7f7f7;
}

.pc-style .teachers .teacher-list .teacher-body .teacher-work-content li {
    padding: 3px 0px;
}

.pc-style .teachers .teacher-list .teacher-body .teacher-work-tag {
    margin-bottom: 5px;
}

.pc-style .teachers .teacher-list .teacher-body p {
    /* text-indent: 24px; */
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #666666;
    overflow: hidden;
    zoom: 1;
}

.pc-style .teachers .teacher-list .teacher-body p strong {
    font-size: 1.6em;
    font-weight: normal;
    color: #333333;
    float: left;
    margin-right: 10px;
}

.pc-style .teachers .teacher-list .teacher-body .T {
    color: #CC4400;
    line-height: 24px;
}

.pc-style .teachers .teacher-list .teacher-body a {
    color: #336699;
}

.pc-style .teachers .teacher-list .teacher-body a:hover {
    color: #cc0000;
}


/*****手机端样式*****/

.mobile-style .teachers {
    margin: 10px 0px;
}

.mobile-style .teachers #topTeacherNav {
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .teachers #topTeacherNav ul {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .teachers #topTeacherNav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.mobile-style .teachers #topTeacherNav li a {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.mobile-style .teachers #topTeacherNav li a:hover {
    background: #f5f5f5;
}

.mobile-style .teachers #topTeacherNav li a.selected {
    background: #ff3e3e;
    color: #ffffff;
}

.mobile-style .teachers .teacher-list-title {
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.mobile-style .teachers .teacher-list-title .teacher-list-title-inner {
    display: inline-block;
    position: relative;
    padding: 0px 60px;
}

.mobile-style .teachers .teacher-list-title .teacher-list-title-inner:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #ff3e3e;
    border-radius: 10px;
}

.mobile-style .teachers .teacher-list-title .teacher-list-title-inner:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #ff3e3e;
    border-radius: 10px;
}

.mobile-style .teachers .listNav {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 0px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .teachers .listNav li {
    float: left;
    color: #cccccc;
}

.mobile-style .teachers .listNav li a {
    display: block;
    color: #336699;
    padding: 5px 10px;
    border-radius: 3px;
    width: 4em;
}

.mobile-style .teachers .listNav li a:hover {
    background: #f5f5f5;
    color: #cc0000;
}

.mobile-style .teachers .listNav .nav-group {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .teachers .listNav .nav-group:last-child {
    border: 0px;
}

.mobile-style .teachers .listNav .nav-group .nav-group-title {
    padding: 10px;
    font-weight: bold;
}

.mobile-style .teachers .listNav .nav-group .nav-group-content {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .teachers .sub-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0px 0 15px;
    position: relative;
    line-height: 1.5;
    margin: 20px 20px 10px 20px;
}

.mobile-style .teachers .sub-title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0px;
    background: #ff3e3e;
}

.mobile-style .teachers .teacher-list {}

.mobile-style .teachers .teacher-list .teacher-item {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .teachers .teacher-list .teacher-head {
    /* background: #f5f5f5; */
    color: #333333;
    text-align: center;
    vertical-align: top;
    width: 80px;
    float: left;
}

.mobile-style .teachers .teacher-list .teacher-head img {
    width: 80px;
    height: 110px;
    margin-bottom: 5px;
}

.mobile-style .teachers .teacher-list .teacher-head .teacher-name {
    display: none;
}

.mobile-style .teachers .teacher-list .teacher-head a:hover {
    color: #006600;
    text-decoration: none;
}

.mobile-style .teachers .teacher-list .teacher-body {
    text-align: left;
    color: #333333;
    margin-left: 100px;
}

.mobile-style .teachers .teacher-list .teacher-body .teacher-des {
    margin-bottom: 10px;
}

.mobile-style .teachers .teacher-list .teacher-body .teacher-work-content {
    padding-left: 10px;
    border-left: 5px solid #d5d5d5;
    padding: 10px;
    background: #f7f7f7;
}

.mobile-style .teachers .teacher-list .teacher-body .teacher-work-content li {
    padding: 3px 0px;
}

.mobile-style .teachers .teacher-list .teacher-body .teacher-work-tag {
    margin-bottom: 5px;
}

.mobile-style .teachers .teacher-list .teacher-body p {
    /* text-indent: 24px; */
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #666666;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .teachers .teacher-list .teacher-body p strong {
    font-size: 1.6em;
    font-weight: normal;
    color: #333333;
    float: left;
    margin-right: 10px;
}

.mobile-style .teachers .teacher-list .teacher-body .T {
    color: #CC4400;
    line-height: 24px;
}

.mobile-style .teachers .teacher-list .teacher-body a {
    color: #336699;
}

.mobile-style .teachers .teacher-list .teacher-body a:hover {
    color: #cc0000;
}