﻿.teacherCenterLeft{
    width:18%;float:left;
    margin-right:3%;
    background-color:#fff;
    padding:20px 2%;
}
.teacherCenterLeft li{
    width:100%;
    height:40px;line-height:40px;
    overflow:hidden;
    border-bottom:1px solid #eee;
    text-indent:20px;
    margin-bottom:10px;
    transition:all 0.5s;
}
    .teacherCenterLeft li:hover{
        text-indent:30px;
        background-color:#eee;
    }
    .teacherCenterLeft .active {
        background-color: #ffd4b6;
    }

.teacherCenterLeft .title {
    background-color: #00155d;
    color: #fff;
    font-size: 16px;
    text-indent: 20px;
    height:60px;
    line-height:60px;
}

.teacherCenterRight {
    width: 71%;
    float: left;
    background-color: #fff;
    padding: 80px 2%;
}

/*风采*/
.teacherPhotoList {
    width:100%;
    height:auto;overflow:hidden;
}
.teacherPhotoList li{
    width:160px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    position:relative;
}
    .teacherPhotoList li .btDel{
        position:absolute;
        top:0;
        right:0;
        display:inline-block;
        padding:2px 10px;
        background-color:#ff0000;
        color:#fff;
        cursor:pointer;
        font-size:12px;
        transition:all 0.5s;
        border-top-right-radius:10px;
        border-bottom-left-radius:10px;
    }
    .teacherPhotoList li .btDel:hover{
        background:rgba(255,0,0,0.6);
    }
    .teacherPhotoList li img {
        width: 100%;
        height: 160px;
        border-radius: 10px;
    }
    .teacherPhotoList li button {
        width: 100%;
        padding:50px 0;
        height: 160px;
        line-height: 30px;
        background-color: #ffd4b6;
        border-radius: 10px;
        border:0;
        color:#00155d;
        cursor:pointer;
        transition:all 0.5s;
    }
    .teacherPhotoList li button span{
        font-size:40px;
    }
    .teacherPhotoList li button:hover{
        background-color:#00155d;
        color:#fff;
    }

.viewSalary{color:rgb(255, 106, 0);}