<span class="tx"><img src="<?php echo htmlentities($item['user_avatar']); ?>"></span>
<span class="name"><?php if($item['author']): ?><?php echo htmlentities($item['author']); else: ?>热心网友<?php endif; ?></span>
<span class="time">时间:<?php echo htmlentities($item['time_format']); ?></span>
</p>
<?php echo $item['content']; if($i%2==0): $huida_index++; ?>
<script type="text/javascript" src="https://jss.51dongshi.com/mitjs/huida<?php echo htmlentities($huida_index); ?>.js"></script>
<?php endif; ?>
<?php endforeach; endif; else: echo "" ;unset($__LIST__);endif; ?>
<div class="yingc">
<?php if(is_array($yingc_lists['zhidao_list']) || $yingc_lists['zhidao_list'] instanceof \think\Collection || $yingc_lists['zhidao_list'] instanceof \think\Paginator): $i = 0; $__LIST__ = $yingc_lists['zhidao_list'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
<a href="<?php echo htmlentities($item['url']); ?>"><?php echo htmlentities($item['title']); ?></a>
<p><?php echo htmlentities($item['intro']); ?></p>
<?php endforeach; endif; else: echo "" ;unset($__LIST__);endif; ?>
</div>
<div class="yingc">
<?php if(is_array($yingc_lists['xg_list']) || $yingc_lists['xg_list'] instanceof \think\Collection || $yingc_lists['xg_list'] instanceof \think\Paginator): $i = 0; $__LIST__ = $yingc_lists['xg_list'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$item): $mod = ($i % 2 );++$i;?>
<a href="<?php echo htmlentities($item['url']); ?>"><?php echo htmlentities($item['title']); ?></a>
<?php endforeach; endif; else: echo "" ;unset($__LIST__);endif; ?>
</div>