.zk-course-list {
    padding: 0 15px;
    &-cont {
      padding: 15px 0;
	  @include borderTop(#f3f0f1);
      @include  flexRowSpace;
      &-right {
        width: 370rpx;
        height: 100px;
        background-color: #ffffff;
        justify-content: space-between;
        &-title {
			@include styleFont(#202020,14);
          font-weight: 600;
        }
        &-intro {
          height: 18px;
          width: 70px;
          line-height: 18px;
          text-align: center;
          border-radius: 30px;
          background-color: #f0f0f0;
		  @include styleFont(#999999,12);
        }
        &-bottom {
          @include  flexRowSpace;
          align-items: flex-end;
          &-text {
			  @include styleFont(#999999,10);
          }
        }
      }
    }
  }