﻿.pc-style .teachers {
    margin: 10px 0px;
}

.pc-style .teachers #topNav {
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .teachers #topNav ul {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .teachers #topNav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.pc-style .teachers #topNav li a {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.pc-style .teachers #topNav li a:hover {
    background: #f5f5f5;
}

.pc-style .teachers #topNav 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 #list .teacher-list {}

.pc-style .teachers #list .teacher-list .teacher-item {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .teachers #list .teacher-list .teacher-head {
    /* background: #f5f5f5; */
    color: #333333;
    text-align: center;
    vertical-align: top;
    width: 80px;
    float: left;
}

.pc-style .teachers #list .teacher-list .teacher-head img {
    width: 80px;
    height: 110px;
    margin-bottom: 5px;
}

.pc-style .teachers #list .teacher-list .teacher-head .teacher-name {
    display: none;
}

.pc-style .teachers #list .teacher-list .teacher-head a:hover {
    color: #006600;
    text-decoration: none;
}

.pc-style .teachers #list .teacher-list .teacher-body {
    text-align: left;
    color: #333333;
    margin-left: 100px;
}

.pc-style .teachers #list .teacher-list .teacher-body p {
    /* text-indent: 24px; */
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #666666;
    overflow: hidden;
    zoom: 1;
}

.pc-style .teachers #list .teacher-list .teacher-body p strong {
    font-size: 1.6em;
    font-weight: normal;
    color: #333333;
    float: left;
    margin-right: 10px;
}

.pc-style .teachers #list .teacher-list .teacher-body .T {
    color: #CC4400;
    line-height: 24px;
}

.pc-style .teachers #list .teacher-list .teacher-body a {
    color: #336699;
}

.pc-style .teachers #list .teacher-list .teacher-body a:hover {
    color: #cc0000;
}


/*****手机端样式*****/

.mobile-style .teachers {
    margin: 10px 0px;
}

.mobile-style .teachers #topNav {
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .teachers #topNav ul {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .teachers #topNav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.mobile-style .teachers #topNav li a {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.mobile-style .teachers #topNav li a:hover {
    background: #f5f5f5;
}

.mobile-style .teachers #topNav 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: 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 #list .teacher-list {}

.mobile-style .teachers #list .teacher-list .teacher-item {
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .teachers #list .teacher-list .teacher-head {
    /* background: #f5f5f5; */
    color: #333333;
    text-align: center;
    vertical-align: top;
    width: 80px;
    float: left;
}

.mobile-style .teachers #list .teacher-list .teacher-head img {
    width: 80px;
    height: 110px;
    margin-bottom: 5px;
}

.mobile-style .teachers #list .teacher-list .teacher-head .teacher-name {
    display: none;
}

.mobile-style .teachers #list .teacher-list .teacher-head a:hover {
    color: #006600;
    text-decoration: none;
}

.mobile-style .teachers #list .teacher-list .teacher-body {
    text-align: left;
    color: #333333;
    margin-left: 100px;
}

.mobile-style .teachers #list .teacher-list .teacher-body p {
    /* text-indent: 24px; */
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    color: #666666;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .teachers #list .teacher-list .teacher-body p strong {
    font-size: 1.6em;
    font-weight: normal;
    color: #333333;
    float: left;
    margin-right: 10px;
}

.mobile-style .teachers #list .teacher-list .teacher-body .T {
    color: #CC4400;
    line-height: 24px;
}

.mobile-style .teachers #list .teacher-list .teacher-body a {
    color: #336699;
}

.mobile-style .teachers #list .teacher-list .teacher-body a:hover {
    color: #cc0000;
}