listNews.length > 0) { $.getJSON('https://www.nipponsteel.com/jp/news_list.json', function(data) { var newsItems = data.news.slice(0, 5); $.each(newsItems, function(index, item) { var $newsItem = $('

  • '); var $date = $('