.art_nr {
  padding: 0 0.22rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
}

.yuankan-list-wrap {
  margin-bottom: 0.3rem;
}

.yuankan-item {
  width: 6.9rem;
  height: 2.04rem;
  background: #F7F8F8;
  margin-bottom: 0.2rem;
}
.yuankan-item .li-img {
  float: left;
  width: 1.2rem;
  height: 1.64rem;
  margin: 0.2rem 0 0 0.22rem;
  object-fit: cover;
}
.yuankan-item .li-info {
  float: left;
  margin-left: 0.29rem;
  padding-top: 0.3rem;
  width: 3.1rem;
}
.yuankan-item .li-info .li-title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  height: 0.24rem;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yuankan-item .li-info .content-p {
  color: #666;
  display: -webkit-box;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.28rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yuankan-item .qrcode-info {
  align-items: center;
  background: #f2f2f3;
  color: #333;
  display: flex;
  flex-direction: column;
  float: right;
  font-size: 0.2rem;
  font-weight: 400;
  height: 2.04rem;
  justify-content: center;
  width: 1.72rem;
}
.yuankan-item .qrcode-info img {
  height: 1.1rem;
  width: 1.1rem;
  margin: 0.09rem 0;
}
.yuankan-item .qrcode-info .qr-tips {
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
}