SELECT news_id ,open_flag ,open_date ,open_date_close ,title FROM news WHERE status = 1 AND title LIKE '%%%%' ORDER BY open_date DESC, create_time DESC