{include file="public/head" /}
{$Think.lang.v_home}
{$Think.lang.news}
{volist name="listnavigation" id="pageNavRs"}
{$pageNavRs.title}
{/volist}
{volist name="moduleSort" id="newsSortRs"} {empty name="newsSortRs.sub"}
{$newsSortRs.title}
{else /}
{$newsSortRs.title}
{volist name="newsSortRs.sub" id="subRs"} {empty name="subRs.subsub"}
{$subRs.title}
{else /}
{$subRs.title}
{volist name="subRs.subsub" id="subsubRs"}
{$subsubRs.title}
{/volist}
{/empty} {/volist}
{/empty} {/volist}
{$rs.title}
{$Think.lang.v_author}:{$rs.author} | {$Think.lang.v_copyfrom}:{$rs.copyfrom} | {$Think.lang.v_date}:{$rs.addtime|date='Y-m-d',###} | {$Think.lang.v_hits}:{$rs.hits}
{$content1|htmlspecialchars_decode}
{$Think.lang.v_previous_page}:{$pre}
{$Think.lang.v_next_page}:{$next}
{$Think.lang.v_shareto}:
{include file="public/foot" /}