Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FAlt Text QualityAction75 of 76 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 75 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction162 issue(s) across 668 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| //en.gmw.cn/ | English | new tab | Add '(opens in new tab)' to text |
| //mail.gmw.cn/ | 进入邮箱 | new tab | Add '(opens in new tab)' to text |
| https://zhonghua.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| //news.gmw.cn/ | 新闻 | new tab | Add '(opens in new tab)' to text |
| //politics.gmw.cn/ | 时政 | new tab | Add '(opens in new tab)' to text |
| //world.gmw.cn/ | 国际 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/ | 地方 | new tab | Add '(opens in new tab)' to text |
| //mil.gmw.cn/ | 军事 | new tab | Add '(opens in new tab)' to text |
| //legal.gmw.cn/ | 法治 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/ | 专题 | new tab | Add '(opens in new tab)' to text |
| //guancha.gmw.cn/ | 时评 | new tab | Add '(opens in new tab)' to text |
| //theory.gmw.cn/ | 理论 | new tab | Add '(opens in new tab)' to text |
| //dangjian.gmw.cn/ | 党建 | new tab | Add '(opens in new tab)' to text |
| //www.gmw.cn/xueshu/ | 学术 | new tab | Add '(opens in new tab)' to text |
| //culture.gmw.cn/ | 文化 | new tab | Add '(opens in new tab)' to text |
| //tech.gmw.cn/ | 科技 | new tab | Add '(opens in new tab)' to text |
| //edu.gmw.cn/ | 教育 | new tab | Add '(opens in new tab)' to text |
| //kepu.gmw.cn/ | 科普 | new tab | Add '(opens in new tab)' to text |
| //health.gmw.cn/ | 卫生 | new tab | Add '(opens in new tab)' to text |
| //economy.gmw.cn/ | 经济 | new tab | Add '(opens in new tab)' to text |
| //v.gmw.cn/ | 视频 | new tab | Add '(opens in new tab)' to text |
| //feiyi.gmw.cn/ | 非遗 | new tab | Add '(opens in new tab)' to text |
| //wlaq.gmw.cn/ | 网安 | new tab | Add '(opens in new tab)' to text |
| //digital.gmw.cn/ | 数字 | new tab | Add '(opens in new tab)' to text |
| //life.gmw.cn/ | 生活 | new tab | Add '(opens in new tab)' to text |
| //e.gmw.cn/ | 文娱 | new tab | Add '(opens in new tab)' to text |
| //sports.gmw.cn/ | 体育 | new tab | Add '(opens in new tab)' to text |
| //jiankang.gmw.cn/ | 健康 | new tab | Add '(opens in new tab)' to text |
| //zhongyi.gmw.cn/ | 中医 | new tab | Add '(opens in new tab)' to text |
| //reader.gmw.cn/ | 悦读 | new tab | Add '(opens in new tab)' to text |
| //gongyi.gmw.cn/ | 公益 | new tab | Add '(opens in new tab)' to text |
| //shuhua.gmw.cn/ | 书画 | new tab | Add '(opens in new tab)' to text |
| //meiwen.gmw.cn/ | 文荟 | new tab | Add '(opens in new tab)' to text |
| //yp.gmw.cn/ | 医药 | new tab | Add '(opens in new tab)' to text |
| //pic.gmw.cn/ | 图片库 | new tab | Add '(opens in new tab)' to text |
| //wenyi.gmw.cn/ | 文艺评论 | new tab | Add '(opens in new tab)' to text |
| https://wenhuaqiangguo.gmw.cn/ | 文化强国 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_124819.htm | 深圳观察 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_139476.htm | 海淀时评 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_139985.htm | 潍坊微言 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_140688.htm | 明眼看川 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_144650.htm | 金城观察 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_147187.htm | 评说江城 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_147527.htm | 亮丽北疆 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_158471.htm | 直击引领区 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_166253.htm | 最美延庆 | new tab | Add '(opens in new tab)' to text |
| //topics.gmw.cn/node_121148.htm | 光明追思 | new tab | Add '(opens in new tab)' to text |
| //travel.gmw.cn/ | 旅游 | new tab | Add '(opens in new tab)' to text |
| //lady.gmw.cn/ | 女人 | new tab | Add '(opens in new tab)' to text |
| //photo.gmw.cn/ | 读图 | new tab | Add '(opens in new tab)' to text |
| //museum.gmw.cn/ | 博物馆 | new tab | Add '(opens in new tab)' to text |
| //kepu.gmw.cn/eco/ | 美丽中国 | new tab | Add '(opens in new tab)' to text |
| //kepu.gmw.cn/agri/ | 农业 | new tab | Add '(opens in new tab)' to text |
| //courtgg.gmw.cn/ | 法院公告 | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| http://topics.gmw.cn/bcjt/ | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168597.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168174.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_167897.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_166273.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_167054.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_164395.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_151474.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_164653.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_163753.htm | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| http://www.ce.cn/cysc/ztpd/2019/my/ | 民营经济和高质量发展 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_85117.htm | 核心价值观主题微电影 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_52551.htm | 违反八项规定曝光台 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_31284.htm | (empty) | empty | Add link text or aria-label |
| http://politics.gmw.cn/2014-11/02/conten… | 新版记者证 | new tab | Add '(opens in new tab)' to text |
| http://politics.gmw.cn/2014-11/02/conten… | 防伪 | new tab | Add '(opens in new tab)' to text |
| http://theory.gmw.cn/2014-11/02/content_… | “好教师”李世瑚 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_22877/content_134… | (empty) | empty | Add link text or aria-label |
| http://www.xinhuatone.com/zt/sddj/home.j… | 时代答卷 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_146906.htm | 《温故》专栏 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_134955.htm | 光明日报学习专刊 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_153864.htm | 经济光明论 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166273.htm | 节气里的大美中国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_156547.htm | 阔步迈向网络强国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_157907.htm | “千万工程”新画卷 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_167393.htm | 水科学大讲堂 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166853.htm | 博物馆馆长沙龙 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166694.htm | 百场科学大师剧 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/node_120338.htm | 时代楷模·榜样力量 | new tab | Add '(opens in new tab)' to text |
| https://tousu.www.gov.cn/dc/index.htm | “互联网+督查”平台 | new tab | Add '(opens in new tab)' to text |
| http://www.gmw.cn/jiandu/index.htm | 网络举报监督专区 | new tab | Add '(opens in new tab)' to text |
| http://www.ce.cn/cysc/ztpd/2019/my/ | 民营经济和高质量发展 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_85117.htm | 核心价值观主题微电影 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_52551.htm | 违反八项规定曝光台 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_31284.htm | (empty) | empty | Add link text or aria-label |
| http://politics.gmw.cn/2014-11/02/conten… | 新版记者证 | new tab | Add '(opens in new tab)' to text |
| http://politics.gmw.cn/2014-11/02/conten… | 防伪 | new tab | Add '(opens in new tab)' to text |
| http://theory.gmw.cn/2014-11/02/content_… | “好教师”李世瑚 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_22877/content_134… | (empty) | empty | Add link text or aria-label |
| http://www.xinhuatone.com/zt/sddj/home.j… | 时代答卷 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_146906.htm | 《温故》专栏 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_134955.htm | 光明日报学习专刊 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_153864.htm | 经济光明论 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166273.htm | 节气里的大美中国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_156547.htm | 阔步迈向网络强国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_157907.htm | “千万工程”新画卷 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_167393.htm | 水科学大讲堂 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166853.htm | 博物馆馆长沙龙 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166694.htm | 百场科学大师剧 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/node_120338.htm | 时代楷模·榜样力量 | new tab | Add '(opens in new tab)' to text |
| https://tousu.www.gov.cn/dc/index.htm | “互联网+督查”平台 | new tab | Add '(opens in new tab)' to text |
| http://www.gmw.cn/jiandu/index.htm | 网络举报监督专区 | new tab | Add '(opens in new tab)' to text |
| //news.gmw.cn/node_4841.htm | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 两国元首一致同意将双… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 中方愿同莫方加强发展… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 联合声明 | new tab | Add '(opens in new tab)' to text |
| //news.gmw.cn/node_4841.htm | 更多》 | new tab | Add '(opens in new tab)' to text |
| //pic.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 粤港澳大湾区首台“华… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 第二十七届中国(寿光… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 三亚盛妆迎第六届亚洲… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 多彩活动迎接“全民阅… | new tab | Add '(opens in new tab)' to text |
| http://kepu.gmw.cn/eco/index.htm | (empty) | empty | Add link text or aria-label |
| http://kepu.gmw.cn/eco/index.htm | 美丽中国 | new tab | Add '(opens in new tab)' to text |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| //about.gmw.cn/node_8926.htm | (empty) | empty | Add link text or aria-label |
| https://about.gmw.cn/2026-03/31/content_… | 光明日报编委会关于二… | new tab | Add '(opens in new tab)' to text |
| https://about.gmw.cn/2026-03/31/content_… | 光明日报社社长兼总编… | new tab | Add '(opens in new tab)' to text |
| http://about.gmw.cn/2026-04/20/content_3… | 光明网主办重大赛事网… | new tab | Add '(opens in new tab)' to text |
| http://about.gmw.cn/2026-04/21/content_3… | 光明网“有声手账”工… | new tab | Add '(opens in new tab)' to text |
| https://about.gmw.cn/2026-04/08/content_… | 2025中国非遗年度新闻… | new tab | Add '(opens in new tab)' to text |
| https://about.gmw.cn/2025-02/14/content_… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_161796.htm | (empty) | empty | Add link text or aria-label |
| https://about.gmw.cn/2025-02/14/content_… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_161796.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_161796.htm | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 习近平会见老挝人民革… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 国家主席习近平任免驻… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 领会总书记对服务业发… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 喻见中国经济 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 有作为就要有担当 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 巡天探宇 逐梦星河 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 最是书香能致远 | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 春播春管进行时——各… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168213.htm | (empty) | empty | Add link text or aria-label |
| https://www.gmw.cn/2026-04/21/content_38… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/21/conte… | 匡正"数字出官"错误政… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 学习教育工作专班公开… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 31个省份全部正增长!… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 长三角铁路春游运输期… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_5614/content_3872… | (empty) | empty | Add link text or aria-label |
| https://world.gmw.cn/2026-04/21/content_… | 停火将到期 伊朗不妥… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 和谈再陷艰难博弈 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | [光明论坛]“三驾马车… | new tab | Add '(opens in new tab)' to text |
| https://life.gmw.cn/2026-04/20/content_3… | (empty) | empty | Add link text or aria-label |
| https://life.gmw.cn/2026-04/21/content_3… | 饮食防癌方式简单又实… | new tab | Add '(opens in new tab)' to text |
| https://life.gmw.cn/2026-04/21/content_3… | 这些习惯让尿酸一直降… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 汽油、柴油价格下调 … | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 从"做减法"到"调结构"… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 遏制掐尖招生 教育部… | new tab | Add '(opens in new tab)' to text |
| https://mil.gmw.cn/2026-04/21/content_38… | (empty) | empty | Add link text or aria-label |
| https://mil.gmw.cn/2026-04/21/content_38… | 山河迎忠魂 | new tab | Add '(opens in new tab)' to text |
| https://mil.gmw.cn/2026-04/21/content_38… | 第十三批在韩志愿军烈… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 春招,人文素养带来就… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 这场毕业生招聘会火了… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_5614/content_3872… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | “文”以载道 “智”… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 共育AI时代文科人才生… | new tab | Add '(opens in new tab)' to text |
| https://life.gmw.cn/2026-04/21/content_3… | "快速起号""月入过万"? … | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 贺娇龙账号时隔100天再… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/20/conte… | 学习进行时|建设网络… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_5614/content_3872… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | “文”以载道 “智”… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 共育AI时代文科人才生… | new tab | Add '(opens in new tab)' to text |
| https://life.gmw.cn/2026-04/21/content_3… | "快速起号""月入过万"? … | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/21/conte… | 贺娇龙账号时隔100天再… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_5614/content_3872… | (empty) | empty | Add link text or aria-label |
| https://mil.gmw.cn/2026-04/21/content_38… | 日正式允许出口杀伤性… | new tab | Add '(opens in new tab)' to text |
| https://world.gmw.cn/2026-04/21/content_… | 高市早苗向靖国神社献… | new tab | Add '(opens in new tab)' to text |
| //guancha.gmw.cn/node_11273.htm | (empty) | empty | Add link text or aria-label |
| https://guancha.gmw.cn/2026-04/21/conten… | 别让恶作剧破坏了节庆… | new tab | Add '(opens in new tab)' to text |
| https://www.piyao.org.cn/ | (empty) | empty | Add link text or aria-label |
| http://www.piyao.org.cn/yybgt/index.htm | (empty) | empty | Add link text or aria-label |
| //guancha.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://guancha.gmw.cn/2026-04/21/conten… | 奇葩标语不是“接地气… | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/2026-04/21/conten… | 自媒体运营买“陪跑”… | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/2026-04/21/conten… | 规范跟风“挖宝”,还… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_154868.htm | 中国非遗年度人物 | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/ULZG0ykHNI-1K… | 中国社会科学院公告 | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/PuwHOjG1BIZWi… | 中国诗歌版本图书馆作… | new tab | Add '(opens in new tab)' to text |
| http://kepu.gmw.cn/eco/index.htm | 美丽中国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_139645.htm | (empty) | empty | Add link text or aria-label |
| http://topics.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168597.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168597.htm | 网络中国节·清明 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168597.htm | 和风起,梨花香,又是… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168693.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168693.htm | 第十一个全民国家安全… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-04/10/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-04/10/content… | 世界互联网大会亚太峰… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168597.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168597.htm | 网络中国节·清明 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168597.htm | 和风起,梨花香,又是… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168693.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168693.htm | 第十一个全民国家安全… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168093.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_168093.htm | 2026年全国两会 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168236.htm | 光小明的两会文化茶座 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11204/content_385… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_167376.htm | @芽未成年人网络保护… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_167753.htm | 春运进行时 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11204/content_383… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_166435.htm | 激情全运会 活力大湾… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168174.htm | 科学家精神百场讲坛 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_153472.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_166233.htm | 党的二十届四中全会 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166953.htm | “十五五”民生里的“… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_161935.htm | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/node_167974.htm | 网络中国节·春节 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_168153.htm | 元宵 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_163133.htm | 清明 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_164113.htm | 端午 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_165554.htm | 七夕 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166134.htm | 中秋 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/node_166373.htm | 重阳 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://epaper.gmw.cn/gmrb/html/layout/2… | (empty) | empty | Add link text or aria-label |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 1 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 2 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 3 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 4 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 5 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 6 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 7 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 8 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 9 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 10 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 11 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 12 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 13 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 14 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 15 | new tab | Add '(opens in new tab)' to text |
| https://epaper.gmw.cn/gmrb/html/layout/2… | 16 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/gmrbdb/ | 历年光明日报数据库 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/bwytzq.html | 光明日报版网一体专区 | new tab | Add '(opens in new tab)' to text |
| //dingbao.gmw.cn/ | 订阅2026年光明日报缩… | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/wzb/html/layout/index.ht… | 文摘报 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/sz/paperindex.htm | 书摘 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/blqs/paperindex.htm | 博览群书 | new tab | Add '(opens in new tab)' to text |
| //epaper.gmw.cn/zhdsb/html/layout/index.… | 中华读书报 | new tab | Add '(opens in new tab)' to text |
| http://jyj.gmw.cn/index.htm | 教育家 | new tab | Add '(opens in new tab)' to text |
| //gmsn.gmw.cn/ | 光明少年 | new tab | Add '(opens in new tab)' to text |
| //book.gmw.cn/ | 光明日报出版社 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/jzz_gn.html | 国内记者站 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/jzz_gj.html | 驻外记者站 | new tab | Add '(opens in new tab)' to text |
| //about.gmw.cn/node_21441.htm?t=t_ad | 广告刊例 | new tab | Add '(opens in new tab)' to text |
| //news.gmw.cn/node_4108.htm | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | “小蜜蜂”聚四海商机… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11199/content_387… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 安徽合肥产业跨越升级… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 海养咱,咱也得养海 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11199/content_387… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 场景生态建设的金融赋… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 打造智能经济新形态 | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11199/content_387… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 更稳、更快、更拟人 … | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 以赛促用 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 雷达未来大会观察:以… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11199/content_387… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 每个孩子都有一棵“阅… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 阶梯阅读 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 开放协同、跨界融合 … | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | [新闻随笔]中国童书插… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_11199/content_387… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 无锡让阅读沁润城市肌… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 晋城以书香赓续千年文… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | [鸣镝]联合国中文日:… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 向古老岁月追寻文明线… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 对症调理耕地 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/node_121148.htm | (empty) | empty | Add link text or aria-label |
| http://topics.gmw.cn/2026-04/06/content_… | (empty) | empty | Add link text or aria-label |
| http://topics.gmw.cn/2026-04/06/content_… | 心血管放射影像学专家… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/26/content… | 李幼平 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/25/content… | 魏正耀 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/25/content… | 吴德馨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/21/content… | 孙玉 | new tab | Add '(opens in new tab)' to text |
| http://topics.gmw.cn/2026-03/07/content_… | 熊大闰 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/05/content… | 王崇愚 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-02/28/content… | 姜中宏 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-02/28/content… | 沈渔邨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-02/20/content… | 周炳琨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/30/content… | 董韫美 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/27/content… | 李未 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/26/content… | 孙燕 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2021-10/03/content… | 张涵信 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-04/06/content… | 刘玉清 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/26/content… | 李幼平 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-03/25/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-03/25/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-03/21/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-03/07/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-03/05/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-02/28/content… | 沈渔邨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-02/28/content… | 姜中宏 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-02/20/content… | 周炳琨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/30/content… | 董韫美 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/27/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-01/26/content… | 孙燕 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/21/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-01/19/content… | 梁栋材 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/18/content… | 魏宝文 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/17/content… | 龚知本 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/14/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2026-01/09/content… | 简水生 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2026-01/07/content… | 周立伟 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-12/29/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-12/23/content… | 黄培康 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-12/06/content… | 王迅, | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-12/01/content… | 赵柏林 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-11/18/content… | 沈闻孙 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-11/03/content… | 任阵海 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-10/18/content… | 量子群,富兰克林奖章,1… | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-09/20/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-09/16/content… | 王思敬 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-09/08/content… | 喻树迅 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-09/01/content… | 姚守拙 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-08/28/content… | 于本水 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-08/24/content… | 孙传尧 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-08/23/content… | 伍荣生 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-08/05/content… | 汪槱生 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-08/01/content… | 周恒 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-07/12/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-07/09/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-07/07/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-07/01/content… | 黄本立 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-06/12/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-05/30/content… | 汪承灏 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-05/30/content… | 孙鑫 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-05/25/content… | 顾玉东 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-05/15/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-05/11/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-04/24/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-04/15/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-04/11/content… | 郭爱克 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-04/03/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-03/17/content… | 李德平 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-03/03/content… | 汪懋华 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-02/26/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-02/20/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-02/07/content… | 黄旭华 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-01/26/content… | 裴荣富 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-01/22/content… | 高镇同 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2025-01/21/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2025-01/05/content… | 王正国 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-12/31/content… | 邢球痕 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-12/24/content… | 施仲衡 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-10/12/content… | 田昭武 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-10/07/content… | 叶铭汉 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-08/18/content… | 周光召 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-08/17/content… | 沈绪榜 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-08/05/content… | 李政道 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-08/02/content… | 刘昌孝 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-07/21/content… | 林尚扬 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-07/15/content… | 张寿荣 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-07/15/content… | 张存浩 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-07/02/content… | 宋家树 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-07/02/content… | 刘桂生 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-05/01/content… | 万惠霖 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-04/28/content… | 常印佛 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-04/03/content… | 计亮年 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-03/09/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2024-03/02/content… | 孙钧 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-02/24/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2024-02/21/content… | 朱起鹤 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-02/07/content… | 朱伯芳 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-02/03/content… | 胡和生 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-01/29/content… | 盛志勇 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2024-01/03/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-12/30/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-12/19/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-12/14/content… | 王子才 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-12/07/content… | 肖序常 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-12/05/content… | 徐承恩 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/26/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-11/24/content… | 曹春晓 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/19/content… | 王明庥 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/13/content… | 秦裕琨 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/13/content… | 汪忠镐 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/12/content… | 钟万勰 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-11/01/content… | 袁权 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-10/26/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-10/23/content… | (empty) | empty | Add link text or aria-label |
| https://topics.gmw.cn/2023-10/23/content… | 韩大匡 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-10/08/content… | 潘镜芙 | new tab | Add '(opens in new tab)' to text |
| https://topics.gmw.cn/2023-10/04/content… | 郑光美 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //difang.gmw.cn/bj/ | 北京 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/sh/ | 上海 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/cq/ | 重庆 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/hlj/ | 黑龙江 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/sd/ | 山东 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/ha/ | 河南 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/hb/ | 湖北 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/gx/ | 广西 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/fj/ | 福建 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/gs/ | 甘肃 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/zj/ | 浙江 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/gz/ | 贵州 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/he/ | 河北 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/hi/ | 海南 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/hn/ | 湖南 | new tab | Add '(opens in new tab)' to text |
| //difang.gmw.cn/jl/ | 吉林 | new tab | Add '(opens in new tab)' to text |
| //theory.gmw.cn/node_41267.htm | 理论导读 | new tab | Add '(opens in new tab)' to text |
| //dangjian.gmw.cn/ | 党建 | new tab | Add '(opens in new tab)' to text |
| //www.gmw.cn/xueshu/ | 学术 | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 统筹促就业、增收入、… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 完善国有资本经营预算… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 推动技术变革与就业促… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 为投资于人提供系统性… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 人工智能赋能制造业转… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 坚持系统观念推进财税… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 把握地方生态环境立法… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 践行正确政绩观要严格… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 匡正“数字出官”错误… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://theory.gmw.cn/2026-04/21/content… | 坚持“两个结合”,创… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/21/content… | 推进中国式现代化须“… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/10/content… | 一图看懂“树立和践行… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/08/content… | 2025“理响中国”征集… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/08/content… | 乡村艺术创作要“进心… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/08/content… | 以制度创新夯实灵活就… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-04/03/content… | 数据赋能思政课韧性课… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-03/27/content… | “规划”照进现实,乡… | new tab | Add '(opens in new tab)' to text |
| https://theory.gmw.cn/2026-03/27/content… | 朱杰人:让经典学说成… | new tab | Add '(opens in new tab)' to text |
| //guancha.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/21/content_3… | 呵护童心,走向世界 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| //guancha.gmw.cn/node_40479.htm | 评论员专栏 | new tab | Add '(opens in new tab)' to text |
| http://guancha.gmw.cn/zhuanlan/node_5650… | 朱昌俊 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_861… | 王钟的 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_154… | 马 青 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_137… | 柯 锐 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_109… | 熊 志 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_137… | 王石川 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_122… | 土土绒 | new tab | Add '(opens in new tab)' to text |
| http://guancha.gmw.cn/zhuanlan/node_8223… | 韩浩月 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_122… | 杨三喜 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_122… | 张田勘 | new tab | Add '(opens in new tab)' to text |
| https://guancha.gmw.cn/zhuanlan/node_122… | 于 平 | new tab | Add '(opens in new tab)' to text |
| http://guancha.gmw.cn/zhuanlan/node_6021… | 熊丙奇 | new tab | Add '(opens in new tab)' to text |
| //wenyi.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://wenyi.gmw.cn/2026-04/21/content_… | 好莱坞的这些自救策略… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-04/21/content_… | 女性视角,重解《枕头… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-04/21/content_… | 烟火缭绕处相声艺术的… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-04/21/content_… | 《挽救计划》:硬科幻… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-04/21/content_… | 池 浚:老戏新唱,不… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-04/21/content_… | 好莱坞的这些自救策略… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/node_145498.htm | (empty) | empty | Add link text or aria-label |
| https://wenyi.gmw.cn/2026-04/02/content_… | 守护稀有剧种,筑牢戏… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-03/25/content_… | 饶晓志:电影留白没有… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-03/25/content_… | 谈及尊严和体面,打开… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-03/13/content_… | 做IP需要坚持原创精神 | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-03/12/content_… | 构建人才培养体系,破… | new tab | Add '(opens in new tab)' to text |
| https://wenyi.gmw.cn/2026-03/12/content_… | 新大众文艺与传统影视… | new tab | Add '(opens in new tab)' to text |
| //culture.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://culture.gmw.cn/2026-04/21/conten… | (empty) | empty | Add link text or aria-label |
| https://culture.gmw.cn/2026-04/21/conten… | 多彩活动迎接全民阅读… | new tab | Add '(opens in new tab)' to text |
| https://culture.gmw.cn/2026-04/21/conten… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 吉林长春:一径杏花,… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 读点闲书又何妨,啃点… | new tab | Add '(opens in new tab)' to text |
| //reader.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //shuhua.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://reader.gmw.cn/2026-04/21/content… | 当大量“借书”的是AI… | new tab | Add '(opens in new tab)' to text |
| https://reader.gmw.cn/2026-04/21/content… | 四大展场30万读者赴书… | new tab | Add '(opens in new tab)' to text |
| http://www.gov.cn/node_4298/content_3872… | (empty) | empty | Add link text or aria-label |
| https://reader.gmw.cn/2026-04/21/content… | “晓风”重拂书香浓 | new tab | Add '(opens in new tab)' to text |
| https://reader.gmw.cn/2026-04/21/content… | 今天,我们怎样逛书店… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 每个孩子都有一棵“阅… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 遵循认知发展规律 提… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/21/content_3… | 读点闲书又何妨,啃点… | new tab | Add '(opens in new tab)' to text |
| //meiwen.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://news.gmw.cn/2026-04/20/content_3… | 中国网络文学走向多样… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/20/content_3… | 论荀子道德自律何以可… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/20/content_3… | 《周易》中的物与自我 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/20/content_3… | 中古小说的医疗书写 | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/20/content_3… | 《文章精义》的作者是… | new tab | Add '(opens in new tab)' to text |
| https://news.gmw.cn/2026-04/20/content_3… | 【改进文风大家谈】文… | new tab | Add '(opens in new tab)' to text |
| //tech.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://tech.gmw.cn/2026-04/21/content_3… | (empty) | empty | Add link text or aria-label |
| https://tech.gmw.cn/2026-04/21/content_3… | 人形机器人跑步前进 | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 共育AI时代文科人才生… | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 2025年我国成年国民综… | new tab | Add '(opens in new tab)' to text |
| //kepu.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://tech.gmw.cn/2026-04/21/content_3… | 高精度温室气体综合探… | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 给中医药穿上法治“铠… | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 春播春管进行时 | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 牛奶不能空腹喝?也分… | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 铸大国重器 育高新企… | new tab | Add '(opens in new tab)' to text |
| https://tech.gmw.cn/2026-04/21/content_3… | 细胞重编程的隐藏密码… | new tab | Add '(opens in new tab)' to text |
| https://kepu.gmw.cn/2023-12/06/content_3… | (empty) | empty | Add link text or aria-label |
| https://kepu.gmw.cn/2023-12/06/content_3… | 郭天财:四十六年如一… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-04/17/con… | “百姓名嘴”从凉亭“… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-04/17/con… | 内蒙古鄂托克旗打造基… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-04/08/con… | 歌声送到家门口,温暖… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-04/08/con… | 鄂托克旗设施农业开启… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-04/02/con… | 科技“绒”入新政,细… | new tab | Add '(opens in new tab)' to text |
| https://difang.gmw.cn/nmg/2026-03/24/con… | 鄂托克旗喜接春羔65万… | new tab | Add '(opens in new tab)' to text |
| //edu.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://edu.gmw.cn/2026-04/21/content_38… | (empty) | empty | Add link text or aria-label |
| https://edu.gmw.cn/2026-04/21/content_38… | 好书伴成长 | new tab | Add '(opens in new tab)' to text |
| https://edu.gmw.cn/2026-04/21/content_38… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://edu.gmw.cn/2026-04/21/content_38… | 教育部部署全国学前教… | new tab | Add '(opens in new tab)' to text |
| https://edu.gmw.cn/2026-04/21/content_38… | 让学生“会读书”还“… | new tab | Add '(opens in new tab)' to text |
| //e.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //sports.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://e.gmw.cn/2026-04/21/content_3872… | 面对AI时代有迎合更有… | new tab | Add '(opens in new tab)' to text |
| https://e.gmw.cn/2026-04/21/content_3872… | 李光洁:每个时期都是… | new tab | Add '(opens in new tab)' to text |
| https://e.gmw.cn/2026-04/21/content_3872… | 从创投到出海,全产业… | new tab | Add '(opens in new tab)' to text |
| https://sports.gmw.cn/2026-04/21/content… | 中国垒球联赛探索赛事… | new tab | Add '(opens in new tab)' to text |
| https://sports.gmw.cn/2026-04/21/content… | 方博复出 将参加WTT赛… | new tab | Add '(opens in new tab)' to text |
| https://sports.gmw.cn/2026-04/21/content… | 斯诺克世锦赛丁俊晖晋… | new tab | Add '(opens in new tab)' to text |
| //interview.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://v.gmw.cn/2026-04/20/content_3871… | (empty) | empty | Add link text or aria-label |
| https://v.gmw.cn/2026-04/20/content_3871… | (empty) | empty | Add link text or aria-label |
| https://v.gmw.cn/2026-04/20/content_3871… | 用音乐链接儿童情感 | new tab | Add '(opens in new tab)' to text |
| //health.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://health.gmw.cn/2026-04/21/content… | 义诊不能“因善失规” | new tab | Add '(opens in new tab)' to text |
| https://health.gmw.cn/2026-04/21/content… | 谷雨之“雨”是何雨? | new tab | Add '(opens in new tab)' to text |
| https://health.gmw.cn/2026-04/21/content… | 孤独竟然会“伤脑” | new tab | Add '(opens in new tab)' to text |
| https://health.gmw.cn/2026-04/21/content… | 废旧CT片回收能炼银?提… | new tab | Add '(opens in new tab)' to text |
| https://health.gmw.cn/2026-04/21/content… | 平台要当好“守门员”… | new tab | Add '(opens in new tab)' to text |
| https://health.gmw.cn/2026-04/21/content… | 微波炉这样热菜,“微… | new tab | Add '(opens in new tab)' to text |
| //jiankang.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //zhongyi.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //gongyi.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://jiankang.gmw.cn/2026-04/21/conte… | 查出肺结节别慌张 这… | new tab | Add '(opens in new tab)' to text |
| https://jiankang.gmw.cn/2026-04/21/conte… | 伤膝盖的3种行为很多… | new tab | Add '(opens in new tab)' to text |
| https://jiankang.gmw.cn/2026-04/21/conte… | 喝水后出现这种异常可… | new tab | Add '(opens in new tab)' to text |
| https://jiankang.gmw.cn/2026-04/21/conte… | 预防宫颈癌,筑牢三道… | new tab | Add '(opens in new tab)' to text |
| https://jiankang.gmw.cn/2026-04/21/conte… | 这个能激活肌群的“健… | new tab | Add '(opens in new tab)' to text |
| https://jiankang.gmw.cn/2026-04/21/conte… | 一项被低估的“防病王… | new tab | Add '(opens in new tab)' to text |
| https://wlaq.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/14/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/14/conte… | 王岩:智能体越智能安… | new tab | Add '(opens in new tab)' to text |
| https://wlaq.gmw.cn/2026-04/15/content_3… | 全民国家安全教育日|… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/14/conte… | 陈维良:AI正重构生物… | new tab | Add '(opens in new tab)' to text |
| //economy.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://economy.gmw.cn/2026-04/21/conten… | (empty) | empty | Add link text or aria-label |
| https://economy.gmw.cn/2026-04/21/conten… | 春暖花开竞争艳 | new tab | Add '(opens in new tab)' to text |
| https://economy.gmw.cn/2026-04/21/conten… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://economy.gmw.cn/2026-04/21/conten… | 一季度全社会用电量同… | new tab | Add '(opens in new tab)' to text |
| https://economy.gmw.cn/2026-04/21/conten… | 服务业发展质效持续提… | new tab | Add '(opens in new tab)' to text |
| //economy.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //travel.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://economy.gmw.cn/2026-04/21/conten… | 奋进“十五五” 实干… | new tab | Add '(opens in new tab)' to text |
| https://economy.gmw.cn/2026-04/21/conten… | 太空算力不只是“黑科… | new tab | Add '(opens in new tab)' to text |
| https://economy.gmw.cn/2026-04/21/conten… | 人工智能赋能制造业转… | new tab | Add '(opens in new tab)' to text |
| https://travel.gmw.cn/2026-04/21/content… | 花开盐城 春日经济热… | new tab | Add '(opens in new tab)' to text |
| https://travel.gmw.cn/2026-04/21/content… | 深耕烟火市集 激发消… | new tab | Add '(opens in new tab)' to text |
| https://travel.gmw.cn/2026-04/21/content… | 北京圆明园:谷雨赏牡… | new tab | Add '(opens in new tab)' to text |
| //digital.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/15/conte… | (empty) | empty | Add link text or aria-label |
| https://politics.gmw.cn/2026-04/15/conte… | 朱政:“智惠民生”为… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/15/conte… | 李锦滔:AI能让医生和… | new tab | Add '(opens in new tab)' to text |
| https://politics.gmw.cn/2026-04/15/conte… | 董波:以合作共建打破… | new tab | Add '(opens in new tab)' to text |
| //legal.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://legal.gmw.cn/2026-04/21/content_… | (empty) | empty | Add link text or aria-label |
| https://legal.gmw.cn/2026-04/21/content_… | 人形机器人租赁市场缺… | new tab | Add '(opens in new tab)' to text |
| https://legal.gmw.cn/2026-04/21/content_… | 【详细】 | new tab | Add '(opens in new tab)' to text |
| https://legal.gmw.cn/2026-04/21/content_… | 赵雨蝶虐待、故意伤害… | new tab | Add '(opens in new tab)' to text |
| https://legal.gmw.cn/2026-04/21/content_… | 警惕自媒体运营“陪跑… | new tab | Add '(opens in new tab)' to text |
| //feiyi.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| //whcy.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://feiyi.gmw.cn/2026-04/21/content_… | 陶瓷文物修复师续凯:… | new tab | Add '(opens in new tab)' to text |
| https://feiyi.gmw.cn/2026-04/21/content_… | 从“一枝独秀”到“满… | new tab | Add '(opens in new tab)' to text |
| https://feiyi.gmw.cn/2026-04/21/content_… | 当青砖茶遇上年轻创变… | new tab | Add '(opens in new tab)' to text |
| https://whcy.gmw.cn/2026-04/21/content_3… | 以花为媒 江边广场迎… | new tab | Add '(opens in new tab)' to text |
| https://whcy.gmw.cn/2026-04/21/content_3… | 诗旅江西 钟灵毓秀 文… | new tab | Add '(opens in new tab)' to text |
| https://whcy.gmw.cn/2026-04/21/content_3… | “N刷”演出绝非简单… | new tab | Add '(opens in new tab)' to text |
| //photo.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://photo.gmw.cn/2026-04/20/content_… | (empty) | empty | Add link text or aria-label |
| https://photo.gmw.cn/2026-04/20/content_… | 金沙江畔春景如画 | new tab | Add '(opens in new tab)' to text |
| //en.gmw.cn/ | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | Hannover Messe opens with spot… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/21/content_387… | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | Tea harvest in full swing acro… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/21/content_387… | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | Pic story: guardians of ecosys… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/21/content_387… | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | Mozambican president arrives i… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/guangmingdailyC… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/Guangming_Daily | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/user/Culturegmw | (empty) | empty | Add link text or aria-label |
| https://en.gmw.cn/2026-04/21/content_387… | Review of Nuclear Non-Prolifer… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/19/content_387… | Islam-Confucianism Civilizatio… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/14/content_387… | Misty peaks shroud Jiuhua Moun… | new tab | Add '(opens in new tab)' to text |
| https://en.gmw.cn/2026-04/14/content_387… | Great bustards spotted in NE C… | new tab | Add '(opens in new tab)' to text |
| http://www.zgjx.cn/index.htm | 中国记协 | new tab | Add '(opens in new tab)' to text |
| http://www.people.com.cn/ | 人民网 | new tab | Add '(opens in new tab)' to text |
| http://www.xinhuanet.com/ | 新华网 | new tab | Add '(opens in new tab)' to text |
| http://www.china.com.cn/ | 中国网 | new tab | Add '(opens in new tab)' to text |
| http://www.cctv.com/ | 央视网 | new tab | Add '(opens in new tab)' to text |
| http://www.cri.cn/ | 国际在线 | new tab | Add '(opens in new tab)' to text |
| http://cn.chinadaily.com.cn/ | 中国日报 | new tab | Add '(opens in new tab)' to text |
| http://www.youth.cn/ | 中青网 | new tab | Add '(opens in new tab)' to text |
| http://www.ce.cn/ | 中经网 | new tab | Add '(opens in new tab)' to text |
| http://www.taiwan.cn/ | 台湾网 | new tab | Add '(opens in new tab)' to text |
| http://www.cnr.cn/ | 央广网 | new tab | Add '(opens in new tab)' to text |
| http://www.tibet.cn/ | 中国西藏网 | new tab | Add '(opens in new tab)' to text |
| http://www.chinanews.com/ | 中新网 | new tab | Add '(opens in new tab)' to text |
| http://www.wenming.cn/ | 文明网 | new tab | Add '(opens in new tab)' to text |
| https://www.qq.com/ | 腾讯 | new tab | Add '(opens in new tab)' to text |
| http://www.sohu.com/ | 搜狐 | new tab | Add '(opens in new tab)' to text |
| http://www.cac.gov.cn/ | 中国网信网 | new tab | Add '(opens in new tab)' to text |
| http://www.scio.gov.cn/index.htm | 国新办 | new tab | Add '(opens in new tab)' to text |
| http://www.ccdi.gov.cn/ | 中央纪委国家监委 | new tab | Add '(opens in new tab)' to text |
| http://www.cnpressphoto.com/ | 摄影网 | new tab | Add '(opens in new tab)' to text |
| http://www.nopss.gov.cn/ | 哲社办 | new tab | Add '(opens in new tab)' to text |
| http://www.nncc626.com/ | 中国禁毒网 | new tab | Add '(opens in new tab)' to text |
| https://www.creditchina.gov.cn/ | 信用中国 | new tab | Add '(opens in new tab)' to text |
| http://www.zhscxh.com/ | 中华诗词学会 | new tab | Add '(opens in new tab)' to text |
| http://www.chinawriter.com.cn/ | 中国作家网 | new tab | Add '(opens in new tab)' to text |
| https://cn.wicinternet.org/ | 世界互联网大会 | new tab | Add '(opens in new tab)' to text |
| node_12136.htm | 更多》 | new tab | Add '(opens in new tab)' to text |
| https://www.12377.cn/ | 违法信息举报 | new tab | Add '(opens in new tab)' to text |
| http://about.gmw.cn/2018-01/18/content_3… | 违法和不良信息举报电… | new tab | Add '(opens in new tab)' to text |
| javascript:void(0); | 京网文(2026)0002-002号 | new tab | Add '(opens in new tab)' to text |
| https://www.miit.gov.cn | 京ICP证101021号 | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 京公网安备 11040202120020… | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn | 京ICP备09109312号-1 | new tab | Add '(opens in new tab)' to text |
| //about.gmw.cn/2010-09/08/content_124561… | 中国互联网视听节目服… | new tab | Add '(opens in new tab)' to text |
| https://ss.knet.cn/verifyseal.dll?sn=e19… | 可信网站 | new tab | Add '(opens in new tab)' to text |
| http://www.12377.cn/ | (empty) | empty | Add link text or aria-label |
| http://www.12377.cn/node_548446.htm | (empty) | empty | Add link text or aria-label |
| https://www.piyao.org.cn/ | (empty) | empty | Add link text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://zhonghua.gmw.cn/; javascript:void(0);; a (#173 on page); a (#179 on page); a (#184 on page); a (#190 on page); a (#195 on page); a (#201 on page); a (#206 on page); http://topics.gmw.cn/bcjt/ (+151 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11040202120020"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
//en.gmw.cn/; //mail.gmw.cn/; //news.gmw.cn/; //politics.gmw.cn/; //world.gmw.cn/; //difang.gmw.cn/; //mil.gmw.cn/; //legal.gmw.cn/; //topics.gmw.cn/; //guancha.gmw.cn/ (+484 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="button"]#u_button
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 54/100 — 8 failing, 10 passedFIX
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
“十五五”规划纲要对“建设强大国内市场加快构建新发展格局”作出重要部署,把“大力提振消费”作为重要任务,提出“统筹促就业、增收入、稳预期”。贯彻落实这一任务要… div.g_part3 > div.m_l_main > div.m_con > div.m_zy |
FOLLOW div.m_enBan > div.m_l_main > p > strong |
GUANGMING div.m_enBan > div.m_l_main > p > strong |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m_header > div.m_l_main > div.m_l_main > img div.m_header > div.m_l_main > div.m_l_main > img |
div.m_header > div.m_r_main > a > img div.m_header > div.m_r_main > a > img |
div.m_r_main > div.m_search > a#submitS > img div.m_r_main > div.m_search > a#submitS > img |
li.m-second-carriage > div.m-train-img > a > img li.m-second-carriage > div.m-train-img > a > img |
li > div.m-train-img > a > img li > div.m-train-img > a > img |
li.m-carriage-after > div.m-train-img > a > img li.m-carriage-after > div.m-train-img > a > img |
li.m-carriage-befor > div.m-train-img > a > img li.m-carriage-befor > div.m-train-img > a > img |
li > div.m-train-img > a > img li > div.m-train-img > a > img |
li > div.m-train-img > a > img li > div.m-train-img > a > img |
li.m-carriage-after > div.m-train-img > a > img li.m-carriage-after > div.m-train-img > a > img |
li.m-carriage-befor > div.m-train-img > a > img li.m-carriage-befor > div.m-train-img > a > img |
li > div.m-train-img > a > img li > div.m-train-img > a > img |
li.m-penultimate-carriage > div.m-train-img > a > img li.m-penultimate-carriage > div.m-train-img > a > img |
div.m_headerLine > div.m_l_main > a > img div.m_headerLine > div.m_l_main > a > img |
ul > li > a > img ul > li > a > img |
div.m_ad1 > div > a > img div.m_ad1 > div > a > img |
div.m_l_main > div#szqhZQ > a.szqh_banner > img div.m_l_main > div#szqhZQ > a.szqh_banner > img |
div.m_ad0212 > div.m_l_main > a > img div.m_ad0212 > div.m_l_main > a > img |
div.m_ad0212 > div.m_r_main > a > img div.m_ad0212 > div.m_r_main > a > img |
ul > li.clone > a > img ul > li.clone > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li.clone > a > img ul > li.clone > a > img |
div.m_con > div.m_l_main > a > img div.m_con > div.m_l_main > a > img |
div.m_con > div.m_imgWrap_block > a > img div.m_con > div.m_imgWrap_block > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgWrap_block > div.m_zhezhao > a > img.u_playIcon div.m_imgWrap_block > div.m_zhezhao > a > img.u_playIcon |
div.m_l10 > div.m_imgWrap_block > a > img div.m_l10 > div.m_imgWrap_block > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_imgTextWrap > div.m_imgWrap > a > img div.m_imgTextWrap > div.m_imgWrap > a > img |
div.m_l10 > div.m_imgWrap_block > a > img div.m_l10 > div.m_imgWrap_block > a > img |
li > div.m_enImgWrap > a > img li > div.m_enImgWrap > a > img |
li > div.m_enImgWrap > a > img li > div.m_enImgWrap > a > img |
li > div.m_enImgWrap > a > img li > div.m_enImgWrap > a > img |
li > div.m_enImgWrap > a > img li > div.m_enImgWrap > a > img |
div.g_box > div.g_part11 > div.m_l_main > img div.g_box > div.g_part11 > div.m_l_main > img |
li > div.m_gmImgs > span.m_l_main > img li > div.m_gmImgs > span.m_l_main > img |
li > div.m_gmImgs > span.m_r_main > img li > div.m_gmImgs > span.m_r_main > img |
li > div.m_gmImgs > span.m_l_main > img li > div.m_gmImgs > span.m_l_main > img |
li > div.m_gmImgs > span.m_r_main > img li > div.m_gmImgs > span.m_r_main > img |
li > div.m_gmImgs > span.m_l_main > img li > div.m_gmImgs > span.m_l_main > img |
li > div.m_gmImgs > span.m_r_main > img li > div.m_gmImgs > span.m_r_main > img |
li > div.m_gmImgs > span.m_l_main > img li > div.m_gmImgs > span.m_l_main > img |
li > div.m_gmImgs > span.m_r_main > img li > div.m_gmImgs > span.m_r_main > img |
div.g_footer > p > a > img div.g_footer > p > a > img |
div.g_footer > p.m_top16 > a.cn12377 > img div.g_footer > p.m_top16 > a.cn12377 > img |
div.g_footer > p.m_top16 > a > img div.g_footer > p.m_top16 > a > img |
div.g_footer > p.m_top16 > a > img div.g_footer > p.m_top16 > a > img |
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m_zs > div.m_con > div.m_zsSearch > input#u_button div.m_zs > div.m_con > div.m_zsSearch > input#u_button |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.g_adMain > div > div.m_l_main > iframe div.g_adMain > div > div.m_l_main > iframe |
div.g_adMain > div > div.m_r_main > iframe div.g_adMain > div > div.m_r_main > iframe |
div.g_box > div.g_adMain > div.m_l_main > iframe div.g_box > div.g_adMain > div.m_l_main > iframe |
div.g_box > div.g_adMain > div.m_r_main > iframe div.g_box > div.g_adMain > div.m_r_main > iframe |
div.g_box > div.g_adMain > div.m_l_main > iframe div.g_box > div.g_adMain > div.m_l_main > iframe |
div.g_box > div.g_adMain > div.m_r_main > iframe div.g_box > div.g_adMain > div.m_r_main > iframe |
div.g_box > div.g_adMain > div.m_l_main > iframe div.g_box > div.g_adMain > div.m_l_main > iframe |
div.g_box > div.g_adMain > div.m_r_main > iframe div.g_box > div.g_adMain > div.m_r_main > iframe |
div.g_box > div.g_adMain > div.m_l_main > iframe div.g_box > div.g_adMain > div.m_l_main > iframe |
div.g_box > div.g_adMain > div.m_r_main > iframe div.g_box > div.g_adMain > div.m_r_main > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.g_box > div.m_header > div.m_r_main > a div.g_box > div.m_header > div.m_r_main > a |
div.m_header > div.m_r_main > div.m_search > a#submitS div.m_header > div.m_r_main > div.m_search > a#submitS |
ul.f-clear > li.m-second-carriage > div.m-train-img > a ul.f-clear > li.m-second-carriage > div.m-train-img > a |
ul.f-clear > li > div.m-train-img > a ul.f-clear > li > div.m-train-img > a |
ul.f-clear > li.m-carriage-after > div.m-train-img > a ul.f-clear > li.m-carriage-after > div.m-train-img > a |
ul.f-clear > li.m-carriage-befor > div.m-train-img > a ul.f-clear > li.m-carriage-befor > div.m-train-img > a |
ul.f-clear > li > div.m-train-img > a ul.f-clear > li > div.m-train-img > a |
ul.f-clear > li > div.m-train-img > a ul.f-clear > li > div.m-train-img > a |
ul.f-clear > li.m-carriage-after > div.m-train-img > a ul.f-clear > li.m-carriage-after > div.m-train-img > a |
ul.f-clear > li.m-carriage-befor > div.m-train-img > a ul.f-clear > li.m-carriage-befor > div.m-train-img > a |
ul.f-clear > li > div.m-train-img > a ul.f-clear > li > div.m-train-img > a |
ul.f-clear > li.m-penultimate-carriage > div.m-train-img > a ul.f-clear > li.m-penultimate-carriage > div.m-train-img > a |
ul.infoList > li.clone > span > a ul.infoList > li.clone > span > a |
ul.infoList > li.clone > span > a ul.infoList > li.clone > span > a |
ul.infoList > li > span > a ul.infoList > li > span > a |
ul.infoList > li > span > a ul.infoList > li > span > a |
div.g_part1 > div.m_headerLine > div.m_l_main > a div.g_part1 > div.m_headerLine > div.m_l_main > a |
div.m_l_main > div.gmPics > div.m_bigBan > a |
div.bd > ul > li > a div.bd > ul > li > a |
div.m_l_main > div.gmPics > div#slideBox > a.prev div.m_l_main > div.gmPics > div#slideBox > a.prev |
div.m_l_main > div.gmPics > div#slideBox > a.next div.m_l_main > div.gmPics > div#slideBox > a.next |
div.m_l_main > div.m_gmyuan > div.m_bigBan > a.m_more div.m_l_main > div.m_gmyuan > div.m_bigBan > a.m_more |
div.m_l_main > div.m_ad1 > div > a div.m_l_main > div.m_ad1 > div > a |
div#yw1 > ul.m_ulList > li > a div#yw1 > ul.m_ulList > li > a |
div#yw1 > ul.m_ulList > li > a div#yw1 > ul.m_ulList > li > a |
div.m_con > div.m_l_main > div#szqhZQ > a.szqh_banner div.m_con > div.m_l_main > div#szqhZQ > a.szqh_banner |
div#szqhZQ > ul.m_ulList > li > a div#szqhZQ > ul.m_ulList > li > a |
div.m_l_main > ul.m_ulList > li > a div.m_l_main > ul.m_ulList > li > a |
div#yw2 > ul.m_ulList > li > a div#yw2 > ul.m_ulList > li > a |
div#yw3 > div.m_title > strong > a div#yw3 > div.m_title > strong > a |
div#yw3 > ul.m_ulList > li > a div#yw3 > ul.m_ulList > li > a |
div#yw3 > ul.m_ulList > li > a div#yw3 > ul.m_ulList > li > a |
div.m_r_main > div.m_gmwply > div.m_ban > a.m_more div.m_r_main > div.m_gmwply > div.m_ban > a.m_more |
div.m_r_main > div.m_ad0212 > div.m_l_main > a div.m_r_main > div.m_ad0212 > div.m_l_main > a |
div.m_r_main > div.m_ad0212 > div.m_r_main > a div.m_r_main > div.m_ad0212 > div.m_r_main > a |
div.m_r_main > div.m_gmsp > div.m_smallBan > a.m_more div.m_r_main > div.m_gmsp > div.m_smallBan > a.m_more |
div.m_r_main > div.m_hotRecom > div.m_smallBan > a.m_more div.m_r_main > div.m_hotRecom > div.m_smallBan > a.m_more |
div.tempWrap > ul > li.clone > a div.tempWrap > ul > li.clone > a |
div.tempWrap > ul > li > a div.tempWrap > ul > li > a |
div.tempWrap > ul > li > a div.tempWrap > ul > li > a |
div.tempWrap > ul > li > a div.tempWrap > ul > li > a |
div.tempWrap > ul > li.clone > a div.tempWrap > ul > li.clone > a |
div.m_aLinks > ul.m_ulList > li > a div.m_aLinks > ul.m_ulList > li > a |
div.m_aLinks > ul.m_ulList > li > a div.m_aLinks > ul.m_ulList > li > a |
div.m_aLinks > ul.m_ulList > li > a div.m_aLinks > ul.m_ulList > li > a |
div.m_aLinks > ul.m_ulList > li > a div.m_aLinks > ul.m_ulList > li > a |
div.m_aLinks > ul.m_ulList > li > a div.m_aLinks > ul.m_ulList > li > a |
div.m_l_main > div.m_gmNewspaper > div.m_bigBan > a.m_more div.m_l_main > div.m_gmNewspaper > div.m_bigBan > a.m_more |
div.m_gmNewspaper > div.m_con > div.m_l_main > a div.m_gmNewspaper > div.m_con > div.m_l_main > a |
div.m_l_main > div.m_gmdRead > div.m_middleBan > a.m_more div.m_l_main > div.m_gmdRead > div.m_middleBan > a.m_more |
div.m_block > ul.m_ulList > li > a div.m_block > ul.m_ulList > li > a |
div.m_block > ul.m_ulList > li > a div.m_block > ul.m_ulList > li > a |
div.m_block > ul.m_ulList > li > a div.m_block > ul.m_ulList > li > a |
div.m_block > div.m_title > strong > a div.m_block > div.m_title > strong > a |
div.m_block > ul.m_ulList > li > a div.m_block > ul.m_ulList > li > a |
div.m_r_main > div.m_zs > div.m_smallBan > a.m_more div.m_r_main > div.m_zs > div.m_smallBan > a.m_more |
div.m_zs > div.m_con > div.m_imgWrap_block > a div.m_zs > div.m_con > div.m_imgWrap_block > a |
div.m_r_main > div.m_locals > div.m_smallBan > a.m_more div.m_r_main > div.m_locals > div.m_smallBan > a.m_more |
div.m_r_main > div.m_wlrp > div.m_smallBan > a.m_more div.m_r_main > div.m_wlrp > div.m_smallBan > a.m_more |
div.m_l_main > div.m_gmsp2 > div.m_bigBan > a.m_more div.m_l_main > div.m_gmsp2 > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_wygc > div.m_middleBan > a.m_more div.m_l_main > div.m_wygc > div.m_middleBan > a.m_more |
div.m_r_main > div.m_jdzs > div.m_smallBan > a.m_more div.m_r_main > div.m_jdzs > div.m_smallBan > a.m_more |
div.m_l_main > div.m_gmCulture > div.m_bigBan > a.m_more div.m_l_main > div.m_gmCulture > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_books > div.m_middleBan > a div.m_l_main > div.m_books > div.m_middleBan > a |
div.m_l_main > div.m_books > div.m_middleBan > a div.m_l_main > div.m_books > div.m_middleBan > a |
div.m_books > ul.m_ulList > li > a div.m_books > ul.m_ulList > li > a |
div.m_r_main > div.m_wh > div.m_smallBan > a.m_more div.m_r_main > div.m_wh > div.m_smallBan > a.m_more |
div.m_l_main > div.m_gmkj > div.m_bigBan > a.m_more div.m_l_main > div.m_gmkj > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_kp > div.m_middleBan > a div.m_l_main > div.m_kp > div.m_middleBan > a |
div.m_l_main > div.m_gmjy > div.m_bigBan > a.m_more div.m_l_main > div.m_gmjy > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_wt > div.m_middleBan > a div.m_l_main > div.m_wt > div.m_middleBan > a |
div.m_l_main > div.m_wt > div.m_middleBan > a div.m_l_main > div.m_wt > div.m_middleBan > a |
div.m_r_main > div.m_videos > div.m_smallBan > a.m_more div.m_r_main > div.m_videos > div.m_smallBan > a.m_more |
div.m_l10 > div.m_imgWrap_block > div.m_zhezhao > a div.m_l10 > div.m_imgWrap_block > div.m_zhezhao > a |
div.m_videos > div.m_l10 > div.m_imgWrap_block > a div.m_videos > div.m_l10 > div.m_imgWrap_block > a |
div.m_l_main > div.m_gmjk > div.m_bigBan > a.m_more div.m_l_main > div.m_gmjk > div.m_bigBan > a.m_more |
div.m_l_main > div.m_yszygy > div.m_middleBan > a div.m_l_main > div.m_yszygy > div.m_middleBan > a |
div.m_l_main > div.m_yszygy > div.m_middleBan > a div.m_l_main > div.m_yszygy > div.m_middleBan > a |
div.m_l_main > div.m_yszygy > div.m_middleBan > a div.m_l_main > div.m_yszygy > div.m_middleBan > a |
div.m_r_main > div.m_qp > div.m_smallBan > a.m_more div.m_r_main > div.m_qp > div.m_smallBan > a.m_more |
div.m_qp > div.m_imgTextWrap > div.m_imgWrap > a div.m_qp > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_gmjj > div.m_bigBan > a.m_more div.m_l_main > div.m_gmjj > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_cj > div.m_middleBan > a div.m_l_main > div.m_cj > div.m_middleBan > a |
div.m_l_main > div.m_cj > div.m_middleBan > a div.m_l_main > div.m_cj > div.m_middleBan > a |
div.m_r_main > div.m_gmszh > div.m_smallBan > a.m_more div.m_r_main > div.m_gmszh > div.m_smallBan > a.m_more |
div.m_gmszh > div.m_imgTextWrap > div.m_imgWrap > a div.m_gmszh > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_gmfazhi > div.m_bigBan > a.m_more div.m_l_main > div.m_gmfazhi > div.m_bigBan > a.m_more |
div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a div.m_left20 > div.m_imgTextWrap > div.m_imgWrap > a |
div.m_l_main > div.m_travel > div.m_middleBan > a div.m_l_main > div.m_travel > div.m_middleBan > a |
div.m_l_main > div.m_travel > div.m_middleBan > a div.m_l_main > div.m_travel > div.m_middleBan > a |
div.m_r_main > div.m_gmtukan > div.m_smallBan > a.m_more div.m_r_main > div.m_gmtukan > div.m_smallBan > a.m_more |
div.m_gmtukan > div.m_l10 > div.m_imgWrap_block > a div.m_gmtukan > div.m_l10 > div.m_imgWrap_block > a |
div.m_l_main > div.m_enGm > div.m_ban > a.m_more div.m_l_main > div.m_enGm > div.m_ban > a.m_more |
ul.m_imgLists > li > div.m_enImgWrap > a ul.m_imgLists > li > div.m_enImgWrap > a |
ul.m_imgLists > li > div.m_enImgWrap > a ul.m_imgLists > li > div.m_enImgWrap > a |
ul.m_imgLists > li > div.m_enImgWrap > a ul.m_imgLists > li > div.m_enImgWrap > a |
ul.m_imgLists > li > div.m_enImgWrap > a ul.m_imgLists > li > div.m_enImgWrap > a |
div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon01 div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon01 |
div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon02 div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon02 |
div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon03 div.m_r_main > div.m_enBan > div.m_r_main > a.m_enIcon03 |
body > div.g_footer > p.m_top16 > a.cn12377 |
body > div.g_footer > p.m_top16 > a |
body > div.g_footer > p.m_top16 > a body > div.g_footer > p.m_top16 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
网络中国节·清明 li > div.m_imgCon > div.m_title > a |
元宵 div.m_aLinks > ul.m_ulList > li > a |
清明 div.m_aLinks > ul.m_ulList > li > a |
端午 div.m_aLinks > ul.m_ulList > li > a |
七夕 div.m_aLinks > ul.m_ulList > li > a |
中秋 div.m_aLinks > ul.m_ulList > li > a |
重阳 div.m_aLinks > ul.m_ulList > li > a |
心血管放射影像学专家刘玉清院士逝世 div.m_zs > div.m_con > p.m_title_block > a |
div.m_zs > div.m_con > div.m_zsSearch > input#u_button div.m_zs > div.m_con > div.m_zsSearch > input#u_button |
湖南 div.m_r_main > div.m_locals > div.m_localNames > a |
用音乐链接儿童情感 div.m_videos > div.m_l10 > p.m_title_block > a |
金沙江畔春景如画 div.m_gmtukan > div.m_l10 > p.m_title_block > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #searchText | text | (快速搜索) | placeholder only |
| #u_text | text | (张涵信) | placeholder only |
| #u_button | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="u_button">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="searchText" id="searchText">; <input type="text" id="u_text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title 光明网_新闻视… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p 知识分子的网… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div 2026年4月21日 … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 设为首页 | 2.67:1 | 4.5:1 | #000000 | #A01C0E | Fail |
| a 进入邮箱 | 2.67:1 | 4.5:1 | #000000 | #A01C0E | Fail |
| a 新闻 | 2.67:1 | 4.5:1 | #000000 | #A01C0E | Fail |
| a 时政 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 国际 | 8.20:1 | 4.5:1 | #000000 | #97A1C3 | Pass |
| a 地方 | 1.84:1 | 4.5:1 | #000000 | #012C9C | Fail |
| a 军事 | 2.63:1 | 4.5:1 | #000000 | #0146BF | Fail |
| a 法治 | 8.70:1 | 4.5:1 | #000000 | #9BA6CA | Pass |
| a 专题 | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| a 时评 | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| a 理论 | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a 党建 | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a 学术 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 文化 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 科技 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 教育 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Heading Hierarchy1 headingsPASS
- H1 别让恶作剧破坏了节庆民俗的本真美好