body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 110px;
}
.cont svg {
  margin: 0!important;
}
.cont .new-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont .new-list li {
  width: 32%;
  margin-bottom: 4%;
  margin-right: 2%;
}
.cont .new-list li:nth-child(3n) {
  margin-right: 0;
}
.cont .new-list li .img {
  overflow: hidden;
}
.cont .new-list li .txt {
  border: 1px solid #f2ede3;
  padding: 4px;
}
.cont .new-list li .txt .in-frame {
  padding: 8% 7%;
}
.cont .new-list li .txt p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #333;
  transition: all 0.3s;
}
.cont .new-list li .txt i {
  color: #646464;
  margin: 12px 0;
  display: block;
}
.cont .new-list li .txt span {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
  color: #616161;
}
.cont .new-list li a:hover .img img {
  transform: scale(1.05);
}
.cont .new-list li a:hover .txt p {
  background: linear-gradient(135deg, #e6b162, #b78439 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cont .page-turning {
  margin-top: 50px;
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
@keyframes t1 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .new-list {
    justify-content: space-between;
  }
  .cont .new-list li {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont .new-list li {
    width: 100%;
  }
  .cont .new-list li .txt p,
  .cont .new-list li .txt span {
    display: block;
    height: auto;
  }
}
/*# sourceMappingURL=./new.css.map */