$res=mysql_query("SELECT * FROM base_news WHERE news_type like '文章>校园生活>精彩视频>' AND news_auditing_flag = 1 ORDER BY news_date DESC limit 0,1");
$row=mysql_fetch_array($res);
$title=$row['news_title'];
$filepath="/".substr($row['news_file'],0,4)."-".substr($row['news_file'],4,2)."/";
$cache_img_path="/upfiles".$filepath.$row['news_file'];
$link="/article/".$row['news_id']."-".$row['news_update'].".html";
$date = date('Y-m-d',strtotime($row['news_date']));
if($row['news_link']!==''){ $link=$row['news_link'];}
?>