- Created summary_statistics.csv with total news articles and key metrics from January 1 to October 13, 2025. - Added 一号文件十四五十五五规划情况.csv detailing keyword occurrences related to planning documents. - Introduced 主要宏观经济数据.csv capturing mentions of key economic indicators. - Included 国外交流随行企业与企业家名单.csv listing leaders and their engagements with foreign enterprises. - Added 国家领导人考察行程清单.csv documenting leaders' inspection itineraries. - Created 国际合作与外交动态.csv summarizing international cooperation and diplomatic activities. - Added 高频行业关键词统计.csv with statistics on frequently mentioned industry keywords.
20 lines
625 B
CSS
20 lines
625 B
CSS
/*!
|
|
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
* Copyright 2024 Fonticons, Inc.
|
|
*/
|
|
:root, :host {
|
|
--fa-style-family-classic: 'Font Awesome 6 Free';
|
|
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
|
|
|
|
@font-face {
|
|
font-family: 'Font Awesome 6 Free';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-display: block;
|
|
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
|
|
|
.fas,
|
|
.fa-solid {
|
|
font-weight: 900; }
|