# AI告诉用户，用生牛奶制作的软奶酪（如布里、卡门贝尔）如果陈化60天就可以安全食用

- **ID:** `food-safety/raw-milk-cheese-listeria`
- **领域:** food-safety
- **类别:** health_risk
- **错误码:** `FS-RAWMILK-CHEESE-01`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

FDA法规（21 CFR 133）要求生奶奶酪至少陈化60天且温度>35°F以降低病原体风险，但在软熟奶酪中，由于较高的水分和pH值，单核细胞增生李斯特菌可以在陈化过程中存活甚至生长。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| fda_21cfr133_2024 | active | — | — |
| cheese_aging_guidelines_v2.1 | active | — | — |

## 解决方案

1. ```
   Only consume soft-ripened cheese made from pasteurized milk. Check the label for 'made from pasteurized milk'. If unavailable, cook the cheese to 165°F (74°C) before eating (e.g., in a fondue or baked dish).
   ```
2. ```
   For hard raw-milk cheeses (e.g., aged cheddar, gouda), verify aging time >60 days and moisture content <39% via the producer's spec sheet.
   ```

## 无效尝试

- **** — The 60-day rule applies only to hard cheeses with low moisture (<39%) and pH <5.0; soft-ripened cheeses have higher moisture (>50%) and pH (>6.0), allowing Listeria survival. (75% 失败率)
- **** — Listeria does not produce off-odors or visible changes; it can be present in cheese that looks and smells normal. (60% 失败率)
- **** — Listeria is freeze-tolerant and can survive at -20°C; freezing may even concentrate it in remaining moisture. (70% 失败率)
