.background_content {
  /* height: 489px; */
}
.background_content img {
  width: 100%;
  display: block;
}
.content {
  width: 1500px;
  margin: auto;
}
.content_top {
  height: 319px;
  width: 1500px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.top_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 240px;
  margin-top: 50px;
}
.top_box:hover {
  border-radius: 10px;
  opacity: 1;

  background: #ffffff;

  box-shadow: 0px 0px 6px 4px rgba(2, 3, 33, 0.05);
}
.box {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 122px;
}
.content_box {
  background: #fff;
  width: 1500px;
  margin: auto;
  padding-top: 40px;
  padding-left: 60px;
  padding-bottom: 40px;
  display: flex;
  margin-bottom: 30px;
  color: #333333;
}
.box_img {
  width: 480px;
  height: 280px;
  margin-right: 50px;
}
.box_right {
  display: flex;
  flex-direction: column;
}
a {
  text-decoration: none;
}
.box_right_title {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
  margin-bottom: 20px;
}

.box_text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;

  /* 用车金额： */
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;

  /* 800元 */
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}
.box_label {
  font-weight: 600;
}
