@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-5
* author: xhz;
 */
.com-detail-content {
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.com-detail-content .title-txt {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}
.com-detail-content .sub-title {
  height: 20px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  color: #999999;
}
.com-detail-content .sub-title span {
  color: #666666;
}
.com-detail-content .sub-title > * + * {
  margin-left: 50px;
}
.com-detail-content .sub-title .size span {
  display: inline-block;
  margin: 0 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 1px;
}
.com-detail-content .sub-title .size span.active {
  background: #2363d6;
  color: #fff;
  font-weight: bold;
}
.com-detail-content .txt-content {
  line-height: 32px;
  margin: 25px 20px 0;
  font-size: 16px;
}
.com-detail-content .txt-content p {
  text-indent: 2em;
}
.com-detail-content .txt-content .com-detail-img {
  display: block;
  width: 579px;
  height: 362px;
  margin: 20px auto;
}

.com-files {
  margin-top: 20px;
  background: #f9f4f3;
  padding: 10px 20px;
}
.com-files h2 {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.com-files ul {
  line-height: 40px;
  color: #b2363a;
}
.com-files ul a span {
  margin-left: 10px;
}