.show-news002-box {
  background-color: #fff;
  padding: 0.4rem 0.4rem 0.6rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.show-news002 {
  display: flex;
  justify-content: space-between;
}

.show-news002 .inner-news.has-right {
  width: 10rem;
}

.show-news002 .inner-news {
  width: 100%;
}

.show-news002 .inner-news .content {
  width: 100%;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 0.2rem;
  position: relative;
}

.show-news002 .inner-news .content .news-title {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 0.2rem;
  position: relative;
}

.show-news002 .inner-news .content .news-title .bottom-line {
  content: "";
  display: block;
  width: 1.42rem;
  height: 0.02rem;
  background-color: var(--ruifox-color-primary-1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.show-news002 .inner-news .content .news-title p {
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: center;
}

.show-news002 .inner-news .content .news-title p.top-title {
  margin-bottom: 0.1rem;
}

.show-news002 .inner-news .content .news-title p.sub-title {
  margin-top: 0.1rem;
}

.show-news002 .inner-news .content .news-title h1 {
  text-align: center;
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.32rem;
  line-height: 1.5;
}

.show-news002 .inner-news .content .news-title .news-info {
  margin-top: 0.4rem;
  font-size: 0.14rem;
  color: #888;
  line-height: 1;
}

.show-news002 .inner-news .content .news-title .news-info span {
  display: inline-block;
}

.show-news002 .inner-news .content .news-title .news-info span+span {
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid #D7D7D7;
}

.show-news002 .inner-news .content .news-content {
  padding-top: 0.4rem;
  word-break: break-all;
}

.show-news002 .inner-news .content .news-content p {
  margin-bottom: 0.08rem;
  font-size: 0.16rem;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
}

.show-news002 .inner-news .content .news-content img {
  max-width: 100% !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
}

.show-news002 .inner-news .content .share-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 0;
}

.show-news002 .inner-news .content .share-box span {
  font-size: 0.14rem;
  line-height: 1;
  display: inline-block;
}

.show-news002 .inner-news .content .share-box .share-btn {
  margin-left: 0.1rem;
  font-size: 0.2rem;
  line-height: 1;
  color: #7F7F7F;
}

.show-news002 .inner-news .content .share-box .share-btn:hover {
  color: var(--ruifox-color-primary-1);
}

@media (max-width: 960px) {
  .show-news002 {
    display: block;
  }

  .show-news002 .inner-news.has-right {
    width: 100%;
  }

  .show-news002 .inner-news .content .news-title h1 {
    font-size: 0.24rem !important;
    text-align: left;
  }

  .show-news002 .inner-news .content .news-title .news-info {
    margin-top: 20px;
  }

  .show-news002 .inner-news .content .news-title .news-info span {
    margin-right: 10px;
  }

  .show-news002 .inner-news .content .news-title .news-info span+span {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 4px;
  }

  .show-news002 .inner-news .content .news-content {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=show-news002.css.map */