.list {
  margin-top: 20px;
}

.list-head {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
}

.list-head a {
  color: #333333;
}

.list-body {
  margin-top: 10px;
}

.list-empty {
  text-align: center;
  margin: 21px;
  color: #333333;
}

.list-item {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.list-item-i {
  width: 6px;
  height: 6px;
  background: #999999;
  display: inline-block;
  position: absolute;
  top: 16px;
}

.list-item-title {
  color: #333333;
  display: inline-block;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 15px;
  margin-right: 5px;
}

.list-item-title:hover {
  color: #1a92ff;
  text-decoration: underline;
}

.list-item-date {
  position: absolute;
  top: 0;
}

.list-page {
  margin: 30px 0;
  text-align: center;
}

.list-page a {
  display: inline-block;
  border: 1px solid #d9d9d9;
  padding: 2px 10px;
  cursor: pointer;
  color: #000;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  font-size: 14px;
}

.list-page .selected {
  color: #ff0000;
}

.article-root {
  background-color: rgba(250, 250, 250, 0.5);
}

.article {
  margin-top: 20px;
}

.article-head {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
}

.article-head a {
  color: #333333;
}

.article-title {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}

.article-author {
  font-size: 14px;
  color: #999999;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.article-content {
  background-color: white;
  padding: 24px;
}

.article-text {
  margin-top: 20px;
}

.article-page {
  border-top: 1px solid #999999;
  margin-top: 20px;
}

.article-page .prev {
  margin-top: 20px;
}

.article-page .next {
  margin-top: 10px;
}

.article-page span {
  color: #333333;
}

.article-page a {
  color: #333333;
}

.article-red-dept {
  color: rgb(255, 0, 0);
  font-family: 华文中宋;
  font-size: 48px;
  text-align: center;
  margin: 5px 0;
}

.article-red-line {
  border-bottom: red solid 2px;
  margin: 5px 0;
}

.article-red-no {
  text-align: right;
  margin: 5px 0;
}