.service .content {
  display: flex;
}
.service .content .list_left,
.service .content .list_right {
  flex: 1;
}
.service .content .right {
  width: calc(100% - 330px) !important;
}
.service .content .right .title {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.service .content .right .list_content {
  margin-top: 30px;
  color: #888;
}
