.newproduct-product-content ol li {
  list-style: none;
  width: 1400px;
  height: 132px;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.05);
  margin: 0 auto;
  margin-top: 17px;
  position: relative;
}
.newproduct-product-content ol li h4 {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  position: absolute;
  top: 14px;
  left: 155px;
}
.newproduct-product-content ol li p {
  width: 1204px;
  height: 45px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  position: absolute;
  bottom: 24px;
  left: 155px;
  display: -webkit-box;
  /* 必须指定display属性 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  -webkit-line-clamp: 2;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  /* 垂直布局 */
}
.newproduct-product-content ol li .num {
  width: 46px;
  height: 39px;
  font-size: 48px;
  font-family: zihunbiantaoti, zihunbiantaoti-Regular;
  font-weight: 400;
  text-align: left;
  color: #1c3c87;
  line-height: 40px;
  text-shadow: 3.53px 1.88px 0px 4px rgba(51, 51, 51, 0.18);
  position: absolute;
  top: 47px;
  left: 65px;
}
.newproduct-function-content{
  text-align: center;
}
.newproduct-function-content ol {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  margin: 0 auto;
  display: inline-block;
}
.newproduct-function-content ol li {
  list-style: none;
  /* width: 430px; */
  width: 30%;
  min-width: 300px;
  height: 202px;
  background: #fbfbfb;
  border: 1px solid #d8d6d6;
  /* margin-left: 30px;
  margin-top: 36px; */
  margin: 20px 10px 0;
  position: relative;
  display: inline-block;
}

.newproduct-function-content ol li .num {
  width: 61px;
  height: 61px;
  line-height: 61px;
  background: #1c3c87;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  font-family: SmileySans, SmileySans-Oblique;
  font-weight: normal;
  position: absolute;
  top: 71px;
  left: 20px;
}
.newproduct-function-content ol li h4 {
  /* width: 300px; */
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  position: absolute;
  top: 40px;
  left: 108px;
  overflow: hidden;
  /* 隐藏超出部分 */
  white-space: nowrap;
  /* 不换行 */
  text-overflow: ellipsis;
  /* 使用省略号表示被隐藏的部分 */
}
.newproduct-function-content ol li p {
  /* width: 288px; */
  padding-right: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  position: absolute;
  left: 109px;
  top: 84px;
  display: -webkit-box;
  /* 必须指定display属性 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  -webkit-line-clamp: 4;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  /* 垂直布局 */
}
.solution-khtdjjfa {
  width: 80% !important;
}
.solution-khtdjjfa ul {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
}
.solution-khtdjjfa ul li {
  list-style: none;
  width: 30%;
  margin: 0 auto;
}
.solution-khtdjjfa ul li .num {
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 5px;
}
.list-paddingleft-2{
  width: 100% !important;
}
.solution-khtdjjfa ul li p {
  /* width: 288px; */
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding-left: 10px;
  display: -webkit-box;
  /* 必须指定display属性 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  -webkit-line-clamp: 4;
  /* 最大行数 */
  -webkit-box-orient: vertical;
  /* 垂直布局 */
}
/*# sourceMappingURL=./product.css.map */