var time = item[index].publish_time_text.substr(0,11);
var thumb = item[index].thumb;
var id = item[index].id;
var flags = item[index].flags;
if (flags) {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
var time = item[index].publish_time_text.substr(0,11);
var thumb = item[index].thumb;
var id = item[index].id;
var flags = item[index].flags;
if (flags) {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "<divclass='zhiding'>置顶</div>";
html += "</div>";
} else {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";