div.news-detail {
  word-wrap: break-word;
}

div.news-detail img.detail_picture {
  margin: 20px 0;
  width: 100%;
}

.news-date-time {
  /* color:#044666; */
  font-size: 18px;
  float: left;
  display: block;
}

.news-detail h3 {
  font-weight: normal;
  font-family: "muller_regularregular";
  font-size: 40px;
}

.return {
  float: right;
}
.return a {
  text-decoration: none;
  font-size: 18px;
}

.share-v2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.share-v2-inner {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
}
.share-v2-title {
  font-size: 26px;
  width: 250px;
}
.share-v2-list {
  display: flex;
  gap: 0 10px;
}
.share-v2-list a img, .share-v2-list a svg {
  width: 49px;
  height: 49px;
  color: #2395d2;
}

@media screen and (max-width: 768px) {
  .share-v2 {
    justify-content: flex-start;
  }
  .share-v2-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .share-v2-title {
    width: 175px;
  }
}

/*# sourceMappingURL=style.css.map */
