/**!
 * 二级页
 * author: fxyue;
 * date:2019-09-17
 */
#questions{
	width:99%;
	margin:10px auto; 
	padding-top:3px; 
	border:1px solid #e7e7e7;
	}
	
   #questions li h5 .UI-ask,
   #questions li h5 .UI-bubble{
	   position:absolute;
	   left:0px;
	   top:9px;
	   }
	   
   #questions li{
	   border-bottom:1px solid #e7e7e7;
	   padding:0 14px 5px 14px;
	   vertical-align:bottom;
	   }
	   
   #questions li h5{
	   position:relative;
	   color:#666;
	   font-size:14px;
	   cursor:pointer;
	   line-height:40px;
	   height:40px;
	   overflow:hidden;
	   padding:0 0 0 26px; 
	   margin:0;
	   }
	   
   #questions li .foldContent{
	   border-left:3px solid #018ccb;
	   padding:10px 26px;
	   border-top:1px dashed #e2e2e2;
	   line-height:24px;
	   background:#f3f3f3;
	   color:#888; 
	   display:none;
	   }
	   
   .box{
    background: url(/images/faq_right.png)  no-repeat center left;
  }
  .changeBg{
    background: url(/images/faq_down.png) no-repeat center left;
  }