.news-wrapper {
  position: relative;
  margin-top: var(--header);
}
.news-wrapper .news-inner {
  position: relative;
  max-width: 858px;
  margin: 0 auto 55px;
}
.news-wrapper .news-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaecf0;
}
.news-wrapper .news-head img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.news-wrapper .news-head .news-head-content {
  margin-top: 48px;
}
.news-wrapper .news-head .news-head-content .title {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
}
.news-wrapper .news-head .news-head-content .sapo {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.news-wrapper .news-head .news-head-content .date-time {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}
.news-wrapper .news-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.news-wrapper .news-main * {
  margin-bottom: 24px;
}
.news-wrapper .news-main figure {
  margin: 0;
}
.news-wrapper .news-main figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
.news-wrapper .news-main figcaption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-align: left;
  color: rgba(255, 255, 255, 0.45);
}
.news-wrapper .news-bottom {
  padding-top: 25px;
  margin-top: 48px;
  border-top: 1px solid #eaecf0;
}
.news-wrapper .news-share {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.news-wrapper .news-share .share-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.news-wrapper .news-share .share-group {
  display: flex;
  gap: 12px;
}
.news-wrapper .news-share .share-link {
  display: flex;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
  color: var(--white);
  text-decoration: none;
}
.news-wrapper .news-share .share-link img {
  flex: 0 0 auto;
  width: 20px;
}
.news-wrapper .news-relative {
  position: relative;
  max-width: 858px;
  margin: 0 auto 74px;
}
.news-wrapper .news-relative .news-relative-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 32px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.8);
}
.news-wrapper .news-relative .news-relative-main {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.news-wrapper .news-relative .news-relative-item {
  flex: 0 0 auto;
  width: calc(50% - 20px);
}
.news-wrapper .news-relative .news-relative-item .news-relative-link {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.news-wrapper .news-relative .news-relative-item .news-relative-link .image {
  flex: 0 0 auto;
  width: 156px;
  position: relative;
  display: block;
  overflow: hidden;
}
.news-wrapper .news-relative .news-relative-item .news-relative-link .image img,
.news-wrapper .news-relative .news-relative-item .news-relative-link .image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-wrapper .news-relative .news-relative-item .news-relative-link .image::before {
  content: "";
  display: block;
  padding-bottom: 56.41%;
}
.news-wrapper .news-relative .news-relative-item .news-relative-link .title {
  flex: 1;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  color: var(--white);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=news.css.map */
