/*老师*/
.teacher{
    width: 1180px;
}
.teacher-1{
    margin: 20px 0;
    width: 300px;
    height: 440px;
    float: left;
}
.teacher-div{
    width: 280px;
    margin-top:0px ;
    height: 440px;
    background: #FFffFF;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    transition: margin-top 0.5s,border 0.5s;
}
.teacher-div:hover
{
    margin-top:-10px ;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.20);
    border: 1px solid #1d6cef;
}
.teacher-name{
    width: 280px;
     margin: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.teacher-content{
    width: 240px;
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
    line-height: 24px;
}
/*老师*/
/*详情*/
.breadcrumb{
    font-size: 12px;
    height: 70px;
    padding: 0px;
    margin: 0px;
    line-height: 70px;
    background: #f0f0f0;
}
.breadcrumb > li > .divider{
    padding: 0px;
}
.teacher-left{
    width: 300px;
    height: 546px;
    background: #FFffFF;
    float: left;
}
.teacher-image img{
    width: 280px;
    height: 420px;
    margin: 10px;
}

.teacher-satisfied{

    text-align: center;
}
.teacher-satisfied img{
    margin: -4px 0 0 0;
}
.teacher-right{
    width: 857px;
    height: auto;
    float: right;
    margin-left: 20px;
}
.introduce{
    width: 857px;
    float: right;
    height: auto;
    background: #FFffFF;
}
.introduce-title{
    width: 797px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 30px;
    color: #333333;
    font-size: 16px;
    float: left;
}
.introduce-1{
    height: auto;
    margin-top: 30px;
    padding: 0 30px;
    float: left;
}
.speak{
    width: auto;
    height: 45px;
}
.background{
    float: left;
    width: 820px;
    height: auto;
    margin: 20px 0;
}
.background-1{
    width: 75px;
    float: left;

}
.background-2{
    width: 745px;
    float: left;
    /*line-height: 24px;*/
}
/*课程介绍*/
.courses{
    width: 857px;
    height: auto;
    float: right;
    margin-top: 20px ;
    background: #FFffFF;
    padding-bottom: 40px ;
}
.courses-1{
    width: 857px;
    width: auto;
    height: auto;
    margin: 0 0px 0 0px;
    float: left;
}
.courses-2{
    width: 280px;
    height: 370px;
    float: left;
    margin-top: 30px;
}
.courses-3{
    width: 260px;
    height: 354px;
    margin-left: 17px;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.courses-3:hover{
    margin-top: 0px;
    border: 1px solid #3b7fef;
    box-shadow:4px 4px 8px 2px rgba(0, 0, 0, 0.20);
}
.courses-3-img img{
    width: 260px;
    height: 175px;
}
.courses-3-title{
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.courses-3-fee{
    margin-top: 20px;
    text-align: center;
}
.courses-3-fee span{
    font-size: 14px;
    color: #999999;
}
.courses-3-fee .gules{
    color: #fc583d;
}
.several{
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #cfcfcf;
}
.several span{
    padding: 0 20px;
    color: #666666;
    font-size: 12px;
}
.several .xian{
    padding: 0px;
    border-left:1px solid #cfcfcf;
}
/*查看详情*/
 .more{
     margin-top: 20px;
    align-content: center;
     height: auto;
}
/* General button style (reset) */
.more .btn1 {

    border: none;
    font-family: inherit;
    color: #666666;
    font-size: 14px;
    background: none;
    cursor: pointer;
    padding: 8px 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
.more .btn1:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}
/* Pseudo elements for icons */
/* Button 1 */
.more .btn-1 {
    border: 1px solid #3b7fef;
    color:#3b7fef ;
    z-index: 2;
}
/* Button 1c */
 .more .btn-1c:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
     color: #FFffFF;
    background: #3b7fef;
}

.more .btn-1c:hover,
.more .btn-1c:active {
    color: #FFffFF;
    border: 1px solid #3b7fef;

}


.more .btn-1c:hover:after,
.more .btn-1c:active:after {
    width: 100%;
}
 .color-1{
    width: 100px;
     margin: auto;
}
.team{
    width: 280px;
    height: 100px;
    margin-top:-100px;
    position:absolute;
    background-color: rgb(6,6,8,0.7);
}

.direction-reveal a:hover .team{
    opacity: 0;
}

.teacher_name{
    font-size: 24px;
    color:#ffffff;
    font-weight: 500;
    margin-left: 30px;
    position: relative;
    top: 5px;
}
.teacher_school{
    font-size: 18px;
    color:#ffffff;
    margin-left: 30px;
    position: relative;
    top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
}


/*查看详情*/
/*详情*/