@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-2
* author: xhz;
 */
.certificates {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  margin: 0 15px;
  margin-top: 20px;
}
.certificates li {
  width: 376px;
  height: 224px;
}
.certificates li a {
  display: block;
  height: 100%;
  position: relative;
}
.certificates li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.certificates li a p {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}