.supage_98 {
  background: url(../image/new_three_bg.png) center center / cover no-repeat;
  padding: 0.7rem 0;
}
.supage_98 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage_98 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage_98 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage_98 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage_98 .public-title h2 {
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
}
.supage_98 .public-title p {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
  margin-top: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .supage_98 .public-title h2 {
    font-size: 0.38rem;
  }
  .supage_98 .public-title p {
    font-size: 0.26rem;
  }
}
.supage_98 .new_list {
  margin-top: 0.45rem;
  width: 100%;
}
.supage_98 .new_list ul {
  overflow: hidden;
  width: 100%;
}
.supage_98 .new_list ul li {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage_98 .new_list ul li {
    float: inherit;
    width: 100%;
  }
}
.supage_98 .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_98 .new_list ul li .item-img {
  width: 100%;
  height: 2.25rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 50%;
  float: left;
}
.supage_98 .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_98 .new_list ul li img:hover {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
.supage_98 .new_list ul li .item-text {
  width: 50%;
  float: left;
  color: #333;
  padding: 0.3rem;
  background-color: #fff;
  height: 2.23rem;
}
.supage_98 .new_list ul li .item-text .p {
  -webkit-line-clamp: 2;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #777;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_98 .new_list ul li .item-text .p {
    font-size: 0.16rem;
  }
}
.supage_98 .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_98 .new_list ul li .item-text text {
    font-size: 0.16rem;
  }
}
.supage_98 .new_list ul li .item-text .title {
  font-weight: 400;
  line-height: 0.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
}
.supage_98 .new_list ul li .item-text .item-time {
  margin: 0.4rem 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage_98 .new_list ul li .item-text .item-time {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage_98 .new_list ul li .item-text .item-time {
    margin: 0.2rem 0 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage_98 .new_list ul li .item-text .p,
  .supage_98 .new_list ul li .item-text text {
    font-size: 0.24rem;
  }
  .supage_98 .new_list ul li .item-text .title {
    font-size: 0.26rem;
  }
  .supage_98 .new_list ul li .item-text .p {
    line-height: 1.5;
  }
}
.supage_98 .new_list ul :nth-child(n+3).li .item-img {
  float: right;
}
.supage_98 .new_list ul :nth-child(n+3).li .item-text {
  float: left;
}
@media screen and (max-width: 1024px) {
  .supage_98 .new_list ul :nth-child(even).li .item-img {
    float: right;
  }
  .supage_98 .new_list ul :nth-child(even).li .item-text {
    float: left;
  }
  .supage_98 .new_list ul :nth-child(odd).li .item-img {
    float: left;
  }
  .supage_98 .new_list ul :nth-child(odd).li .item-text {
    float: right;
  }
}
.supage_98 .clock {
  display: inline-block;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #0D2E89;
  position: relative;
}
.supage_98 .clock .colck-line {
  height: 0.05rem;
  width: 0.01rem;
  background-color: #fff;
  position: absolute;
  left: 48%;
  top: 0.03rem;
  transform: translateY(-50%, -50%);
}
.supage_98 .clock .colck-transverse {
  width: 0.05rem;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translateY(50%, 50%);
  height: 0.01rem;
  background-color: #fff;
}
