.news-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.news-container h3 {
  /* text-align: center;
  margin-bottom: 40px;

  font-weight: bold;
  font-size: 36px;
  text-align: center; */
}

.news-container p {
  font-size: 12px;
}

.news-container h4 {
  font-size: 16px;
  padding-top: 20px;
}

.news-container span {
  font-size: 13px;

  color: #c2c2c2;
}

.news-row {
  width: 66vw;

  margin: 0 auto 100px;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5vw 1vw;
}

.news-col {
  width: 100%;

  display: flex;
  flex-direction: row;

  gap: 40px;

  box-shadow: 0px 1px 4px 0px #0001;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;

  transition: all 0.3s;
}

.news-col:hover {
  box-shadow: 0px 1px 3px 1px #0002;
}

.news-col .img-link {
  width: 30%;
  height: 10vw;

  overflow: hidden;
}

.news-col .img-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-col .img-text h4 {
  padding: 0;
}

.news-col img {
  width: 100%;
  height: 100%;

  transition: all 0.3s;

  object-fit: cover;
}

.news-col:hover img {
  transform: scale(1.03);
}

.news-col h4 {
  padding: 0 20px;
  height: 50px;
}

.page-list {
  text-align: center;
  margin-top: 30px;
}
.page-list a {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 3px;
  border: 1px solid #aaa;
  margin: 0 5px;
  transition: linear 0.2s all;
}
.page-list a:hover,
.page-list a.on {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.newspage-text {
  margin-top: 40px;
}

.newspage-text img {
  width: 60%;
  height: auto;
}

.newspage-text .row > span {
  margin-bottom: 20px;
  display: block;
}

.newspage-text h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.newspage-text h3 {
  font-size: 18px;
  font-weight: bold;
}

.newspage-text h4 {
  margin-top: 40px;
}

.newspage-text .content p {
  line-height: 2 !important;
}

.newspage-btn {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}

.newspage-btn a {
  font-size: 16px;
}

.newspage-btn a:first-child {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.newspage-btn a:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.newspage-btn a:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 900px) {
  .newspage-text {
    margin-top: 0;
  }

  .newspage-text p,
  .newspage-text h4,
  .newspage-text .row > span {
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-col {
    gap: 20px;
  }

  .news-col .img-link {
    width: 36%;
    min-width: 36%;
    height: 100%;
  }

  .news-col .img-text h4 {
    height: 40px;
  }

  .newspage-text img {
    width: 100%;
    height: auto;
  }

  .newspage-btn {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .newspage-btn a {
    font-size: 13px;
  }

  .news-row {
    width: 100%;

    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .news-col {
    width: 90%;

    height: 96px;
    padding-bottom: 0;

    border: 1px dashed #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
  }

  .news-col img {
    height: 100%;
  }
}

/* .multi-img-container {
  display: flex;
} */

.multi-img-container img {
  width: 30%;
}

video {
  width: 500px;
  display: block;
  margin: auto;
}

.yuanwen {
  display: block;
  width: 139px;
  height: 36px;
  border-radius: 9px 9px 9px 9px;
  border: 1px solid var(--primary-color);
  margin: 30px auto;

  font-family: SourceHanSansCN-Medium;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 900px) {
  .multi-img-container img {
    width: 100%;
  }

  video {
    width: 90%;
  }
}

.article-image-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  gap: 10px;
}

.article-image-group img {
  width: auto;
  height: 400px;
}

.details-video {
  margin: auto !important;
  height: 400px !important;
  width: 60% !important;
}

@media screen and (max-width: 900px) {
  .article-image-group {
    gap: 5px;
  }

  .article-image-group img {
    width: auto;
    height: 200px;
  }

  .details-video {
    height: 200px !important;
    width: 100% !important;
  }
}
