.box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom:30px;
}

    .box:after {
        display: block;
        clear: both;
        content: "";
    }

    .box .yinLeft {
        float: left;
        width: 186px;
        height: 160px;
    }

        .box .yinLeft .on > div {
            border: 1px solid #cccccc;
            border-radius: 4px;
            text-align: center;
        }

.yinLeft .jianbian {
    height: 64px;
   
}

.module_name {
    color: #ffffff;
    padding:0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    display:inline-block;
    border-bottom:#ffffff 2px solid ;
}

.box .teacher_list_right {
    margin-left: 200px;
    width: 1000px;
    min-height: 500px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    white-space: normal;
    word-break: break-all;
}
#faculty{
    padding-bottom: 40px;
}
#faculty .faculty-name{
    font-size:22px;
    color:#333333;
    text-align:center;
    line-height:70px;
}
    #faculty .faculty-info {
        padding: 20px 30px;
        line-height: 34px;
        color: #666666;
        font-size: 16px;
        border-top: 1px solid #cccccc;
    }
    #faculty .faculty-info>div{
        float:left;
        width:50%;
    }
#faculty .faculty-info:after{
    display:block;
    clear:both;
    content:"";
}
#faculty .faculty-info img {
    margin-right: 15px;
}
#faculty .faculty-intro {
    padding: 20px 30px;
    border-top: 1px solid #cccccc;
}
    #faculty .faculty-intro .introText{
        margin-left:10px;
        color:#666666;
        margin-top:20px;
    }
    #faculty .faculty-major {
        padding: 20px 30px;
        border-top: 1px solid #cccccc;
    }
#faculty .faculty-title {
    font-size: 22px;
    padding-left:15px;
}
#majorContent{
    padding-left:10px;
}
#majorContent .majorDetails{
    width:276px;
    float:left;
    border:1px solid #cccccc;
    margin:20px 30px 0 0 ;
    line-height:30px;
    padding:5px 20px;
}
    #majorContent>.majorDetails>.majorName{
        font-size:18px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
#majorContent > .majorDetails >p> span {
    color:#666666;
}
#majorContent > .majorDetails  .level {
    float:left;
}
#majorContent > .majorDetails  .recommend{
    /*float:right;*/
}
#majorContent > .majorDetails > p:after {
    display: block;
    clear: both;
    content: "";
}
#majorContent .title p {
    line-height: 48px;
    color: #666666;
    font-size: 16px;
}
#majorContent:after{
    display:block;clear:both;content:"";
}
