#recent-posts {
  margin-top: -1rem;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recent-posts > .recent-post-item {
  margin-top: 1rem;
  display: inline-block;
  height: auto;
  width: 49%;
}
#recent-posts > .recent-post-item .post_cover {
  width: 100%;
  height: 200px;
}
#recent-posts > .recent-post-item .post_cover img.post_bg {
  width: 100%;
  height: 100%;
}
#recent-posts > .recent-post-item > .recent-post-info > .content {
  display: none;
}
#recent-posts > .recent-post-item {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#recent-posts > .recent-post-item .left_radius {
  border-radius: 8px 8px 0 0;
}
#recent-posts > .recent-post-item .right_radius {
  border-radius: 8px 8px 0 0;
}
.recent-post-item {
  height: auto !important;
}
.recent-post-info {
  padding: 0 40px;
  margin-top: 1em;
  width: 100% !important;
}
#recent-posts > .recent-post-item > .recent-post-info > .article-title {
  -webkit-line-clamp: 1;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: var(--text-highlight-color);
  font-size: 1.2em;
  line-height: 1.4;
}
#recent-posts > .recent-post-item > .recent-post-info > .article-meta-wrap {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item {
    width: 100%;
  }
}
