.new-top ul {
  display: block;
}
.new-top ul li {
  padding: 5px 0;
}

.new-top ul a {
  display: block;
  padding: 0.2rem;
  background: #f5f5f5;
  border-radius: 0.1rem;
  transition: all 0.5s ease;
}
.new-top-time {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.new-top-title {
  margin: 0.1rem 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-top-img {
  overflow: hidden;
}
.new-top-img img {
  width: 100%;
  transition: 0.5s;
}
.new-top-text {
  height: 40px;
  margin: 0.2rem 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.new-top-more {
  display: flex;
  justify-content: space-between;
     margin: 5px 0 0 0;
  padding: 0.2rem 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #7f8c94;
  border-top: 2px solid #d8d8d8;
}

.new-top-more span {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #7f8c94;
  border-radius: 50%;
}
.new-top-more span::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #7f8c94;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.new-top-more span::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -0.1rem;
  top: 50%;
  width: 0.4rem;
  height: 1px;
  background: #7f8c94;
  transform: translate3d(-50%, -50%, 0);
}

.new-list {
  padding: 0.2rem 0 0;
}

.new-list ul {
  padding: 0;
}
.new-list ul li {
  padding: 5px 0;
}

.new-list ul a {
  display: block;
  padding: 0.2rem;
  background: #f5f5f5;
  border-radius: 0.1rem;
  transition: all 0.5s ease;
}

.new-li-img img {
  width: 100%;
}
.new-li-font {
  padding: 0.2rem;
}

.new-li-time {
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background: url(../images/new_time.png) no-repeat 0 center;
}
.new-li-title {
  margin: 0.1rem 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-img {
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
  transition: 0.5s;
}
.new-li-text {
  height: 40px;
  margin: 0.2rem 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

@media (min-width: 1200px) {
  .new-top ul {
    display: flex;
    margin: 0 -0.5vw;
    padding: 0.5vw 0;
  }
  .new-top ul li {
    width: 33.3%;
    padding: 0 0.5vw;
  }

  .new-top ul a {
    display: block;
    padding: 1.5vw;
    background: #f5f5f5;
    border-radius: 0.5vw;
    transition: all 0.5s ease;
  }
  .new-top-time {
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }
  .new-top-title {
    margin: 0.5vw 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-top-img {
    overflow: hidden;
  }
  .new-top-img img {
    width: 100%;
    transition: 0.5s;
  }
  .new-top-text {
    height: 48px;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }

  .new-top-more {
    display: flex;
    justify-content: space-between;
    padding: 1vw 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #7f8c94;
    border-top: 2px solid #d8d8d8;
  }

  .new-top-more span {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #7f8c94;
    border-radius: 50%;
  }
  .new-top-more span::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #7f8c94;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .new-top-more span::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -0.6vw;
    top: 50%;
    width: 2.5vw;
    height: 1px;
    background: #7f8c94;
    transform: translate3d(-50%, -50%, 0);
  }

  .new-top ul a:hover {
    transform: translate3d(0, -0.5vw, 0);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(29 56 75 / 20%);
  }
  .new-top ul a:hover .new-top-title {
    color: #e98712;
  }
  .new-top ul a:hover .new-top-img img {
    transform: scale(1.1);
  }

  .new-top ul a:hover .new-top-more {
    color: #e98712;
  }

  .new-top ul a:hover .new-top-more span {
    border-color: #e98712;
  }
  .new-top ul a:hover .new-top-more span::before,
  .new-top ul a:hover .new-top-more span::after {
    background: #e98712;
  }

  .new-list {
    padding: 2vw 0 0;
  }

  .new-list ul {
    padding: 0;
  }
  .new-list ul li {
    padding: 1vw 0;
  }

  .new-list ul a {
    display: flex;
    justify-content: space-between;
    padding: 1.5vw;
    background: #f5f5f5;
    border-radius: 0.5vw;
    transition: 0.5s;
  }

  .new-li-img {
    width: 12vw;
    flex-shrink: 0;
  }
  .new-li-img img {
    width: 100%;
  }
  .new-li-font {
    flex-grow: 1;
    padding: 1vw;
    overflow: hidden;
  }

  .new-li-time {
    padding-left: 1vw;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    background: url(../images/new_time.png) no-repeat 0 center/0.8vw;
  }
  .new-li-title {
    margin: 0.3vw 0;
    font-weight: bold;
    font-size: 1vw;
    line-height: 1.5;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-img {
    overflow: hidden;
  }
  .new-li-img img {
    width: 100%;
    transition: 0.5s;
  }
  .new-li-text {
    height: 48px;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }

  .new-list ul a:hover {
    background: #fff;
    transform: translate3d(-1vw, 0, 0);
    box-shadow: 0px 0px 20px 0px rgb(29 56 75 / 20%);
  }
  .new-list ul a:hover .new-li-title {
    color: #e98712;
  }
  .new-list ul a:hover .new-li-img img {
    transform: scale(1.1);
  }
}
