	.info {
		padding: 10px 15px;
		&-title{
			font-weight: bold;
			@include styleFont(#202020,18);
			@include moreLineEllipsis(2);
		}
		&-intro{
			font-weight: bold;
			@include styleFont(#202020,12);
			@include onlyLineEllipsis;
		}
		&-bottom {
			@include styleFont(#999999,12);
			@include moreLineEllipsis(2);
		}
	}