.list-2 {
    padding: 0 15px;
    &-cont {
      padding: 15px 0;
	  @include borderBotton(#f3f0f1);
	  @include  flexRowSpace;
      &-right {
        width: 403rpx;
        height: 85px;
        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;
          &-left {
			  @include styleFont(#999999,11);
          }
          &-right {
            align-items: center;
            &-title {
				@include styleFont(#999999,11);
            }
          }
        }
      }
    }
  }