html {
  scroll-behavior: smooth;
}

body {
  min-width: 1000px;
  margin: 0;
  color: #000;
  background: #fff;
  font-family: "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 16px;
  line-height: 1.28;
}

a {
  color: #00e;
  text-decoration: underline;
}

.container {
  width: calc(100% - 38px);
  margin: 0 auto;
}

.site-header {
  padding-top: 25px;
}

.masthead {
  width: 100%;
  border-collapse: collapse;
}

.portrait-cell {
  width: 198px;
  padding: 0 32px 45px 8px;
  vertical-align: top;
}

.portrait {
  display: block;
  width: 198px;
  height: 296px;
  object-fit: cover;
  border: 0;
}

.identity {
  padding: 0 0 45px;
  vertical-align: top;
}

.identity h1 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
}

.name-en {
  margin: 0 0 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.position {
  margin: 0 0 9px;
  font-size: 18px;
  font-weight: 400;
}

.motto {
  margin: 22px 0 20px;
  color: #666;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.contact-lines {
  margin-top: 24px;
}

.contact-lines p {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
}

.nav-bar {
  border-bottom: 2px solid #333;
}

.nav-inner {
  padding: 24px 0 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.nav-inner a {
  display: inline;
  margin: 0 3px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Times New Roman", "Songti SC", SimSun, serif;
  font-size: 16px;
  font-weight: 700;
}

.page-grid {
  display: block;
  padding: 20px 0 36px;
}

.profile-card,
.footer {
  display: none;
}

.section {
  margin: 0 0 23px;
  padding: 0;
  border: 0;
  scroll-margin-top: 16px;
}

.section h2 {
  margin: 0 0 14px;
  color: rgb(0, 91, 172);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.section h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.section p {
  margin: 0 0 10px;
  text-align: justify;
  font-weight: 700;
}

.section p,
.section li {
  font-size: 16px;
  line-height: 1.28;
}

.plain-list,
.project-list,
.timeline,
.link-list {
  margin: 0 0 12px;
  padding-left: 1.3em;
}

.plain-list li,
.project-list li,
.timeline li,
.link-list li,
.publication-list li {
  margin: 4px 0;
}

.publication-list {
  margin: 0 0 12px;
  padding-left: 1.5em;
}

.subhead {
  font-weight: 700;
}

.note {
  color: #444;
  font-size: 15px;
}
