.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 {
    float:right;
    width: 1000px;
    min-height:500px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
   
}
.yinRightContent{
    margin-bottom:30px;
}
.yinRightTitle {
    
    height: 50px;
    border-bottom: 1px solid #cccccc;
    line-height: 50px;
}
.yinRightContains{
    min-height:400px;
}
.yinRightContains:after {
    display: block;
    clear: both;
    content: "";
}

    .yinRightContains > .listDetails {
        display: inline;
        float: left;
        word-break: break-all;
        word-wrap: break-word;
        width: 448px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 2px;
        margin: 30px 0 0 35px;
        padding:10px 15px;
    }
        .yinRightContains > .listDetails > a {
            color: #333333;
        }
            .yinRightContains > .listDetails > a > p {
                line-height: 30px;
            }
            .yinRightContains > .listDetails > a > p > span {
                color: #999999;
            }
            .yinRightContains > .listDetails > a .faculty-name {
                font-size: 18px;
                font-weight: bold;
            }
            .yinRightContains > .listDetails > a .faculty-number {
                
            }
.yinRightTitle span {
    font-size:16px;
    height:50px;
    padding:0 20px;
}