.question .item {
	display: block;
	margin-bottom: 40px;
}
.question .item:last-child {
	margin-bottom: 0;
}
.question .item .title {
	color: black;
    font-size: 20px;
}
.question .item .description {
	color: #6A6A6A;
    font-size: 14px;
    line-height: 24px;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.question .item .bottom {
	width: 100%;
	font-size: 14px;
	margin-top: 19px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #999999;
	font-size: 14px;
}
.question .bottom .right span {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 20px;
	background-color: #EEEEEE;
}
.question .bottom .right span:last-child {
	margin-right: 0;
}