SELECT * FROM News WHERE Del_Code='0'
AND EtcCate='T' AND News.News_Level in('1', '5') AND NewsState = 'Publish' AND ViewNews='V'
ORDER BY Publish_date DESC , ID DESC
Limit 0 , 3
SELECT * FROM News WHERE Del_Code='0'
AND ID NOT IN(1165744,1165647,1165493) AND EtcCate='T' AND NewsState = 'Publish' AND ViewNews='V'
ORDER BY Publish_date DESC , ID DESC
Limit 0 , 12