.content {
  width: 1500px;
  margin: auto;
  display: flex;
  margin-bottom: 60px;
}
.content_title {
  display: flex;
  align-items: center;

  padding-bottom: 20px;
  padding-top: 18px;
  padding-left: 16px;
}
.background_content {
  /* height: 489px; */
}
.background_content img {
  width: 100%;
  display: block;
}
.content_title_nav {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  color: #333333;
}
.right_img {
  width: 8px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.content_left {
  width: 237px;
}
.left_btn {
  width: 214px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  background: #eaeaea;
  border-radius: 6px;
  margin-bottom: 20px;
}
.left_btn_active {
  background: #205dfd;
  color: #fff;
}
.content_right {
  box-sizing: border-box;
  padding-left: 30px;
  width: 1263px;
  /* height: 1182px; */
  padding-bottom: 40px;
  border: 1px solid #e8e8e8;
  padding-top: 26px;
  padding-right: 30px;
}
.right_box {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.right_img_box img {
  width: 378px;
  height: 283px;
  margin-bottom: 15px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.right_img_box {
  text-decoration: none;
  margin-bottom: 15px;
}
.img_text {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;
  margin-left: 10px;

  color: #333333;
}

#pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}
#pagination a.active {
  background-color: #205dfd;
  color: white;
  border: 1px solid #205dfd;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.prev,
.next {
  border: 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}
.page-number {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  border: 1px solid #205dfd;
  color: #000;
  padding-right: 10px;
}
