.common-nav {
  background-color: #ffffff;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.common-nav .nav-list-ul > li > a,
.common-nav .nav-list-ul span > a,
.common-nav .nav-list-ul .main-menu {
  color: #193853 !important;
}
.common-nav .nav-logo .abs-img-log {
  opacity: 1;
}
.common-nav .nav-icon-item {
  color: #193853;
}
.common-nav .iconfont {
  color: #193853 !important;
}
.view-list-ul {
  width: var(--main-width);
  margin: 0.6rem auto 0.6rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
}
.view-list-ul .item-img-con {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.view-list-ul .item-img-con:hover > img {
  transform: scale(1.2);
}
.view-list-ul .item-img-con > img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.view-list-ul .item-img-con .abs-con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.1) 100%);
  cursor: pointer;
}
.view-list-ul .item-img-con .abs-con .icon-con {
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
}
.view-list-ul .item-img-con .abs-con .iconfont {
  font-size: var(--fz-md);
  color: #ffffff;
}
.view-list-ul .item-img-con .abs-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-list-ul .item-img-con .abs-play > img {
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.view-list-ul .title-con {
  width: 100%;
  height: 1rem;
  margin-top: 0.3rem;
  line-height: 0.3rem;
  font-size: var(--fz-sm);
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.view-list-ul .item-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #222222;
  align-items: center;
}
.view-list-ul .item-footer .iconfont {
  color: var(--active-color);
  font-size: var(--fz-md);
  cursor: pointer;
}
.is-video-ul {
  gap: 0.7rem 0.3rem;
}
.loading-con {
  margin-top: 0.4rem !important;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1300px) {
  .view-list-ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .view-list-ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .view-list-ul .title-con {
    height: auto;
  }
}
