.qsn-list{
	display: flex;
}
.qsn-left{
	width: 20%;
	margin-right: 4%;
	box-sizing: border-box;
}
.qsn-right{
	width: 80%;
}
.qsn-title{
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
	color: #666666;
	font-size: 17px;
}
.qsnr-content{
	margin-bottom: 35px;
}
.qsnr-c-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.qsnr-c-asn{
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	color: #666666;
}
.qsnr-img>img{
	width: 100%;
}
.bnC-text>div{
	width: 100%;
}
.banner{
	background-image: url(../image/subanback.png);
}
.qsn-title:hover{
	background-color: #f4f7ff;
	color: #006fff;
	cursor: pointer;
}