{cw:include("cw_head.html")}
今日
头条
{cw:loop select top 1 * from cw_news where istop=1 order by id desc}

{title}

[@{jj}#len=70]

{/cw:loop}
    {cw:loop select top 3 * from cw_news where isnice=1 and ispic=1 order by id desc}
  • {title}

    {title}

    [@{jj}#len=70]
  • {/cw:loop}
    {cw:loop select top 10 * from cw_news where classid in(2,3,4,9,17) and ispic=1 order by id desc}
  • {title}

    {title}

    [@{jj}#len=70]
  • {/cw:loop}
最新发布
    {cw:loop select top 10 * from cw_news order by id desc}
  • {title}
  • {/cw:loop}
兴国百科
更多
    {cw:loop select top 10 * from cw_news where classid=9 order by id desc}
  • {title}
  • {/cw:loop}
热门点击
    {cw:loop select top 10 * from cw_news order by hits desc,id desc}
  • {title}
  • {/cw:loop}
{cw:include("cw_foot.html")}