@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-2
* author: xhz;
 */
.mod {
  margin-top: 30px;
  padding: 0 15px;
}
.mod + .mod {
  margin-top: 30px;
}
.mod .mod-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 10px;
}
.mod .mod-title span {
  position: relative;
}
.mod .mod-title span:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  height: 4px;
  background: url(../images/home/title-line.png) no-repeat center;
  bottom: -20px;
  transform: translateX(-50%);
}
.mod .txt-content {
  font-size: 16px;
  line-height: 28px;
}
.mod .txt-content p {
  text-indent: 2em;
  margin-top: 20px;
}
.mod .sologen {
  flex-wrap: wrap;
}
.mod .sologen .item {
  margin-top: 20px;
  width: 574px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
  padding-left: 22px;
  font-size: 24px;
  color: #fff;
}
.mod .sologen .item h2 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
.mod .sologen .item p {
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mod .sologen .item:nth-child(1) {
  background: url(../images/detail/business1.png) no-repeat left center;
}
.mod .sologen .item:nth-child(2) {
  background: url(../images/detail/business2.png) no-repeat left center;
}
.mod .sologen .item:nth-child(3) {
  background: url(../images/detail/business3.png) no-repeat left center;
}
.mod .sologen .item:nth-child(4) {
  background: url(../images/detail/business4.png) no-repeat left center;
}
.mod .environment {
  margin-top: 20px;
}