.tutor_wrap{
        width: 100%;
}
.college_wrap{

    margin-top: 50px;

}
.college_top{
    height:60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background: url("img/tutor.png") repeat-x center center;

}
.college_top span{background-color: #ffffff;padding-right: 30px;}

.college_suject{
    height:30px ;
    line-height: 30px;
    border-left: 3px solid #D98314;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    margin: 10px 0;
}
.teacher_wrap{
    width: 100%;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    /*margin-bottom: 10px;*/
    min-height: 100px;
}

.teacher_wrap_left{
    width: 10%;
    float: left;
    min-height: 100px;
    position: relative;
font-size:16px;
}
.teacher_wrap_left_txt{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
}
.teacher_wrap_right{

    width: 85%;
    float: left;
    background-color: #fff;
    padding-top: 20px;
    min-height: 100px;
    font-size:16px;

}

.teacher_wrap_right li{
    float: left;
    width: 20%;
    height: 45px;
    text-align: center;
    overflow: hidden;
font-size:16px;
    line-height: 45px;


}



































