<?php include 'conn.php';
$news = new news_show(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">
<?php $news->showxx_1();?>
</div>

<div class="clear"></div>
</div>
<div class="footer">
<?php include 'foot.php';?>
<?php include 'link.php';?>

</div>

</body>
</html>
