/* 用户上传的内容图片始终完整显示，不放大裁切。 */
.news-article > img,
.article-cover,
.article-body figure img,
.calligraphy-hero-upload,
.format-grid img.calligraphy-sample,
.works-grid img.work-paper {
  object-fit: contain !important;
  object-position: center;
  background: #eee8df;
}

.article-cover {
  height: auto !important;
  max-height: 720px;
}
