%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '22px', 'fontFamily': 'PingFang SC, sans-serif'}, 'flowchart': {'nodeSpacing': 60, 'rankSpacing': 80}}}%%
flowchart TD
A["财政支出<br/>(按经济性质)"] --> B["购买性支出<br/>(政府消耗资源)"]
A --> C["转移性支出<br/>(政府转移购买力)"]
B --> B1["政府消费支出<br/>(人员经费、行政运行等)"]
B --> B2["政府投资支出<br/>(基础设施、公共服务设施)"]
C --> C1["社会保障支出<br/>(养老、医疗、失业、工伤、生育保险)"]
C --> C2["社会救助支出<br/>(低保、特困供养等)"]
C --> C3["财政补贴<br/>(价格补贴、企业亏损补贴等)"]
C --> C4["政府间转移支付<br/>(均衡性转移支付、专项转移支付)"]
C --> C5["债务利息支出<br/>(政府债务偿付)"]
style A fill:#5a2d82,color:#fff,fontSize:22px
style C fill:#8b5cf6,color:#fff,fontSize:20px
style B fill:#1a3a5c,color:#fff,fontSize:20px
style B1 fill:#e8f0ff,color:#000,fontSize:18px
style B2 fill:#e8f0ff,color:#000,fontSize:18px
style C1 fill:#f0e8ff,color:#000,fontSize:18px
style C2 fill:#f0e8ff,color:#000,fontSize:18px
style C3 fill:#f0e8ff,color:#000,fontSize:18px
style C4 fill:#f0e8ff,color:#000,fontSize:18px
style C5 fill:#f0e8ff,color:#000,fontSize:18px