/*banner背景*/

.banner-details {
    width: 100%;
    /* margin-top: 65px; */
    height: auto;
}

    .banner-details img {
        width: 100%;
    }
#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;
    }

/*主体 logo部分*/

#centerFrame .box {
    width: 1200px;
    margin: auto;
    
}
#centerFrame .box:after{
    display:block;
    clear:both;
    content:"";
}
#yinFrame {
    width: 998px;
    overflow: hidden;
    overflow:hidden;
}

.yinLeft {
    border-right: 1px solid #f9f9f9;
    float: left;
    width: 160px;
    background: #ffffff;
    margin-right: 35px;
}

.jianbian {
    display: block;
    width: 160px;
    height: 50px;
    color: #ffffff;
    font-size: 12px;
    border-top: 1px solid #cccccc;
   
}


.module_name {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    width: 110px;
    height: 50px;
    line-height: 50px;
}

.yinLeft dl {
    width: 160px;
    margin-bottom: 85px;
    background-color: #fff;
}

    .yinLeft dl.on dd {
        display: block;
    }

.yinLeft dt {
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 30px;
    font-size: 20px;
}

    .yinLeft dt span {
        border-bottom: 1px solid #cccccc;
    }

.yinLeft .rili h4 {
    width: 230px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-indent: 30px;
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 0 8px;
}

.yinLeft dt img {
    float: right;
    margin: 10px;
}


.yinLeft dd {
    padding: 0 8px;
}



.reds {
    display: inline-block;
    width: 620px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
}

    .reds:hover {
        color: #666666;
    }

.teacher_list_right {
    border: 1px solid #cccccc;
    width: 1000px;
    background: white;
    float: right;
    margin-bottom: 30px;
    white-space: normal;
    word-break: break-all;
}

.yinRight {
    width: 998px;    
    background: #f9f9f9;
    border-radius: 2px;
}

.yinRightContent {
    position: relative;
    background: #f9f9f9;
    min-height: 500px;
}

.yinRightTitle {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
   
}

    .yinRightTitle span {
        display:block;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .yinRightTitle>.name{
        float:left;
        margin-left:20px;
    }
    .yinRightTitle>.count{
        float:right;
        margin-right:60px;
    }
    .yinRightTitle:after{
        display:block;
        clear:both;
        content:"";
    }
    .yinRightContains {
        width: 100%;
        min-height: 500px;
        padding: 20px;
    }

    .yinRightContains li {
        height: 50px;
        padding: 5px 0;
        overflow: hidden;
        padding-left:20px;
    }

        .yinRightContains li a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: #333333;
            font-size: 18px;
            position: relative;
            cursor:pointer;
        }



        .yinRightContains li i {
            display: inline-block;
            width: 3px;
            height: 3px;
            border: 3px solid #999999;
            /*border-radius: 50%;*/
            margin-right: 5px;
            float: left;
            margin-top: 18px
        }

    .yinRightContains .red {
       
        margin: 0 8px;
        float: left;
    }

    .yinRightContains p {
        display: inline-block;
        width: 740px;
        height: 40px;
        margin: 0 0 0 5px;
        
    }
        .yinRightContains img {
            margin-left: 20px;
            vertical-align: top;
            display:inline-block;
            margin-top:8px;
        }
        .yinRightContains .set_top {
            width: 22px;
            
        }
        .yinRightContains .new{
            width:25px;
        }

    .yinRightContains .tim {
        float: right;
        /*margin-right:20px;*/
        color: #666666;
        position: absolute;
        right: 60px;
        font-size: 14px;
    }



.pages li > a,
.pages li > span {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    border: 1px solid #cccccc;
}

    .pages li > span.current {
        background: #387ad5;
        color: #fff;
        border-color: #387ad5;
    }

.pages li:not(:first-child) a,
.pages li:not(:first-child) span {
    border-left: 0;
}
