.article_title {
  background-color: #fff;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 20px;
  word-break: break-word;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.timeline_container {
  padding: 0 20px;
  background-color: #fff;
}

.timeline_container .article_header .article_author .author_info::after {
  width: 0;
}

.timeline_ul li::before {
  position: absolute;
  left: 12px;
  top: 0;
  z-index: 0;
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px dashed #dcdcdc;
}

.timeline_ul li {
  position: relative;
  padding: 0 0 30px 40px;
}

.timeline_ul .timeline_date {
  position: relative;
  left: -36px;
  z-index: 1;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #606266;
}

em {
  font-style: normal;
}

.timeline_content {

  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  word-break: break-word;
  border-radius: 0 18px 18px 18px;
  border: 1px solid #ebeef5;
  box-shadow: 1px 1px 5px 0 #d8d8d8;
}

.timeline_content img {
  width: 80%;
}

.yublog_date {
  position: relative;
  left: -36px;
  z-index: 1;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #606266;
}

.author_info .article_data .article_item {
  margin-top: 2px;
}

.record_list .yulog_item {
  border-bottom: 1px solid #ececec;
}


.yulog_item .article_info .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.yulog_item .article_info .meta .sort .yufont {
  font-size: 12px;
}

.yulog_item .article_info .meta .sort {

  background-color: #eaf2ff;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  color: #1e80ff;
}

.yulog_item .article_info .meta .sort a {
  color: #1e80ff;

}