body {
  background: rgba(247, 247, 247, 0.96);
}

main {
  padding-bottom: 70px;
}

main .list-row {
  padding: 22px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-top: 40px;
}

main .list-row .left {
  width: 340px;
  min-width: 340px;
  display: block !important;
}

main .list-row .left > h4 {
  color: #297bff;
}

main .list-row .left > p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #999999;
  line-height: 22px;
  margin-bottom: 16px;
}

main .list-row .left > p > span {
  color: #cccccc;
}

main .list-row .left > .buttons {
  margin-top: 16px;
}

main .list-row .left > .buttons .button {
  padding: 10px 13px;
  display: inline-block;
}

main .list-row .left > .buttons .button.rich {
  background: #297bff;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  margin-right: 26px;
}

main .list-row .left > .buttons .button.more {
  border: 1px solid #999999;
  font-family: PingFangSC, PingFangSC-Regular;
}

main .list-row .left > .buttons .button.more a {
  color: #999999;
}

main .list-row .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 22px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .list-row .right .swiper-wrapper {
  width: 231px;
}

main .list-row .right .swiper-wrapper img {
  width: 100%;
  height: 100%;
}

main .list-row .right .tip {
  margin-top: 22px;
}

main .list-row .right .tip .tip-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #999999;
  margin-right: 10px;
}

main .list-row .right .tip .tip-item {
  display: inline-block;
  vertical-align: middle;
  background: #f0f0f0;
  padding: 5px 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  margin-right: 30px;
}

main .list-row .right .tip .tip-item a {
  color: #333333;
}

main .list-row .right .tip .tip-item:hover a {
  color: #297bff;
}

main .list-row .right .other {
  margin-top: 26px;
}

main .list-row .right .other .other-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #999999;
  margin-right: 10px;
}

main .list-row .right .other .other-item {
  display: inline-block;
  vertical-align: middle;
}

main .list-row .right .other .other-item a {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #333333;
}

main .list-row .right .other .other-item a:hover span {
  color: #297bff;
}

main .list-row .right .other .other-item + .other-item {
  position: relative;
  padding-left: 20px;
}

main .list-row .right .other .other-item + .other-item::after {
  content: "/";
  position: absolute;
  left: 6px;
  top: 0;
  color: #333333;
}
/*# sourceMappingURL=pc.css.map */