@charset "big5";
/* CSS Document */
/* ----- faqList ----- */
.faqList {
	float:left;
	width:100%;	
	padding:12px 0;
	background: url(../images/line_list.png) repeat-x bottom;
	margin:0;
}
.faqList dt {
	float:left;
	width:60px;
	font-size:15px;
	line-height:1.5;
	color:#000;
	text-align:center;
	font-weight:bold;
}
.faqList dt .icon_faq{
	width:30px;
	height:30px;
	background: url(../images/faq-icon.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
	background-size:contain
	
}
.faqList dd {
	float:left;
	width:800px;
	padding:0;
	line-height:22px;
	padding-right:15px;
	color:#666;
	word-break:break-all;
}
.faqList dd a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	width:700px;
	float:left;
	padding-top:4px;
}
.faqList dd a:hover {
	color:#7cbd2c;
}
.faqList dd p{
	width:100%;
	float:left;
}
.faqList dd span{
	color:#666;
	width:100px;
	float:right;
	line-height:30px;
	text-align:center;
}

/* ----- Faq-info ----- */
.Faq-info{
	width:100%;
	float:left;
}
.Faq-info dl.q-tit{
	width:100%;
	min-height:72px;
	font-family: "å¾®è½¯?…é?", "å¾®è?æ­??é«?;
	float:left;
	margin:0px;
	padding:10px 10px 10px 53px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #333;
	background:#fff url(../images/faq-icon-Q.png) left bottom no-repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Faq-info dl.q-tit dt h1{
	font-size:26px;
	line-height:1.2;
	font-weight: normal;
	color:#000;
}	
.Faq-info dl.q-tit dd{
	float:left;
	min-height:16px;
	padding:0px;
	width:100%;
}
.Faq-info dl.q-tit ul {
	float:left;
	width:100%;
	list-style:none;
	color:#666;
	font-size:15px;
	line-height:16px;
	margin-top:6px;
}
.Faq-info dl.q-tit ul li {
	float:left;
	margin:5px 0;
}
.Faq-info dl.q-tit ul li.date {
	padding-left:20px;
	margin-right:18px;
	background:url(../images/icon-date.png) no-repeat 0 0;
}
.Faq-info dl.q-tit ul li.source{
	padding-left:20px;
	margin-right:18px;
	background:url(../images/icon-source.png) no-repeat 0 0;
}
.Faq-info .q-ans{
	font-size:16px;   
	color:#666;
	width:812px;
	float:left;
	padding:16px 10px 10px 53px;
	line-height:28px;
	word-break:break-all;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background:#fff url(../images/faq-icon-A.png) left top no-repeat;
	min-height:72px; 
}
