ul.faq, ul.faq li {
	xpadding: 0;
	xmargin: 0;
}
ul.faq li:before {
	display: none;
}
ul.faq li:nth-child(odd) {
}
ul.faq li:nth-child(even) {
	padding-bottom: 10px;
	xline-height: 1.2em;
	font-size: 14px;
}

ul.faq li strong::before {

    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #489a00;
    content: '';

}
.content-right h1 {
	color: #2797ad;
}
.content-right h2 {
	color: #489a00;
	border-bottom: 1px solid #489a00;
}
