{include file="common/head" /} {include file="common/nav" /}
{include file="common/banner_fenye" /}

{$detail.name}

{:date("M. d, Y",$detail['news_time'])}

{$detail.content|raw}
{php} $previous = sitePrevious($param['mid'], $param['id']); $next = siteNext($param['mid'], $param['id']); {/php}
{if $previous}

{:lang('zg_previous')}:

{$previous.name}
{/if}
{if $next}

{:lang('zg_next')}:

"{$next.name}
{/if}
{php} $pageConfig = [ 'is_page' => 2, 'list_rows' => 10 ]; $newLists = siteGetList(modelId:2,pageConfig:$pageConfig); {/php}
{:lang('latest_news')}
{volist name="newLists" id="vo"}
{$vo.name}
{$vo.name}

{$vo.introduction}

{:date("M. d, Y",$vo['news_time'])}

{/volist}
{include file="common/hot_pro" /}
{include file="common/footer" /}