40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
| 
								 | 
							
								{layout name="layout" /}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="fixed-height"></div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<section class="inner-banenr">
							 | 
						||
| 
								 | 
							
								    <img src="{$category.src}" alt="{$category.title}">
							 | 
						||
| 
								 | 
							
								</section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<section class="inner-nav">
							 | 
						||
| 
								 | 
							
								    <div class="wrap">
							 | 
						||
| 
								 | 
							
								        <div class="left">
							 | 
						||
| 
								 | 
							
								            <img src="__STATIC__/web/img/home.png" alt="">
							 | 
						||
| 
								 | 
							
								            <div>
							 | 
						||
| 
								 | 
							
								                您当前位置:<a href="/">首页</a> | <a href="/news.html">新闻动态</a> |<span>{$parentCategory.title}</span>
							 | 
						||
| 
								 | 
							
								            </div>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        {include file="public/search"}
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<section class="inner-nav2 mt30">
							 | 
						||
| 
								 | 
							
								    <div class="wrap">
							 | 
						||
| 
								 | 
							
								        {foreach $categoryChildren as $child}
							 | 
						||
| 
								 | 
							
								        <a href="/news.html?category_id={$child.id}" class="{if $child['id'] == $category['id']}curr{/if}">{$child.title}</a>
							 | 
						||
| 
								 | 
							
								        {/foreach}
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</section>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!-- 主要内容 -->
							 | 
						||
| 
								 | 
							
								<section class="party-list">
							 | 
						||
| 
								 | 
							
								    <div class="wrap">
							 | 
						||
| 
								 | 
							
								        <div class="news-show">
							 | 
						||
| 
								 | 
							
								            <div class="title2 mt40"><span>{$item.title}</span></div>
							 | 
						||
| 
								 | 
							
								            <div class="cons">
							 | 
						||
| 
								 | 
							
								                {$item.content|raw}
							 | 
						||
| 
								 | 
							
								            </div>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</section>
							 |