?>
&nbsp;</span> 
         <span class="Company_post_list_c"><?php 
            echo $this->_tpl_vars['comclass_name'][$this->_tpl_vars['list']['edu']];
            ?>
&nbsp;</span>
        <span class="Company_post_list_e"><?php 
            echo $this->_tpl_vars['list']['nums'];
            ?>
&nbsp;</span> 
        <span class="Company_post_list_c"><?php 
            echo smarty_function_totime(array('time' => $this->_tpl_vars['list']['sdate']), $this);
            ?>
&nbsp;</span> 
        <span class="Company_post_list_d"><?php 
            echo smarty_function_totime(array('time' => $this->_tpl_vars['list']['edate']), $this);
            ?>
&nbsp;</span> 
       
        </li>
        <?php 
        }
    }
    unset($_from);
    ?>
      </ul>
    </div>
         
    <div class="clear"></div>
    <div class="pages"><?php 
    echo $this->_tpl_vars['pagenav'];
    if ($this->_sections['i']['show']) {
        for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1; $this->_sections['i']['iteration'] <= $this->_sections['i']['total']; $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++) {
            $this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
            $this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
            $this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
            $this->_sections['i']['first'] = $this->_sections['i']['iteration'] == 1;
            $this->_sections['i']['last'] = $this->_sections['i']['iteration'] == $this->_sections['i']['total'];
            ?>
        <li> <span><a href="<?php 
            echo smarty_function_curl(array('url' => "id:" . $this->_tpl_vars['id'] . ",tp:newsshow,nid:" . $this->_tpl_vars['newspage'][$this->_sections['i']['index']]['id']), $this);
            ?>
"><?php 
            echo $this->_tpl_vars['newspage'][$this->_sections['i']['index']]['title'];
            ?>
</a></span> <em style="float:right"><?php 
            echo smarty_function_totime(array('time' => $this->_tpl_vars['newspage'][$this->_sections['i']['index']]['ctime']), $this);
            ?>
</em> </li>
        <?php 
        }
    }
    ?>
      </ul>
    </div>
    <div class="clear"></div>
    <div class="pages"><?php 
    echo $this->_tpl_vars['pagenav'];
    ?>
</div>
    <?php 
} else {