.supage_404 {
  padding-top: 0.7rem;
}
.supage_404 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage_404 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_404 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage_404 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage_404 .new_list {
  margin-top: 0.45rem;
  width: 100%;
}
.supage_404 .new_list ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.supage_404 .new_list ul li {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  height: 9.51rem;
}
@media screen and (max-width: 1024px) {
  .supage_404 .new_list ul li {
    height: fit-content;
  }
}
.supage_404 .new_list ul li .item-line {
  position: absolute;
  width: 0.18rem;
  height: 0.04rem;
  background-color: #0D2E89;
  left: 50%;
  top: 0.6rem;
  transform: translateX(-50%);
}
.supage_404 .new_list ul li .item-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.supage_404 .new_list ul li img {
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  transition: all 1s ;
}
.supage_404 .new_list ul li img:hover {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
.supage_404 .new_list ul li .item-text {
  color: #333;
  padding: 0.7rem 0.7rem 0.8rem;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
.supage_404 .new_list ul li .item-text .p {
  -webkit-line-clamp: 9;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #404C5F;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_404 .new_list ul li .item-text .p {
    font-size: 0.16rem;
    line-height: 1.8;
    -webkit-line-clamp: 8;
  }
}
.supage_404 .new_list ul li .item-text text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.08rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_404 .new_list ul li .item-text text {
    font-size: 0.16rem;
  }
}
.supage_404 .new_list ul li .item-text .title {
  font-weight: 400;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #404C5F;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.supage_404 .new_list ul li .item-text .item-time {
  margin: 0.4rem 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_404 .new_list ul li .item-text .item-time {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_404 .new_list ul li .item-text .item-time {
    margin: 0.2rem 0 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_404 .new_list ul li .item-text {
    padding: 0.5rem 0.5rem 0.6rem;
  }
  .supage_404 .new_list ul li .item-text .p,
  .supage_404 .new_list ul li .item-text text {
    font-size: 0.26rem;
  }
  .supage_404 .new_list ul li .item-text .title {
    font-size: 0.28rem;
  }
  .supage_404 .new_list ul li .item-text .p {
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
}
.supage_404 .clock {
  display: inline-block;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #0D2E89;
  position: relative;
}
.supage_404 .clock .colck-line {
  height: 0.05rem;
  width: 0.01rem;
  background-color: #fff;
  position: absolute;
  left: 48%;
  top: 0.03rem;
  transform: translateY(-50%, -50%);
}
.supage_404 .clock .colck-transverse {
  width: 0.05rem;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateY(50%, 50%);
  height: 0.01rem;
  background-color: #fff;
}
.supage_404 .swiper-img-list {
  position: relative;
  padding-bottom: 1.6rem;
  box-sizing: content-box;
  background: url(../images/index41-bg3.png) bottom no-repeat;
  background-size: 100% 1.65rem;
}
.supage_404 .swiper-img-list .swiper-container {
  height: 100%;
}
.supage_404 .swiper-img-list .arrow {
  width: 0.46rem;
  height: 0.46rem;
  position: absolute;
  z-index: 10;
  bottom: 0.65rem;
  cursor: pointer;
}
.supage_404 .swiper-img-list .arrow-left {
  background: url(../images/index41_icon4.png) center center no-repeat;
  background-size: 0.46rem auto;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .supage_404 .swiper-img-list .arrow-left {
    left: 40%;
  }
}
.supage_404 .swiper-img-list .arrow-right {
  background: url(../images/index41_icon3.png) center center no-repeat;
  background-size: 0.46rem auto;
  right: 46%;
}
@media screen and (max-width: 1024px) {
  .supage_404 .swiper-img-list .arrow-right {
    right: 40%;
  }
}
