body .content-container .content .crumbs {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #333;
  font-family: FZLTHK;
  font-weight: normal;
  color: #000;
  margin: 30px 0;
}
body .content-container .content .crumbs a {
  color: #000;
}
body .content-container .content .crumbs span {
  margin: 0px;
}
body .content-container .content .column-contenet {
  width: 100%;
  height: auto;
  background-color: #fff;
}
body .content-container .content .column-contenet .article-list-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  font-size: 0;
}
body .content-container .content .column-contenet .article-list-container .article-link {
  display: inline-block;
  font-size: 16px;
  margin-right: 21px;
  margin-bottom: 66px;
}
body .content-container .content .column-contenet .article-list-container .article-link .article-item {
  width: 416px;
  height: 320px;
  overflow: hidden;
}
body .content-container .content .column-contenet .article-list-container .article-link .article-item .article-img {
  width: 416px;
  height: 234px;
}
body .content-container .content .column-contenet .article-list-container .article-link .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .content .column-contenet .article-list-container .article-link .article-item .article-title {
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .content .column-contenet .article-list-container .article-link .article-item .article-date {
  width: 100%;
  color: #929292;
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) {
  font-size: 16px;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 66px;
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) .article-item {
  width: 416px;
  height: 320px;
  overflow: hidden;
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) .article-item .article-img {
  width: 416px;
  height: 234px;
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) .article-item .article-title {
  width: 100%;
  margin: 20px 0;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .content .column-contenet .article-list-container .article-link:nth-child(3n) .article-item .article-date {
  width: 100%;
  color: #929292;
}
