@charset "utf-8";
/* CSS Document */
.faq_container{ width:1200px; padding:0 0px;height:1400px; margin:0 auto;}
.faq-headline{ width:100%; height:36px; border-bottom:2px solid #f26355; font-size:18px; line-height:36px; text-align:left; margin-top:10px; margin-bottom:25px;}
.faq-headline span{ font-size:14px;}
.faq-content{ width:1150px; padding:25px 25px 50px; background-color:#f7f7f7;}
.faq-content li{ width:1148px; background-color:#fff; margin-bottom:12px; border:1px solid #ddd;}
.faq-content li h5{height:44px;color:#333;font-size:18px;cursor:pointer;line-height:44px;text-indent:18px;position:relative;}
.faq-content li h5 .unfold,.faq-content li h5 .fold{display:inline-block;width:16px;height:16px;overflow:hidden;position:absolute;right:18px;top:14px;}
.faq-content li h5 .fold{background:url(/res/zyzx/images/fudaojun_faq_fold.png) no-repeat;}
.faq-content li h5 .unfold{background:url(../images/fudaojun_faq_unfold.png) no-repeat;}
.faq-content li .answer{padding:10px 47px;border-top:1px dashed #dddddd;background:#fff;color:#666;margin-bottom:5px; display:none;}
.faq-content .noAnswer a{ color:#f26355;}
