.qaBan .banSearch .inpBox{
	width: 478px;
}
.qaBan .sTips{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: .22rem;
	text-align: left;
	padding-left: 26%;
}
.qaBan .sTips a{
	margin-right: .15rem;
	color: #fff;
	transition: all .3s;
}
.qaBan .sTips a:hover{
	color: rgba(21, 175, 43, 1);;
}
.qaBan .banSearch .sRigCon{
	width: 259px;
	height: 234px;
	top: 60px;
}
.qaBan .sRigCon li:hover{
	color: rgba(21, 175, 43, 1);
	background: none;
}
.qaBan .banSearch .sBox span.active{
	background: url(../images/qa/searchArrowTop.png) right center no-repeat;
}
.quesBox{
	overflow: hidden;
	margin: .45rem 0 .85rem 0;
}
.quesBox .lefQues{
	float: left;
	width: 260px;
	margin-right: 1.2rem;
}
.quesTit{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.titLine{
	width: 70px;
	height: 2px;
	background: #0054A7;
	margin-top: .16rem;
}
.lefDes{
	margin-top: .4rem;
}
.lefDes p{
	font-size: 16px;
	line-height: 35px;
	color: #333333;
}
.lefDes p span{
	color: #15AF2B;
}
.right-faq{
	overflow: hidden;
}
.right-faq li{
	margin-bottom: 10px;
}
.right-faq li .list-title{
	background: #FFFFFF;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	border-bottom: 1px solid #F5F5F5;
	color: #333333;
	font-weight: bold;
	background: url(../images/qa/listIco.png) 98% center no-repeat;
	position: relative;
	cursor: pointer;
}
.right-faq li .list-title h4{
	width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}
.right-faq li .list-title:hover h4,
.right-faq li .list-title.current h4{
	color: #2F4A99;
	font-weight: bold;
}
.right-faq li .list-title.current{
	background: url(../images/qa/listIcoHover.png) 98% center no-repeat;
	color: #2F4A99;
	font-weight: bold;
}
.right-faq li .list-con{
	background: #FFFFFF;
	padding: 25px;
	margin: 0 0 15px 0;
	display: none;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.right-faq li:first-child .list-con{
	display: block;
}
.right-faq li .list-con p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 15px;
}
@media (max-width: 1600px) {
	.quesTit{
		font-size: 32px;
	}
}
@media (max-width: 1400px) {
	.right-faq li .list-title{
		font-size: 18px;
	}
	.right-faq li .list-con{
		font-size: 14px;
		line-height: 28px;
	}
	.quesBox .lefQues{
		margin-right: .6rem;
	}
	.quesTit{
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.quesBox .lefQues{
		float: none;
		width: 100%;
	}
	.right-faq{
		width: 100%;
		margin-top: .3rem;
	}
	.quesTit{
		font-size: 24px;
	}
	.lefDes{
		margin-top: .25rem;
	}
	.lefDes p{
		font-size: 14px;
		line-height: 28px;
	}
	.right-faq li .list-title{
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
}