.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.cate-desc-top {
  word-wrap: break-word;
  border-bottom: 2px solid #dfe3df;
  margin-bottom: 30px;
}
.newsList .figure {
  padding: 10px;
  border-bottom: 1px solid #fcc900;
}
.newsList .figure:hover {
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.newsList .figure .image {
  overflow: hidden;
}
.newsList .figure .image a {
  width: 100%;
  height: 100%;
}
.newsList .figure .image a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.newsList .figure .content h4 {
  font-weight: 600;
  font-family: Arial;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newsList .figure .content span {
  word-wrap: break-word;
  color: #645f5f;
}
.newsList .figure .content .desc {
  word-wrap: break-word;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .newsList .figure .image {
    height: 150px;
    text-align: center;
  }
  .newsList .figure .image a {
    display: inline-block;
    width: auto;
  }
  .newsList .figure .image a img {
    width: 150px;
  }
  .newsList .figure .content {
    margin-bottom: 10px;
  }
  .newsList .figure .content h4 {
    margin-top: 10px;
    font-size: 16px;
    padding-right: 10%;
  }
  .newsList .figure .content span {
    font-size: 13px;
  }
  .newsList .figure .content .desc {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .newsList .figure .image {
    height: 150px;
  }
  .newsList .figure .content h4 {
    margin-top: 24px;
    font-size: 16px;
    padding-right: 20%;
  }
  .newsList .figure .content span {
    font-size: 12px;
  }
  .newsList .figure .content .desc {
    max-height: 60px;
    line-height: 20px;
    color: #666666;
  }
}
