.news_nav {
  display: flex;
  align-items: center;
  margin-top: 15.73333333vw;
  height: 5.6vw;
  font-size: 3.73333333vw;
  color: #333333;
  line-height: 1.5;
}
.news_nav a {
  color: #165BDF;
}
.news_title {
  margin-top: 2.66666667vw;
  font-size: 5.33333333vw;
  color: #333333;
  line-height: 1.5;
}
.news_date_and_share {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4vw;
  height: 5.86666667vw;
  font-size: 3.46666667vw;
  color: #999999;
  line-height: 1.69230769;
}
.news_date_and_share .share {
  display: flex;
  justify-content: center;
  color: #333333;
}
.news_date_and_share .share .social-share {
  display: flex;
  justify-content: center;
  font-size: 3.46666667vw;
}
.news_date_and_share .share .social-share .icon-weibo {
  margin: 0;
  width: 5.86666667vw;
  height: 5.86666667vw;
  background: url(/images/share_weibo.png?47566b97277b1edc3e071dfccdd188f9);
  background-size: 100% 100%;
  color: transparent;
  border: none;
  border-radius: 0;
}
.news_date_and_share .share .social-share .icon-weibo:before {
  content: '';
}
.news_date_and_share .share .social-share .icon-weibo:hover {
  color: transparent;
  background: url(/images/share_weibo.png?47566b97277b1edc3e071dfccdd188f9);
  background-size: 100% 100%;
  border: none;
}
.news_date_and_share .share .social-share .icon-wechat {
  margin: 0 0 0 2.13333333vw;
  width: 5.86666667vw;
  height: 5.86666667vw;
  background: url(/images/share_wechat.png?468a728f056352e282cff4e3a5b22554);
  background-size: 100% 100%;
  color: transparent;
  border: none;
  border-radius: 0;
}
.news_date_and_share .share .social-share .icon-wechat:before {
  content: '';
}
.news_date_and_share .share .social-share .icon-wechat:hover {
  color: transparent;
  background: url(/images/share_wechat.png?468a728f056352e282cff4e3a5b22554);
  background-size: 100% 100%;
  border: none;
}
.news_date_and_share .share .social-share .icon-wechat .wechat-qrcode {
  border: 0.13333333vw solid #eee;
  z-index: 9999;
  top: 6.93333333vw;
  right: 1.33333333vw;
  width: 26.66666667vw;
  height: 25.6vw;
  color: #5C5C5C;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.26666667vw 1.33333333vw #aaa;
}
.news_date_and_share .share .social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 3.46666667vw;
  font-size: 1.6vw;
  line-height: 2.16666667;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #5C5C5C;
}
.news_date_and_share .share .social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 14vw;
  margin: 1.33333333vw auto;
}
.news_date_and_share .share .social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  color: #5C5C5C;
  font-size: 1.6vw;
  line-height: 1.33333333;
  padding: 0;
  margin: 0;
}
.news_date_and_share .share .social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 86%;
  margin-left: -0.8vw;
  top: -2.4vw;
  border-top: 1.06666667vw solid #fff;
  border-left: 0.8vw solid transparent;
  border-right: 0.8vw solid transparent;
  transform: rotate(180deg);
}
.line {
  margin-top: 2.66666667vw;
  height: 2px;
  background-color: #ECECEF;
}
.line.line_bottom {
  margin-top: 8vw;
}
.news_content {
  margin-top: 4vw;
  font-size: 3.73333333vw;
  color: #5C5C5C;
  line-height: 1.5;
}
.news_content img {
  margin-top: 3.46666667vw;
  margin-bottom: 3.46666667vw;
  width: auto;
}
.news_page {
  display: flex;
  flex-direction: column;
  gap: 2.66666667vw;
  margin-top: 2.66666667vw;
  font-size: 3.2vw;
  color: #666666;
  line-height: 1.5;
}
.news_page:last-child {
  margin-bottom: 2.66666667vw;
}
.news_page a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.8vw;
  color: #165BDF;
}
.news_page .ellipsis {
  max-width: 53.33333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

