@CHARSET "UTF-8";


/**********中间正式内容*************/
.right_style{
	border: 1px solid #dddddd; 
	float:left; 
	width:708px; 
	margin-left:20px;
}

.right_head{
	float:left; 
	background: #efeded;
	height: 30px;
	line-height:30px;
	width:708px;
}

.right_head_h2{
	font-size:14px; 
	padding-left:10px;
}

.right_contant{
	float:left;
	list-style:none;
	font-family: "微软雅黑","黑体","宋体";
	color: #666;
	padding-left:30px;
}

.right_contant span{
	float:left;
	font-weight:bold;
	font-size:24px;
	padding-top:30px;
	padding-bottom:15px;
	width:600px;
}

.right_contant li{
	float:left;
	width:100px;
	line-height:30px;
	font-size:15px;
}

.right_contant li a{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.right_contant li a:hover{
	text-decoration:underline;
	color:#FF5400;
}

.FAQ_tab{
	float:left;
	width:700px;
}

.FAQ_tab h3{
	float:left;
	width:678px;
	height:29px;
	line-height: 29px;
	background-color: #f4f4f4;
	font-size: 14px;
	margin-top: 10px;
	margin-left:15px;
	text-indent: 1em;
	color: #000;
}

.FAQ_answer span{
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	padding-top:10px;
	width:670px;
	margin-left:25px;
	text-indent: 2em;
}

.FAQ_answer span a{
	color: #000;
	text-decoration:none;
}

.FAQ_answer span a:hover{
	text-decoration: underline;
	color: #FF5400;
}

/**********中间正式内容结束*************/