.w {
  width: 1137px;
}

.top-card {
  padding: 30px 0 50px;
  box-sizing: border-box;
}
.top-card .title {
  font-size: 52px;
  color: #3eaef4;
  font-weight: bold;
}

.technical {
  padding-bottom: 50px;
}
.technical .technical-list .technical-item {
  border-top: 2px solid #ebeaea;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.technical .technical-list .technical-item .name {
  color: #3eaef4;
  font-size: 20px;
}
.technical .technical-list .technical-item .box {
  width: 72%;
}
.technical .technical-list .technical-item .box .text {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 32px;
  margin-left: -10px;
}
.technical .technical-list .technical-item .box .st {
  color: #b0b0b0;
  font-size: 14px;
  position: relative;
  line-height: 32px;
  display: flex;
}
.technical .technical-list .technical-item .box .st span {
  min-width: 100px;
}
.technical .technical-list .technical-item .box .st::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #cbcbcb;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -10px;
}
