@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 a .txt {
  width: calc(100% - 150px);
}