.q-title {
	font-size: 18px;
	color: #0088ff;
	font-weight: normal;
	width: 80px;
	float: left;
}

.q-list {
	display: block;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

.q-list li {
	width: 100%;
	/*height: 40px;*/
	/*line-height: 40px;*/
}

.q-list li span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	transition: padding-left 0.5s;
	vertical-align: top;
	margin-top: -1px;
}

/*.q-list li:hover span {*/
	/*padding-left: 10px;*/
	/*color: #0088ff;*/
/*}*/

.q-list li a {
	color: #6f6d6e;
	font-size: 14px;
	text-decoration: none;
}
.q-list li:hover a {
	/*color: #0088ff;*/
}
.q-list li:hover {
	color: #0088ff;
	background-color: #e5f2ff;
}
.article-title {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #333;
}
.q-list .list-title{
	display: inline-block;
	width: 60%;
	line-height: 36px;
	font-size: 18px;
	color: #00aaff;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.q-list .list-content{
	line-height: 28px;
	font-size: 14px;
	color: #333;
}
.q-list .list-from{
	line-height: 44px;
	font-size: 12px;
	color: #999;
}

.q-list .list-from a{
	font-size: 12px;
	color: #999;
}