#desc {
  margin-bottom: 3em;
  padding: 0 1em;
}
#desc h1 {
  margin: 0;
}
.fenlei {
  width:48%;
  display:inline-block;
  text-align:center;
}
.list {
  width:48%;
  display:inline-block;
}
.post .post-content .list h2 {
  margin: 0;
}
.post .post-content .list h2 a {
  color: rgba(0, 0, 0, .84);
  text-decoration: none;
}
.post .post-content .list h2 a:hover {
  color: #c05b4d;
  border-bottom: none;
}
.list ol {
  list-style: none;
  padding-left: 0;
  width: 95%;
}
.list ol li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
