.faqPage .sidebar{
	border: 1px solid #ddd;
	min-height: 500px;
	margin-bottom: 30px;
	padding: 15px;
	color: #666;
	background: #fff;
}
.faqPage .sidebar .red{
	color: #FD5253;
}
.faqPage .sidebar ul{
	padding-left: 15px;
}
.faqPage .sidebar ul li{
	list-style-type: none;
	margin-bottom: 5px;
}
.faqPage .sidebar .title{
	margin-top: 15px;
	margin-bottom: 5px;
}

.faqPage .faqContent .title{
	color: #FD5253;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.faqPage .faqContent h3{
    font-size: 16px;
    color: #71b412;
}
.faqPage .faqContent p{
    padding-left: 15px;
}
.faqPage .faqContent ol li,
.faqPage .faqContent ul li{
    margin-bottom: 10px;
}
.faqPage .faqContent ol li ul li{
    margin-bottom: 5px;
}
.faqContent .note{
	color: #ff6823;
}
.faqContent a{
	color: #FD5253;
}