body {
  font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #333;
  background: #E9EAED;
  line-height: 1.5;
  overflow-x: hidden;
}
.blog_content {
  width: 860px;
  margin: 20px auto;
  background: white;
  padding: 20px;
}
.blog_content .data_title {
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  color: #484848;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
}
.blog_content .data_title:after {
  position: absolute;
  width: 60px;
  height: 2px;
  content: "";
  background: #000;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog_content .data_title:hover:after {
  width: 80px;
}
.blog_content .data_content .content_title {
  font-size: 22px;
  margin-top: 20px;
}
.blog_content .data_content .content_info {
  margin-top: 20px;
  overflow: hidden;
  color: #999;
  line-height: 34px;
}
.blog_content .data_content .content_info span {
  margin: 0 5px;
}
.blog_content .data_content .content_info span a {
  color: #096;
}
.blog_content .data_content .content_info .avatar {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 2px;
  display: block;
  background: -webkit-linear-gradient(bottom left, rgba(0, 153, 255, 0.9), rgba(42, 228, 197, 0.7));
  background: -o-linear-gradient(bottom left, rgba(0, 153, 255, 0.9), rgba(42, 228, 197, 0.7));
  background: linear-gradient(to top right, rgba(0, 153, 255, 0.9), rgba(42, 228, 197, 0.7));
  margin-right: 5px;
}
.blog_content .data_content .content_info .avatar img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.blog_content .data_content .content_info .avatar::after {
  content: "";
  position: absolute;
  background: url(/static/img/9f273500772d67a91a97.png) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
}
.blog_content .data_content .content_describe {
  color: #888888;
  border: 1px solid #F3F3F3;
  padding: 10px;
  margin: 10px auto 0;
  line-height: 23px;
  background: none repeat 0 0 #F6F6F6;
}
.blog_content .data_content .content_describe b {
  margin-right: 10px;
  color: #000;
}
.blog_content .data_content .content_value .editormd-preview-container,
.blog_content .data_content .content_value .editormd-html-preview {
  padding: 20px 0 !important;
}

