/*------在线课程学习进度---------*/
#student_course{

}
#student_course .course_content{float: left;}
#student_course .course_title{}
#student_course .course_content .ifcon{ }
#student_course .course_content .ifcon .one{font-weight: bold;color: #000;}
#student_course .course_content .ifcon ul{float: left; width: 100%;list-style-type: none;padding: 0;}
#student_course .course_content .ifcon ul li{float: left; width: 100%;}
#student_course .course_content .ifcon ul li:first-child{font-weight: bold;color: #666;}
#student_course .course_content .ifcon ul li div{float: left;}
#student_course .course_infor{
    float: left;
    width: 100%;
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}


.admin_img_center{
    width: 100%;
    float: left;
    text-align: center;
}
.admin_img_center img{
    border-radius: 30px;
    border: 1px solid #666;
}
.admin_img_center_lb{
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
.bgcolor_f6f8fa{
    background: #f6f8fa;
}