.details-centent .ad-wrap a {
  display: block;
  margin-bottom: 28px;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
}
.details-centent .ad-wrap a .qrcode-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 130px;
  background: rgba(0,0,0,0.65);
  left: 0;
  top: 0;
  display: none;
  border-radius: 4px;
  z-index: 2;
}
.details-centent .ad-wrap a:hover .qrcode-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-centent .ad-wrap a .qrcode-inner {
  width: 120px;
}
.details-centent .ad-wrap a .qrcode {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  display: block;
}
.details-centent .ad-wrap a .txt {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
}
.details-centent a img {
  width: 100%;
}
.details-centent .ad-wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.details-centent .ad-wrap .item1 {
  width: 100%;
}
.details-centent .ad-wrap .item2, .details-centent .ad-wrap .item4 {
  width: 48.7%;
}
.details-centent .ad-wrap .item3 {
  width: 31.7%;
}
.details-centent .ad-wrap4 {
  flex-wrap: wrap;
}
.container_left_details {
  padding: 23px 180x 0 42px;
}
.articel-list__head {
  display: flex;
  justify-content: space-between;
}
.articel-list__head div {
  line-height: 24px;
}
.articel-list__head .more {
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #3B3B3B;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.articel-list__head .more .icon {
  width: 7px;
  height: 11px;
  background: url(/images2/zixun/detail/zixun-more.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 1px;
  display: inline-block;
}
.view-box {
  margin: 10px 0 8px 0;
}
.view-box a,
.view-box div {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 22px;
}
.view-box .bottom {
  display: flex;
  margin-top: 3px;
}
.view-box .bottom .time {
  padding-right: 26px;
}
.view-box .bottom .icon {
  width: 22px;
  height: 22px;
  background: url(/images2/zixun/detail/zixun-view.png) no-repeat;
  background-size: 100% 100%;
}