body,
html {
  background-color: #e3e3e3;
  font-size: 16px;
  color: #333;
  font-family: sans-hans, Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
}
.text-center {
  text-align: center;
}
.cv-row {
  margin: 20px 0;
}
.cv-col-l {
  text-align: right;
}
.cv-col-r {
  border-left: 1px solid #333;
  padding-top: 3px;
}
.cv-title {
  font-size: 1.2rem;
  /*font-weight: 700;*/
}
.cv-title {
}
.cv-desc ol {
  padding-left: 1.2rem;
}
.liujie-footer {
  text-align: center;
  font-size: 0.8rem;
  padding: 2rem 0;
}
.nav-links {
  padding: 2rem 0;
  font-size: 0.8rem;
}
ol.pub-list li {
  margin-bottom: 2rem;
  line-height: 1.5rem;
  /*border-bottom: 1px solid #ccc;*/
}
.dash {
  font-size: 0.8rem;
  display: block;
  width: 100%;
  padding-left: 2rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  /*text-align: right;*/
}
.publisher {
  margin-top: 1.2rem;
  font-size: 0.8rem;
  width: 80%;
  text-align: right;
  display: block;
}
.notes {
  width: 80%;
  display: inline-block;
}
.notes h4 {
  margin-top: 0;
}
.liujie-nav {
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 1.5rem;
}
.liujie-nav a {
  /*will-change: font-weight;
	transition: font-weight 0.2s;*/
}
.liujie-nav a:link,
.liujie-nav a:visited,
.liujie-nav a:active,
.liujie-nav a:hover {
  /*color: #333;*/
  text-decoration: none;
}
.liujie-nav a:hover {
  text-decoration: underline;
  /*font-weight: bold;*/
}
.liujie-nav a.active {
  font-weight: bold;
}
div.spacing {
  width: 100%;
  height: 2rem;
}
div.icon-24 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: -0.3rem;
}
.wechat-thumb {
  display: none;
}
img.avatar {
  border-radius: 50%;
  border: 3px solid #fff;
}
.squeeze {
  display: inline;
}
.mobile-padding-l {
  padding-left: 1.2rem;
}
@media (min-width: 768px) {
  .mobile-break {
    display: none;
  }
}
@media (max-width: 767px) {
  .official-list {
    font-size: 0.8rem;
  }
  .official-list a {
    margin-bottom: 0.2rem;
    display: inline-block;
  }
  .mobile-squeeze {
    letter-spacing: -2px;
    display: inline;
  }
  .publisher,
  .notes {
    width: 100%;
  }
  .notes h4 {
    margin-top: 0.625rem;
  }
  .publisher {
    line-height: 1.5rem;
  }
  .desktop-break {
    display: none;
  }
  .cv-row h2 {
    font-size: 1.6rem;
  }
  .cv-col-l {
    text-align: left;
  }
  .cv-col-r {
    border-left: none;
    border-top: 1px solid #333;
  }
  .cv-title,
  .cv-desc {
    line-height: 2.5rem;
    /*padding-left: 0;*/
  }
  .squeeze {
    letter-spacing: -1px;
  }
  .mobile-padding-l {
    padding-left: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ol.pub-list li {
    /*font-size: 0.8rem;*/
  }
}
