
.maincont {
	max-width: 1200px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 50px 0;
	overflow: hidden;
}
.qb-textlist {
	height: auto;
	padding: 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	background: #fff;
}
.qb-textlist:after {
	content: ""; 
	display: block; 
	width: 100%;
	height: 0; 
	clear: both;
}
.qb-textlist .title {
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.qb-textlist .time {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #9b9b9b;
	margin-top: 10px;
	overflow: hidden;
}
.qb-textlist .time i {
	margin-left: 10px;
}
.qb-textlist p {
	line-height: 25px; 
	font-size: 14px;
	color: #666666;
}


/*adapt*/
@media only screen and (min-width:641px){
.qb-textlist {
	padding: 15px;
	margin-bottom: 15px;
}
.qb-textlist .time {
	margin-top: 15px;
}
.qb-textlist .title {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.qb-textlist p {
	line-height: 30px; 
	font-size: 16px;
}



}
@media (min-width:401px) and (max-width:640px){}