.qalist .itembox{
	background: #fff;
	padding: 8px 24px;
}

.qalist li{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.qalist li:last-child{
	border-bottom: initial;
}

.qalist li:after{
	clear: both;
	display: block;
	content: "";
}


.qalist li h2{
	float: left;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	font-weight: initial;
}

.qalist li a{
	color: #333333;
}

.qalist li a:hover{
	color: #be0f1b;
}

.qalist li .dataprompt{
	float: right;
	color: #ccc;
}

.qalist li .dataprompt em{
	margin: 0 8px;
	color: #333;
}


.icon-view:before{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../../skin/images/browse.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
	margin-bottom: -3px;
}
