html {
  font: 16px 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  line-height: 1.3;
  /* max-width: 48em; */
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
}

@media (min-width: 581px) {
  body {
      margin: 1em 1em 1em 1.5em;
  }
}

@media (max-width: 580px) {
  body {
      margin: 1em 0.5em 1em 0.5em;
  }
}

p {
  line-height: 1.5;
  margin: 0;
}

a {
  color:  #990000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #330986;
  text-decoration: underline;
}

.indent {
  margin-left: 0.5em;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0 0 0 1.2em;
  padding: 0;
}

h1 {
  font-size: 1.6em;
  margin: 0.1em 0;
}

h1 small {
  color: #888;
}

*[lang="zh-Hans"] {
  /* https://zenozeng.github.io/fonts.css/ */
  font-family: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
}

h2 {
  font-size: 1.4em;
  margin: 0.8em 0 0.2em 0;
  font-weight: bold;
}

#header-photo {
  height: 9.2em;
  width: 9.2em;
  float: left;
  margin-right: 1.2em;
  margin-top: 0.6em;
}

#header-info {
  float: left;
}

#header-info ul {
  list-style: none;
}

#header-info li {
  margin: 0;
}


#header {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#header:before {
  display: table;
  content: " ";
}

#header:after {
  content: '';
  display: block;
  clear: both;
}

#footer {
  margin-top: 2em;
}

#footer, #header-email {
  font-family: Consolas, 'Courier', 'Courier New', 'Lucida Console', 'Liberation Mono', Menlo, Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
  font-size: 0.9em;
}

#publication h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

section {
  margin-bottom: 1em;
  font-size: 1em;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

section header .bigger {
  font-size: 1.15em;
}

section header .smaller {
  font-size: 0.9em;
}

section header span {
  line-height: 1.1;
}

section header h3 {
  margin: 0;
  float: left;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1;
}

section header .right {
  float: right;
}

section header .left {
  float: left;
}

section header .italic {
  font-style: italic;
  margin-left: -0.1em;
}

/* section .content {
  font-size: 1.1em;
  line-height: 1.1;
} */

#wrapper {
  width: 750px;     /* specify a width! */
  margin: 0 auto; /* center */
}