@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-2
* author: xhz;
 */
.list li a {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.list li .list-img {
  width: 160px;
  height: 100px;
}
.list li .txt {
  flex: 1;
  margin-left: 10px;
}
.list li .txt p {
  height: 36px;
  white-space: wrap !important;
}