<?php include 'conn.php';
$news = new news(3,4);
$news->init();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php
$arr=getglrs(1);
showseohtml($arr);
?>
<link rel="stylesheet"   href="css/css.css" type="text/css" />
</head>

<body>
<div class="warder">
<div class="header">
<?php include 'head.php';?>
</div>

<div class="nav"> 
 <?php include 'nav.php';?>
</div>

<div class="banner">
<?php $arr=getcors('ban_co', 4);?>
<img src="<?php echo $arr['img_sl']?>"/>
</div>
<div class="content_ny2">
<p><span  class="ny2c_left fl" >新闻中心</span><span class="ny2c_right fr">您的位置：<a href="index.php">首页 </a>> <a href="news.php">新闻中心</a></span><div class="clear"></div></p>
</div>

<div class="ny2_main">
<ul class="news">
<?php $news->showlist_1('news_show.php',12)?>
</ul>
</div>
<div class="page">
                	<div class="fany"><table border="0" cellspacing="0" cellpadding="0" style="margin:10px auto;">
                  <tr>
                    <td>
                    <?php
                    if ($news->page->counter>0){
                        $news->page->getpagenum();
                    }
                    ?>
                    </td>
                  </tr>
                </table></div>
                </div>
<div class="clear"></div>
</div>
<div class="footer">
<?php include 'foot.php';?>
<?php include 'link.php';?>

</div>

</body>
</html>
