</ul>
</div>
<div class="chongso_top_rb">
<div class="pic" style="height:50px">
<?php if(is_array($wenda) || $wenda instanceof \think\Collection || $wenda instanceof \think\Paginator): $i = 0;$__LIST__ = is_array($wenda) ? array_slice($wenda,13,1, true) : $wenda->slice(13,1, true); if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
<a href="<?php echo htmlentities($item['url']); ?>"><p style="background:#fff"><b style="color:#777"><?php echo htmlentities($item['title']); ?></b></p></a>
<?php endforeach; endif; else: echo "" ;endif; ?>
</div>
<div class="des">
<p><?php echo $item['intro']; ?></p>
</div>
<ul class="ano" style="height:200px">
<?php if(is_array($wenda) || $wenda instanceof \think\Collection || $wenda instanceof \think\Paginator): $i = 0;$__LIST__ = is_array($wenda) ? array_slice($wenda,14,6, true) : $wenda->slice(14,6, true); if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
<li><a href="<?php echo htmlentities($item['url']); ?>" ><?php echo htmlentities($item['title']); ?></a></li>
<?php endforeach; endif; else: echo "" ;endif; ?>
</ul>
</div>
</div>
</div>