.xScroll {
	background-color: #FFFFFF;
}
.recommend-item {
	@include flexRowCenter
	@include borderBotton(#e0e0e0);
	padding: 20px 15px;

	&-right {
		width: 560rpx;
        margin-left: 30rpx;
		@include flexRowSpaceBetween;
		&-wrap{
			width: 340rpx;
			height: 50px;
		}
		&-info {
			@include styleFont(#202020,14);
			line-height: 21px;
			@include onlyLineEllipsis;
		}
		&-intro {
			margin-top: 10px;
			height: 20px;
			line-height: 20px;
			@include styleFont(#999,14);
			@include onlyLineEllipsis;
		}
			
		&-attention {
			width: 69px;
			height: 25px;
			border-width: 1px;
			border-color: rgba(249, 46, 44, 1);
			border-radius: 13px;
			@include styleFont(#F92E2C,13);
			line-height: 23px;
			text-align: center;
		}
	}
}