
/*筛选出的课程*/
.lessonContentList>div{
    /*width: 800px;*/
    padding:11px 15px 11px 11px;
    border:1px solid #e7e7e7;
    margin-bottom: 17px;
}
.lessonContentList>div:hover{
    border:1px solid #2fa86d;
    box-shadow:0 0 9px #f8f8f8;
    cursor: pointer;
}
.lessonContentList img,.lesson-img{
    width: 260px;
    height: 156px;
}
.lessonContentList div.rt{
    /*width: 520px;*/
}
.lessonContentList div.rt h5{
    line-height: 44px;
    font-size: 18px;
    color: #222;
}
.lessonContentList div.rt h6{
    line-height: 22px;
    padding: 0 8px;
    background: #f7f2ea;
    color:#ef9503;
    display: inline-block;
}
/*.lessonContentList div.rt>p{
	line-height: 49px;
	color:#666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}*/
.lessonContentList div.rt>div.desc {
    line-height: 24px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}
.lessonContentList div.rt div p{
    line-height: 38px;
    padding-left: 23px;
}
.lessonContentList div.rt div p.num{
    color:#848484;
    background: url(../../images/auth/people.png) no-repeat 0 center;
}
.lessonContentList div.rt div p.now{
    color:#2fa86d;
    background: url(../../images/auth/clock.png) no-repeat 0 center;
}

/*排二*/
.lessonContentList >div{display: flex;}
.lessonContentList div.rt{flex: 1;padding-left: 15px;max-width: calc(50% - 41px);}
.lessonContentList div.rt h5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.lessonContentList div.rt h6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;display: -webkit-inline-box;}
.user-lesson-list{display: flex;flex-direction: row;-webkit-flex-wrap: wrap;flex-wrap: wrap;margin-top: 20px;}
.user-lesson-item{width: calc(50% - 41px);min-width: 360px;background: white}
.user-lesson-item:nth-child(odd) { margin-right: 20px;margin-bottom: 20px; }

@media screen and (max-width: 1200px) {
    .content-right{width: 290px;}
    .page-row{transform: scale(0.9);}
    .lessonContentList img,.lesson-img {
        width: 200px;
        height: 156px;
    }
}
/* 当屏幕宽度小于768像素时应用的样式 */
@media screen and (max-width: 768px) {
    .lessonContentList img,.lesson-img {
        width: 200px;
        height: 156px;
    }
}