|  | @@ -108,7 +108,7 @@
 | 
	
		
			
				|  |  |            <b v-if="item.number">{{ item.number }}</b
 | 
	
		
			
				|  |  |            >{{ item.z_title }}
 | 
	
		
			
				|  |  |          </h2>
 | 
	
		
			
				|  |  | -        <h3 v-if="item.f_title">{{ item.f_title }}</h3>
 | 
	
		
			
				|  |  | +        <h3 v-if="item.f_title" v-html="item.f_title"></h3>
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            :class="['NNPE-tableList', item.is_bg ? 'NNPE-tableList-hasBg' : '']"
 | 
	
		
			
				|  |  |          >
 | 
	
	
		
			
				|  | @@ -774,6 +774,8 @@ export default {
 | 
	
		
			
				|  |  |          line-height: 150%;
 | 
	
		
			
				|  |  |          font-weight: normal;
 | 
	
		
			
				|  |  |          margin: 8px 0 0 0;
 | 
	
		
			
				|  |  | +        white-space: pre-wrap;
 | 
	
		
			
				|  |  | +        word-break: break-word;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      .NNPE-tableList {
 |