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;
}
body .content-container .content .column-contenet .right-column {
  width: 316px;
  min-height: 1356px;
  display: block;
  vertical-align: top;
  position: relative;
  float: right;
  /* 使整个链接区域可以水平居中 */
}
body .content-container .content .column-contenet .right-column .column-title {
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  color: #C7101A;
  font-style: italic;
  border-bottom: 2px solid #B41d23;
}
body .content-container .content .column-contenet .right-column .article-list-container {
  width: 100%;
}
body .content-container .content .column-contenet .right-column .article-list-container .article-item {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 21px;
  margin: 34px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .content-container .content .column-contenet .right-column .article-list-container .article-item .article-icon {
  width: 8px;
  height: 8px;
  background: #C7101A;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
body .content-container .content .column-contenet .right-column .img-container {
  text-align: left;
  margin: 20px 0;
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  height: 491;
}
body .content-container .content .column-contenet .right-column .img-container img {
  width: 100%;
  height: 491px;
}
body .content-container .content .column-contenet .right-column .card-link {
  display: block;
  text-align: center;
  /* 水平居中 */
  text-decoration: none;
  /* 移除默认下划线 */
  color: #000;
  /* 设置文本颜色，可根据需要调整 */
  height: 234px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  margin-top: 15px;
  /* 文字样式 */
}
body .content-container .content .column-contenet .right-column .card-link .card-link-img {
  width: 178px;
  height: 177px;
  overflow: hidden;
  display: inline-block;
  /* 图片样式 */
}
body .content-container .content .column-contenet .right-column .card-link .card-link-img img {
  width: 178px;
  height: 177px;
}
body .content-container .content .column-contenet .right-column .card-link .card-link-img .centered-image {
  display: inline-block;
  margin-bottom: 10px;
  /* 调整图片与文字之间的间距 */
}
body .content-container .content .column-contenet .right-column .card-link .centered-text {
  display: block;
  text-align: center;
  /* 确保文字居中 */
  font-size: 16px;
  /* 根据需要调整字体大小 */
}
body .content-container .content .column-contenet .left-column {
  width: 960px;
  min-height: 960px;
  background: #FFFFFF;
  display: block;
  float: left;
}
body .content-container .content .column-contenet .left-column .second-column-name {
  font-weight: bold;
  font-size: 28px;
  color: #C7101A;
  line-height: 49px;
}
body .content-container .content .column-contenet .left-column .second-column-name span {
  padding-bottom: 10px;
  border-bottom: 3px solid #C7101A;
}
body .content-container .content .column-contenet .left-column .article-list-container {
  width: 100%;
  height: auto;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item {
  width: 100%;
  margin-top: 30px;
  height: 101px;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-left {
  float: left;
  color: #000;
  width: 180px;
  height: 101px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  position: relative;
  /* 溢出部分显示省略号 */
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-left .video-icon {
  position: absolute;
  top: 31.5px;
  left: 66.5px;
  width: 47px;
  height: 47px;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-right {
  width: calc(100% - 180px - 35px);
  height: 101px;
  float: right;
  color: #8f8f8f;
  font-size: 19px;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-right .first-row {
  width: 100%;
  color: #000;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-right .second-row {
  width: 100%;
  color: #909090;
  margin-top: 54px;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-right .second-row .left {
  float: left;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-item .article-right .second-row .right {
  float: right;
}
body .content-container .content .column-contenet .left-column .article-list-container .article-split {
  width: 100%;
  height: 1px;
  background: #EDECED;
  margin: 24px 0;
}
