	.list-item {
		&-list {
			margin: 0 15px;
			@include  flexRowCenter;
			height: 120rpx;
			@include borderBotton(#F0EDF1);
			&-left {
				width: 44rpx;
				height: 44rpx;
				border-radius: 50%;
				background-color: #FE2525;
				margin: 0 10px;
			}

			&-right {
				// width: 610rpx;
				flex: 1;
				height: 75rpx;
				@include flexRowSpaceBetween;

				&-left {
					height: 75rpx;
					justify-content: space-between;

					&-title {
						@include styleFont(#202020,14);
						font-weight: bold;
					}

					&-intro {
						@include styleFont(#9494A0,11);
					}
				}

				&-right {
					height: 75rpx;
					align-items: flex-end;

					&-title {
						@include styleFont(#FD493D,20);
						font-weight: bold;
					}

					&-intro {
						@include styleFont(#9494A0,11);
					}
				}
			}
		}
	}