.comp-list10-container {
  padding: 140px 0px;
}
.comp-list10-container span {
  display: inline-block;
}
.comp-list10-container .comp-list10-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.comp-list10-container .comp-list10-section-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-bottom: 70px;
}
.comp-list10-container .comp-list10-item {
  width: 700px;
  margin-bottom: 25px;
  height: 200px;
  align-items: center;
  display: flex;
  padding: 0 41px;
  background-size: 100% 100%;
  background-color: #0a53be;
}
.comp-list10-container .comp-list10-item:hover {
  box-shadow: 0px 11px 29px 0px rgba(16, 96, 188, 0.16);
  transform: translateY(-2px);
}
.comp-list10-container .comp-list10-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex: 0 0 180px;
}
.comp-list10-container .comp-list10-title .comp-list10-dian {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 10px;
}
.comp-list10-container .comp-list10-desc {
  flex: 1 1 auto;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.comp-list10-container .comp-list10-desc .comp-list10-line {
  width: 1px;
  height: 44px;
  background: #FFFFFF;
  opacity: 0.43;
  margin-right: 20px;
  margin-left: 20px;
  flex-shrink: 0;
}

/*# sourceMappingURL=index.css.map */
