{extend name="../view/default/basetmp.htm" /} {block name="css"} {/block} {block name="main"} {include file='../view/default/innerbanner.htm'}
{include file='../view/default/left.htm'}
{if $ArtRes->count() > 0} {:lang('news_display_count', [$ArtRes->count(), $ArtRes->total()])} {else} {:lang('news_total_count', [0])} {/if}
{if $ArtRes->count() > 0} {volist name="ArtRes" id="v"}
{$v.title}

{$v.title|cut_str=40}

{$v.stitle|cut_str=50}

{$v.create_time|date='Y-m-d'} {$v.click}
{:lang('read_more')}
{/volist} {else}

{:lang('no_news_title')}

{:lang('no_news_description')}

{/if}
{if $ArtRes->count() > 0} {include file='../view/default/pagination.htm'} {/if}
{/block} {block name="js"} {/block}