body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.cont svg {
  margin: 0!important;
}
.cont .list {
  width: 100%;
}
.cont .list li {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.cont .list li .time {
  width: 135px;
  height: 126px;
  background: url(../img/money-laundering_1.jpg);
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.cont .list li .time p,
.cont .list li .time span {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  line-height: 1;
}
.cont .list li .time p {
  font-weight: bold;
  margin-bottom: 8px;
}
.cont .list li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 135px);
  /*height: 170px;*/
  background: #f8f8f8;
  padding: 0 50px;
}
.cont .list li a p,
.cont .list li a span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  width: 100%;
}
.cont .list li a p {
  color: #333;
  transition: all 0.3s;
  font-weight: bold;
}
.cont .list li a span {
  color: #999;
  margin-top: 15px;
}
.cont .list li a:hover p {
  color: #b69660;
}
.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% */
@media screen and (max-width: 1440px) {
  .cont .list li .time {
    width: 125px;
    height: 110px;
  }
  .cont .list li a {
    height: 110px;
  }
  .cont .list li {
    margin-bottom: 30px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont .list li {
    flex-wrap: wrap;
  }
  .cont .list li a {
    width: 100%;
    padding: 20px 15px;
    height: auto;
  }
  .cont .list li a p,
  .cont .list li a span {
    display: block;
    height: auto;
  }
  .cont .list li .time {
    height: auto;
    padding: 15px 0;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .cont .list li .time p,
  .cont .list li .time span {
    width: auto;
    font-size: 16px;
    font-weight: 700;
  }
  .cont .list li .time p {
    margin-bottom: 0;
  }
  .cont .list li .time p::before {
    /*content: '-';*/
    display: inline-block;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 30px 0;
  }
}
/*# sourceMappingURL=./notice.css.map */