body {
  font-family: Georgia, serif;
  max-width: 900px;
  margin: auto;
  padding: 20px;
  color: #222;
  font-size: 18px;
  line-height: 1.6;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header {
  margin-bottom: -28px;
}

main.container section:first-child {
  margin-top: -8px;
}


.name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  flex-wrap: nowrap;
}

.english-name {
  white-space: nowrap;
}

h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
}

.chinese-name-img {
  height: 50px;
  width: auto;
  display: inline-block;
  margin-top: 4px;
}

.subtitle {
  color: #000;
  margin-top: 10px;
  margin-bottom: 14px;
}

main.container section:first-child {
  margin-top: 0;
}

.right {
  margin-top: 0;
  margin-right: 35px;
}

.right img {
  width: 200px;
  border-radius: 8px;
  display: block;
}

.links a {
  margin-right: 10px;
  color: #1a5fb4;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.news-icon {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

section {
  margin-top: 24px;
}

h2 {
  margin-bottom: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ul {
  margin-top: 0;
  padding-left: 28px;
}

li {
  margin-bottom: 8px;
}

.pub {
  margin-top: 15px;
  margin-bottom: 20px;
}

.title {
  font-weight: bold;
  margin-bottom: 4px;
}

.authors,
.venue {
  margin-bottom: 4px;
}

.date {
  color: #666;
  margin-right: 10px;
  font-weight: bold;
}

.footer {
  margin-top: 40px;
  color: #888;
  font-size: 16px;
}