.faq_out img{
  max-height: 120px;
}
.faq_list_item{
  font-family : Verdana, Tahoma, Arial, Sans-Serif;
  font-size : 12px;
  font-weight : bold;
  color : #415d6f;
  background-color : #ebebeb;
  padding : 2px 4px 4px;
  border: 1px solid #ececec;
  margin-bottom: 4px;

}
.faq_ans{
  border-bottom: 3px solid #e0e0e0;
  margin-bottom: 4px;
}
.faq_ans_head{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0px;
  color:#f60;
}
.faq_ans_content{
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px;
}
.faq_ans_gohome{
  text-align: right;
  font-size: 9px;
}



.div_faq_tits{
	font-family : "trebuchet ms",  Tahoma, Arial, Sans-Serif;    font-size: 14px;
	font-style: italic;
	color: #555;
	background-color: #E8E8E8;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
	border-bottom: 0px;
}

.div_faq_tit{
	font-family : "trebuchet ms",  Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	color: #555;
	background-color: #E8E8E8;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
	border-bottom: 0px;
	cursor: pointer;
}
.div_faq_tit:hover {
	font-family : "trebuchet ms",  Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	color: #555;
	background-color: #e0e0e0;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
	border-bottom: 0px;
}
.div_faq_tit:active{
	font-family : "trebuchet ms",  Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	color: red;
	background-color: #DDEEDD;
	padding: 4px;
	margin: 5px 10px 0px 10px;
	border: 1px solid #bbb;
	border-bottom: 0px;
}
.div_faq_pre{
	font-size: 12px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #bbb;
	border-top: 0px;
}
