.news-list {
  margin-bottom: 100px;
}
.news-item {
  position: relative;
  padding: 38px 0;
  border-bottom: 1px solid #ddd;
  height: 276px;
  padding-left: 300px;
}
.news-item a {
  display: block;
}
.news-img {
  width: 250px;
  height: 200px;
  position: absolute;
  left:0;
}
.news-item-name {
  font-size: 21px;
  color: #000;
}
.news-desc {
  font-size: 14px;
  margin-top: 14px;
  line-height: 28px;
}
.news-item-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.news-item-info .btn {
  width: 138px;
  height: 34px;
  color: #fff;
  line-height: 34px;
  background: #1676D4;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.news-item-info .btn img {
  margin-left: 5px;

}
.news-item-info .flag img,
.news-item-info .eyes img,
.news-item-info .time img,
.news-item-info .share {
  margin: 0 5px 0 20px;
}
.news-item-info .eyes img,
.news-item-info .time img {
  width: 18px;
}
.news-item-info .share {
  cursor: pointer;
  position: relative;
  margin: 0 5px 0 10px;
}
.share__icon {
  width: 18px;
}
.news-item-info .share__list {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 500px;
  z-index: 1;
  text-align: center;
  border: 1px solid #eee;
}
.wecaht-qrcode--active {
  display: block!important;
}
@media (max-width: 760px) {
  .news-item-info .share {
    margin: 0;
  }
  .news-item-info .share__list {
    right: 0;
    left: auto;
    transform: none;
    width: 250px;
  }
}