.faqWrap{
	padding: 80px 0 120px;
}
.faqTitle span{
	font-size: 24px;
	color: #787777;
	text-align: center;
	position: relative;
}
.faqTitle span::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #1492db;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	border-radius: 10px;
}

.pt40{
	padding-top: 40px;
}
.faqTap p{
	text-align: center;
	font-size: 16px;
	color: #787777;
	margin-bottom: 40px;
}

.faqDetail{ 
	width: 1380px;
	margin: 50px auto 0;
}
 
.faqDetail .faq-ul li{
	border-bottom: 1px dashed #cccccc;
	    padding: 30px 0;
}
.faq-ul li h5{
	    font-size: 18px;
	    color: #333333;
	    font-weight: bold;
	    margin-bottom: 12px;
}
.answer_item p{
	    font-size: 16px;
	    color: #666666; 
	    line-height: 28px;
		display: table;
}
.answer_item p i{
	    width: 7px;
		height: 7px;
		background: #1099d9;
		border-radius: 100%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		margin-left: 4px;
}
.answer_item p span{
	display: table-cell;
}
.faq-ul  li:hover {
    border-bottom: 1px dashed #2a7bb6;
}