.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;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}

.yinLeft .on .faculty, .source {
    height: 50px;
}

.yinLeft .on div a {
    display: block;
    width: 182px;
    height: 48px;
    text-decoration: none;
    line-height: 50px;
    font-size: 16px;
}

.yinRightTitleCount {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
}




.box .teacher_list_right {
    width: 1000px;
    min-height: 500px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    float: right;
}

.yinRightContains {
    margin-bottom: 30px;
}

.yinRightTitle {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    line-height: 50px;
}

.yinRightContains:after {
    display: block;
    clear: both;
    content: "";
}

.yinRightContains > li {
    display: inline;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
    width: 448px;
    height: 166px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin: 30px 0 0 35px;
    position: relative;
}

    .yinRightContains > li .youxiu {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
    }

    .yinRightContains > li > a {
        display: block;
        width: 100%;
        text-decoration: none;
        padding: 18px 0 18px 11px;
    }

        .yinRightContains > li > a > img {
            width: 90px;
            height: 90px;
        }

        .yinRightContains > li > a > .faculty-info {
            display: inline-block;
            margin-left: 26px;
            color: #333333;
            font-size: 12px;
            vertical-align: top;
        }

            .yinRightContains > li > a > .faculty-info .info-name {
                font-size: 18px;
                font-weight: bold;
            }

.faculty-info .info-level {
    line-height: 52px;
}

.skill {
    margin-top: 14px;
}

    .skill > span {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 20px;
        color: #ffffff;
        font-size: 12px;
    }

#condition {
    margin: 20px 0 0 30px;
}

    #condition > select {
        width: 130px;
        height: 36px;
        border-radius: 5px;
        margin-left: 10px;
    }

#filter {
    margin-left: 20px;
    width: 80px;
    height: 36px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

#emptyPage {
    width: 998px;
    height: 450px;
    background-image: url(../images/images-details/emptyPage.png);
    background-size: cover;
    padding-top: 320px;
}

    #emptyPage > p {
        font-size: 18px;
        text-align: center;
    }
