<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>这是人们会说起的一年</title>
<style>
body{margin:0;padding:2rem;font-family:"Noto Serif SC","Source Han Serif SC","Songti SC",serif;line-height:1.8;background:#fff;color:#222}
.poem{max-width:900px;margin:0 auto}
header{text-align:center;margin-bottom:3rem}
h1{margin-bottom:.5rem;font-size:2rem;font-weight:600}
.meta{margin:.5rem 0}
.translator{font-style:italic}
.poem-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem}
blockquote{margin:0;padding:0;border:none}
blockquote p{margin:0 0 1.5rem}
cite{font-style:normal}
a{color:inherit}
a:hover{text-decoration:none}
@media (max-width:640px){
body{padding:1rem}
h1{font-size:1.6rem}
.poem-columns{gap:2rem}
}
</style>
</head>
<body>
<article class="poem">
<header>
<h1>这是人们会说起的一年</h1>
<p class="meta">
<cite><a href="https://en.wikiquote.org/wiki/Bertolt_Brecht" target="_blank" rel="noopener noreferrer">Bertolt Brecht</a></cite>,
<time datetime="1940">1940</time>
</p>
<p class="translator">黄灿然 译</p>
</header>

<div class="poem-columns">

<section lang="zh-CN">
<blockquote>
<p>
这是人们会说起的一年，<br>
这是人们说起就沉默的一年。
</p>

<p>
老人看着年轻人死去。<br>
傻瓜看着聪明人死去。
</p>

<p>
大地不再生产，它吞噬。<br>
天空不下雨，只下铁。
</p>
</blockquote>
</section>

<section lang="en">
<blockquote>
<p>
This is the year which people will talk about.<br>
This is the year which people will be silent about.
</p>

<p>
The old see the young die.<br>
The foolish see the wise die.
</p>

<p>
The earth no longer produces, it devours.<br>
The sky hurls down no rain, only iron.
</p>
</blockquote>
</section>

</div>
</article>
</body>
</html>