/* CSS Document */
.context{
	width:950px;
	min-height:500px;
	background:#FFF;
	box-shadow:0 0 5px #CCC;
	border:1px solid #e0e0e0;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	}
.context .faq_con{
	width:890px;
	margin:0px auto;
	padding-top:30px;
	}
.faq_con .title{
	height:30px;
	line-height:30px;
	background:url(../images/faq_title_bg.jpg) no-repeat;
	font-size:14px;
	color:#FFF;
	text-indent:25px;
	margin-bottom:30px;
	}
.faq_con .title span{
	color:#ff9800;
	margin:0 5px;
	}
.faq_con .question{
	clear:both;
	}
.faq_con .question p.question_title{
	height:35px;
	line-height:35px;
	background:#f2f3f6;
	font-size:14px;
	font-weight:bolder;
	text-indent:10px;
	cursor:pointer;
	}
.faq_con .question p span.span{
	float:left;
	}
.faq_con .question p .dftimg{
	float:right;
	margin-right:15px;
	}
.faq_con .question div.answer{
	margin:0 10px;
	line-height:24px;
	font-size:14px;
	color:#646464;
	padding-top:5px;
	text-indent:28px;
	display:none;
	}
.faq_con .question div.answer img{
	
	}
.context table{
	font-size:14px;
	}
.context table thead tr{
	height:50px;
	}
.context table thead tr th{
	border-bottom:1px solid #CCC;
	}
.context table thead tr th a{
	color:#7e8aa2;
	}
.context table tbody tr{
	height:30px;
	}
.context table tbody tr td{
	text-align:center;
	color:#646464;
	}
.context table tbody tr td a{
	color:#646464;
	}
.context table tbody tr td a:hover{
	color:#ff9800;
	}
	
.context .page{
	width:890px;
	margin:0 auto;
	height:48px;
	line-height:48px;
	text-align:right;
	font-size:14px;
	border-top:1px solid #d1d1d1;
	
	}
.context .page a,.context .page span{
	margin-left:20px;
	color:#646464
	}
.context .page a.btn{
	margin:0;
	}
.context .page a:hover{
	color:#ff9800;
	}
.context .page input{
	width:35px;
	text-align:center;
	border:1px solid #d1d1d1;
	}
	
.context .mould{
	height:20px;
	line-height:20px;
	font-weight:bolder;
	position:absolute;
	right:30px;
	top:3px;
	background:url(../images/icon_22.jpg) no-repeat 0 1px;
	text-indent:20px;
	z-index:1;
	}
.mould a{
	color:#7e8aa2;
	}