.list-item {
    &-list {
        width: 750rpx;
        height: 50px;
        padding: 0 46rpx;
		@include borderBotton(#f2f6fc);
		@include flexRowSpaceBetween;
        background-color: #ffffff;

        &-left {
            font-size: 32rpx;
			color: #333333;
        }

        &-right {
			@include  flexRowCenter;
            &-icon{
				margin-left: 20rpx;
			}
            &-test {
                font-size: 32rpx;
				color: #999999;
            }
        }
    }
}

.iconfont {
    font-size: 12px;
}