.course-list {
    padding: 15px;
    padding-bottom: 0;
	background-color: #FFFFFF;
	&-title {
		height: 90rpx;
		&-text {
			line-height: 90rpx;
			@include styleFont2(#202020, 34rpx, 1);
		}
	}

    &-main {
        padding: 10px 0;
		@include borderBotton(#f6f3f7);

        &-title {
			@include styleFont(#202020,15);
            font-weight: bold;
			@include onlyLineEllipsis;
        }

        &-cont {
            padding: 10px 0;
			@include flexRowSpaceBetween;

            &-image {
                height: 90px;
                width: 130px;
                border-radius: 10px;
            }

            &-right {
                width: 410rpx;
                height: 80px;
                justify-content: space-between;

                &-title {
					@include styleFont(#999999,14);
                    line-height: 25px;
					@include moreLineEllipsis;
                }

                &-bottom {
					@include flexRowEnd;
                    align-items: center;
                }

                &-text {
					@include styleFont(#f92e2c,11);
                    margin-left: 5px;
                }

                &-show {
                    width: 410rpx;
					@include  flexRowSpace;

                    &-text {
						@include styleFont(#999999,11);
                    }
                }
            }
        }
    }
}