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;
  border-radius: 20px;
}
body .content-container .content .column-contenet .img-article-detail {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  flex-wrap: nowrap;
  background-color: #fff;
}
body .content-container .content .column-contenet .img-article-detail .img-box {
  width: 756px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .content-container .content .column-contenet .img-article-detail .img-box img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}
body .content-container .content .column-contenet .img-article-detail .one-article {
  width: 670px;
  height: 416px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}
body .content-container .content .column-contenet .img-article-detail .one-article .title {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 400;
  font-size: 40px;
  color: #3D80E3;
}
body .content-container .content .column-contenet .img-article-detail .one-article .detail {
  font-size: 24px;
  line-height: 35px;
  color: #000000;
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: auto;
}
body .content-container .content .column-contenet .img-article-detail .one-article .detail a {
  color: #3D80E3;
}
body .content-container .content .column-contenet .head-title {
  width: 100%;
  background-image: url(../images/demo/pic-09.png);
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
body .content-container .content .column-contenet .head-title .left {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 33px;
}
body .content-container .content .column-contenet .head-title .right {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 33px;
}
body .content-container .content .column-contenet .article-list-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 25px 40px;
}
body .content-container .content .column-contenet .article-list-container .article-item {
  width: 100%;
  padding: 30px 15px;
  height: 160px;
  background-color: #fff;
  margin-bottom: 25px;
  border-bottom: 1px solid #d6dde8;
}
body .content-container .content .column-contenet .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 .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 .article-list-container .article-item .article-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .content .column-contenet .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 .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 .article-list-container .article-item .article-right .second-row {
  width: 100%;
  color: #909090;
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .content-container .content .column-contenet .article-list-container .article-item .article-right .second-row .left {
  margin-right: 20px;
}
body .content-container .content .column-contenet .article-list-container .article-item:hover {
  background-color: #3D80E3;
  color: #fff;
}
body .content-container .content .column-contenet .article-list-container .article-item:hover .article-right {
  color: #fff;
}
body .content-container .content .column-contenet .article-list-container .article-item:hover .article-right .first-row {
  color: #fff;
}
body .content-container .content .column-contenet .article-list-container .article-item:hover .article-right .second-row {
  color: #fff;
}
body .content-container .content .column-contenet .article-list-container .article-split {
  width: 100%;
  height: 1px;
  background: #EDECED;
  margin: 24px 0;
}
