.news-detail-wrapper {
  padding-bottom: .09rem;
  overflow: hidden;
}

.news-detail-wrapper .title {
  margin-top: 0.14rem;
  margin-bottom: 0.1rem;
  font-size: 0.22rem;
  font-weight: 600;
}

.news-detail-wrapper .remarks {
  margin-bottom: 0.2rem;
}

.news-detail-wrapper .remarks .left {
  float: left;
  font-size: 0.12rem;
  color: #949494;
}

.news-detail-wrapper .remarks .left .source {
  margin-right: 0.14rem;
}

.news-detail-wrapper .remarks .left .time1 {
  margin-right: 0.08rem;
}

.news-detail-wrapper .remarks .right {
  float: right;
  font-size: 0;
}

.news-detail-wrapper .remarks .right .eye-img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.02rem;
  vertical-align: middle;
}

.news-detail-wrapper .remarks .right .text {
  font-size: 0.12rem;
  color: #949494;
  vertical-align: middle;
}

.news-detail-wrapper .content {
  margin-bottom: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
}

.news-detail-wrapper .content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.news-detail-wrapper .content p {
  margin: 0.1rem 0;
}

.result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.1rem 0;
  margin-bottom: 0.15rem;
}

.result a {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}

.result img {
  width: 0.20rem;
  height: 0.2rem;
  margin-right: 0.02rem;
}

.result i {
  margin-left: 0.02rem;
}

.newInfoList {
  width: 100%;
  /* height: 100%; */
  overflow-y: scroll;
}

.newInfoList div {
  font-size: .16rem;
  color: #333;
}

.newInfoList img {
  width: 1.2rem;
  height: 0.7rem;
  border-radius: .03rem;
  -webkit-border-radius: .03rem;
  -moz-border-radius: .03rem;
  -ms-border-radius: .03rem;
  -o-border-radius: .03rem;
}

.newInfoList p {
  margin-left: .21rem;
  display: grid;
  grid-template-rows: 0.47rem 0.2rem;
}

.newInfoList li {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.86rem;
  border-bottom: 1px solid #ededed;
}

.newInfoList li:last-child {
  border-bottom: 0px;
}

.newInfoList i {
  width: 100%;
  font-size: 0.1rem;
  color: #9d9d9d;
  line-height: 0.2rem;
}

.newInfoList span {
  width: 100%;
  font-size: .16rem;
  color: #000;
  margin-bottom: 0.07rem;
}

.news-detail-wrapper .tags-box .tags {
  margin-right: -0.12rem;
  margin-bottom: -0.15rem;
}

.news-detail-wrapper .tags-box .tags .tags-item {
  float: left;
  width: auto;
  margin-right: 0.12rem;
  margin-bottom: 0.15rem;
  height: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #6b6b6b;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
}

.news-detail-wrapper .tags-box .tags .tags-item a {
  font-size: 0.14rem;
  font-weight: 400;
  color: #6b6b6b;
  text-align: center;
}

.news-detail-wrapper .tags-box .tags .tags-item:last-child {
  margin-right: 0px;
}
