.news_box {
  margin-top: 2rem;
  background-color: #fff;
  position: relative;
  z-index: 55555;
}
.news_content {
  margin-top: 0.6rem;
  margin-left: 8.3rem;
  background: #fff;
  position: absolute;
  z-index: 666226;
  width: 34.5rem;
  top: -2rem;
  height: 1rem;
  font-size: 0.42rem;
  line-height: 1rem;
}
.news-menu {
    padding: 0 40% 0 0;
}
.news-menu-list {
    width: 2.5rem;
    font-size: 0.5rem;
    text-align: center;
}
.news-menu-name {
    color: #19A171;
    border-bottom: solid 2px #19A171;
    line-height: 1rem;
}
.news-conten-list {
    width: 90%;
}
.share-wrap {
  display: flex;
  align-items: center;
}
.share-wrap .share-icon {
  margin: 10px;
  line-height: 1;
  margin: 0 0.125rem;
}
.share-wrap .share-weixin {
  position: relative;
}
.share-wrap .share-weixin .qrcode-wrap {
  position: absolute;
  padding: 10px;
  width: 148px;
  height: 148px;
  top: 45px;
  right: 0;
  background-color: #FFFFFF;
}


/* news */
@media (min-width: 1200px) {
	.textCount p {
		width: 30rem;
	}
}

@media (max-width: 1200px) {
	.news_content {
		width: 100%;
		margin-left: 0;
		height: 30px;
		line-height: 30px;
		font-size: 0.62rem;
		position: relative;
		top: 0;
		left: 0;
	}
}
