.homePage_right {
  width: 986px;
  height: 400px;
  margin: 20px 0 0 20px;
  float: left;
}
.homePage_name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: rgba(42, 42, 42, 1);
}
.homePage_item {
  display: flex;
  text-align: center;
  margin-top: 20px;
  color: #2a2a2a;
}
.homePage_item :nth-child(1) {
  width: 788px;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(170, 170, 170, 1);
  border-right: none;
}
.homePage_item :nth-child(2) {
  width: 198px;
  height: 50px;
  line-height: 50px;
  background: rgba(238, 247, 255, 1);
}
