.background_content {
  /* height: 490px; */
}
.background_content img {
  width: 100%;
  display: block;
}
.box {
  padding-top: 30px;
  background: #fafafa;
  overflow: hidden;
}
.content {
  width: 1500px;
  display: flex;
  margin: auto;
  box-sizing: border-box;
}
.left_box {
  padding-left: 30px;
  margin-bottom: 60px;
  padding-top: 30px;

  box-sizing: border-box;
  width: 1020px;
  background: #fff;
  margin-right: 30px;
}
.left_box_detail {
  height: auto;
  padding-bottom: 30px;
}
.content_nav {
  margin-right: 80px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  line-height: 40px;
  color: #333333;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.content_nav_active {
  color: #205dfd;
  border-color: #205dfd;
}
.content_title {
}
.content_center {
  height: 320px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.center_img {
  width: 260px;
  height: 180px;
  display: block;
  margin-right: 20px;
}
.center_box {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.center_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  line-height: normal;
  letter-spacing: 0px;

  color: #666666;
}
.right_content {
  width: 450px;
  background: #fff;
  height: 862px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.right_title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.right_content_box {
  height: 160px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.right_img {
  width: 140px;
  height: 100px;
  margin-right: 20px;
}
.right_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.page-number {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  border: 1px solid #205dfd;
  color: #000;
  padding-right: 10px;
}
#pagination a.active {
  background-color: #205dfd;
  color: white;
  border: 1px solid #205dfd;
}
#pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.car_left_title {
  font-family: PingFang SC;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
.car_left_title_bototm {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
  margin-top: 30px;
  margin-bottom: 30px;
}
.car_left_title_img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.car_left_title_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  color: #333333;
}
