﻿.teacherFilter {
    width: 100%;
    height: auto;
}
    .teacherFilter li {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        border-bottom: 1px dashed #dddddd;
        margin-bottom: 10px;
        position:relative;
    }
    .teacherFilter li span{
        color:#000;
    }
    .teacherFilter li a{
        display:inline-block;
        margin-right:10px;
        color:#666;
        position:relative;
    }
        .teacherFilter li .active{
            color:#ff6a00;
        }
        .teacherFilter li .hover::after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 6px solid #ff6a00;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            top: 25px;
            left: 5px;
        }

            .teacherFilter li .subList {
                width:1200px;
                position: absolute;
                top: 30px;
                left: 0;
                border: 1px solid #ff6a00;
                background-color: #fff;
                padding: 10px 10px;
                z-index: 99;
            }
        .teacherFilter li a:hover {
            color: #ff6a00;
        }

    .teacherFilter li .all{
        color:#ff6a00;
    }
     .teacherFilter li .all:hover{
         text-decoration:underline;
     }



.teacherList{
    width:100%;
    height:auto;overflow:hidden;
}
.teacherList li{
    width:94%;
    height:auto;overflow:hidden;
    transition:all 0.5s;
    padding:20px 2%;
    margin:20px auto;
    border-bottom:1px solid #eee;
}
    .teacherList li:hover {
        background-color: #f9faff;
        box-shadow:0 0 5px #d2d2d2;
    }
        .teacherList li:hover .teacherListStyle h4 span {
            background:#00155d;
            color:#fff;
        }
.teacherListPic {
    width: 15%;
    float: left;
}
.teacherListPic img{
    width:100%;
    height:200px;
}
.teacherListInfo{
    width:32%;float:left;
    margin:0 3% 0 0;
}
.teacherListInfo h2{
    width:100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:20px;
    background-image:url(../Images/teacherListTitle.jpg);
    background-repeat:no-repeat;
    background-position:0 10px;
    text-indent:15%;
}
.teacherListInfo h2 span{
    font-size:18px;
    color:#999;
}
    .teacherListInfo h3 {
        width: 85%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px;
        margin-left: 15%;
        color:#999;
    }
    .teacherListInfo h3 span{
        color:#333;
    }
.teacherListStyle{
    width:50%;float:left;
}
    .teacherListStyle h2 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 20px;
        margin-bottom:10px;
    }
    .teacherListStyle h3 {
        width: 100%;
        height: auto;
        line-height: 20px;
        overflow: hidden;
        font-size:13px;
        color: #999;
    }
    .teacherListStyle h4{
        line-height:20px;
        margin-top:10px;
        text-align:right;
    }
    .teacherListStyle h4 span {
        display: inline-block;
        padding: 5px 20px;
        border: 1px solid #00155d;
        border-radius: 20px;
        color:#00155d;
    }
/*通用部分*/


/*详细内容*/
.teacherShowTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-image: url(../Images/indexTeacherTitleBg.jpg);
    background-repeat: no-repeat;
    background-position: 0 25px;
    text-indent: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:40px;
}

.teacherShowTop {
    width: 100%;
    height: 350px;
    background-image: url(../Images/teacherShowBg.jpg);
    background-position: center;
    padding: 40px 0;
}

.teacherShowTopPic {
    width: 25%;
    float: left;
    text-align: center;
}
    .teacherShowTopPic img {
        max-width: 100%;
        max-height:350px;
    }
.teacherShowTopContent {
    width: 40%;
    float: left;
    margin: 20px 2.5%;
}
.teacherShowTopOutline {
    width: 100%;
}
    .teacherShowTopOutline h2 {
        width: 100%;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
    }
        .teacherShowTopOutline h2 s {
            display: inline-block;
            width: 30px;
            height: 2px;
            background-color: #999;
            margin-bottom: 5px;
        }
        .teacherShowTopOutline h2 span {
            font-size: 18px;
            color: #999;
            font-weight: normal;
        }
    .teacherShowTopOutline h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        color: #999;
    }
        .teacherShowTopOutline h3 span {
            color: #333;
        }
.teacherShowForm {
    width: 26%;
    float: left;
    background: rgba(2,21,93,0.2);
    padding: 20px 2%;
}
.teacherShowFormTitle {
    width: 100%;
    line-height: 30px;
    color: #00155d;
    font-size: 20px;
    margin-bottom: 20px;
}
.teacherShowFormList {
    width: 100%;
}
    .teacherShowFormList li {
        display: block;
        margin-bottom: 10px;
    }
        .teacherShowFormList li input {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background-color: #fff;
            border: 0;
            text-indent: 20px;
            transition: all 0.5s;
        }
            .teacherShowFormList li input:hover {
                background-color: #ffe3b1;
            }
        .teacherShowFormList li .twoList {
            width: 47%;
            float: left;
            padding-left: 3%;
            background-color: #fff;
            height: 35px;
            line-height: 35px;
            margin-bottom: 20px;
        }

        .teacherShowFormList li button {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background-color: #00155d;
            color: #fff;
            font-size: 16px;
            text-align: center;
            border: 0;
        }


#teacherShowDetail {
    background-image: url(../Images/teacherShowDetailBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.teacherShowDetailList {
    width: 100%;

}
.teacherShowDetailList li{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:16px;
    color:#999;
}
    .teacherShowDetailList .title {
        width: 90px;
        float: left;
        margin-right: 10px;
        color: #333;
        font-weight: bold;
    }
    .teacherShowDetailList .content {
        margin-left:100px;
    }
        .teacherShowDetailList .content span {
            font-style: normal;
            display: inline-block;
            margin-right: 20px;
            text-decoration: none;
        }
        .teacherShowDetailList .content a {
            color: #ffb93c;
            transition:all 0.5s;
        }
        .teacherShowDetailList .content a:hover{
            color:#ff6a00;
            text-decoration:underline;
        }

.teacherShowStyleContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
}

.teacherShowCase {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 30px 1%;
    background-image: url(../Images/teacherShowCaseBg.jpg);
    background-repeat: no-repeat;
    background-position: 0 10px;
    min-height: 150px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
    padding: 50px 0;
}
.teacherShowContent{
    width:85%;
    margin:0 5% 0 10%;
    font-size:16px;
    line-height:30px;
}
.teacherShowContent img{max-width:100%;}

.teacherShowBookTable{
    width:100%;
    height:auto;overflow:hidden;
    overflow-x:auto;
}
.teacherShowBookTable thead tr {
    width:100%;
    height:50px;line-height:50px;
    background-color:#00155d;
    color:#fff;
}
    .teacherShowBookTable tbody tr {
        width: 100%;
        height: 50px;overflow:hidden;
        line-height: 50px;
        background-color: #f9faff;
        border-bottom: 1px solid #dbdbdc;
        text-align:center;
    }

.teacherShowPhotoList{
    width:100%;
    height:auto;overflow:hidden;
}
.teacherShowPhotoList li{
    width:14.66%;float:left;
    margin:20px 1%;
}
.teacherShowPhotoList li img{
    width:100%;
    height:200px;
    border-radius:5px;
}