.g-doc .inner .main .list-col {
  display: flex;
  flex-direction: column;
  width: 927px;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
}
.g-doc .inner .main .list-col .list .pic-item {
  position: relative;
  display: block;
  margin-bottom: 51px;
}
.g-doc .inner .main .list-col .list .pic-item:hover .tit {
  color: #0f89ff !important;
}
.g-doc .inner .main .list-col .list .pic-item:hover .txtCont {
  color: #848792 !important;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box {
  position: relative;
  margin-right: 25px;
  width: 260px;
  height: 195px;
  float: left;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box .label-original {
  width: 119px;
  height: 28px;
  background: url('//www1.pconline.com.cn/2023/cms/home/images/label_yuanchuang.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box .video-time {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  padding: 1px 6px;
  text-align: center;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box .video-time .value {
  position: relative;
}
.g-doc .inner .main .list-col .list .pic-item .pic-box .video-time::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #00000080;
}
.g-doc .inner .main .list-col .list .pic-item .txtCont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  float: left;
  width: 602px;
  height: 195px;
}
.g-doc .inner .main .list-col .list .pic-item .txtCont .tit {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #2D313E;
}
.g-doc .inner .main .list-col .list .pic-item .txtCont .desc {
  margin-bottom: 28px;
  line-height: 30px;
  color: #848792;
}
.g-doc .inner .main .list-col .list .pic-item .txtCont .other .tag {
  display: inline-block;
  height: 18px;
  font-size: 12px;
  color: #848792;
  letter-spacing: 0;
  line-height: 18px;
  margin-left: 10px;
}
.g-doc .inner .main .list-col .list .pic-item .txtCont .other .tag:first-child {
  margin-left: 0;
}
.g-doc .inner .main .list-col .list .pic-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: -27.5px;
  left: 0;
}
.g-doc .inner .main .list-col .list .pic-item:last-child {
  margin-bottom: 0;
}
.g-doc .inner .main .list-col .list .pic-item:last-child::before {
  display: none;
}
.loader {
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 1;
  transform: translateX(-50%);
  margin: 30px auto 0;
  padding: 0 0 15px 0;
}
.loader::before,
.loader::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  mix-blend-mode: multiply;
  animation: rotate92523 1s infinite cubic-bezier(0.77, 0, 0.175, 1);
}
.loader::before {
  background-color: rgba(15, 137, 255, 0.5);
}
.loader::after {
  background-color: #0f89ff;
  animation-delay: 0.5s;
  left: 35px;
}
.no-more {
  color: #848792;
  height: 44px;
  line-height: 44px;
  margin-bottom: 15px;
  display: none;
}
@keyframes rotate92523 {
  0%,
  100% {
    left: 35px;
  }
  50% {
    left: 0%;
  }
}
