body {
  margin: 0;
  background-color: #f5f5f5;
}
.column-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.column-imit-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.column-header-back {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #c00000;
  text-decoration: none;
}
.column-header-back:hover {
  text-decoration: underline;
}
.hlx-body {
  background-color: #ffffff;
}
.column-banner {
  width: 100%;
  background-color: #f5f5f5;
}
.column-banner .column-banner-image {
  width: 100%;
  object-fit: cover;
  display: block;
}
.column-top-image-list {
  padding: 24px 0 40px;
}
.column-top-image-list .column-top-image-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
  color: #111111;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.column-top-image-list .column-top-image-list-item:last-child {
  border-bottom: none;
}
.column-top-image-list .column-top-image-list-item .cover {
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  height: 124px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
.column-top-image-list .column-top-image-list-item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column-top-image-list .column-top-image-list-item .content {
  -ms-flex: 1 1 auto;
  flex: 1;
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column-top-image-list .column-top-image-list-item .content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #111111;
}
.column-top-image-list .column-top-image-list-item .content .time {
  margin-top: 12px;
  font-size: 12px;
  color: #999999;
}
.column-top-image-list .column-top-image-list-item:hover .title {
  color: #c00000;
}
.column-footer {
  padding: 16px 0 24px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.column-footer .column-footer-item {
  margin: 0 8px;
  color: #999999;
  text-decoration: none;
}
.column-footer .column-footer-item:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .column-imit-width {
    padding: 0 12px;
  }
  .column-top-image-list .column-top-image-list-item {
    padding: 12px 0;
  }
  .column-top-image-list .column-top-image-list-item .cover {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 80px;
  }
  .column-top-image-list .column-top-image-list-item .title {
    font-size: 16px;
  }
}
