.content h1{
	padding: 20px; height: auto; font-size: 24px; text-align: center;
}
.askList{


}
.askList .item{
	min-height: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding: 0px 30px;
}
.askList .item h4{
    overflow: hidden;
    margin-bottom: 10px;
}
.askList .item ol.memberList{
	padding: 0px 10px;
	display: table;
	margin-bottom: 15px;

}
.askList .item .info{
	font-size: 14px;
}
.askList .item ol.memberList li{
	float: left; border-radius: 50%; width: 40px; height: 40px; background: #d1d1d1; margin-right: 10px;
}