.zk-course-list {
    padding: 0 15px;
    &-cont {
      padding: 15px 0;
	  @include borderTop(#f3f0f1);
	  flex-direction: row;
      &-right {
		  flex: 1;
		  margin-left: 10rpx;
        width: 370rpx;
        height: 100px;
        background-color: #ffffff;
        justify-content: space-between;
        &-title {
          font-weight: 600;
		  @include styleFont(#202020,14);
		  @include moreLineEllipsis;
        }
        &-intro {
			@include styleFont(#999999,12);
          height: 18px;
          width: 70px;
          line-height: 18px;
          text-align: center;
          border-radius: 30px;
          background-color: #f0f0f0;
        }
        &-bottom {
          @include  flexRowSpace;
          align-items: flex-end;
          &-left {
			  @include styleFont(#999999,11);
          }
          &-right {
            align-items: center;
            &-title {
				@include styleFont(#999999,11);
              text-decoration: line-through;
            }
            &-price {
				@include styleFont(#f92e2c,12);
              height: 20px;
              line-height: 20px;
              text-align: center;
              padding: 0 15px;
              margin-top: 5px;
              border-color: #f92e2c;
              border-width: 1px;
              border-style: solid;
              border-radius: 30px;
            }
          }
        }
      }
    }
  }