.page_module .page_module_title h3 {
  font-weight: bold;
  font-size: 24px;
  color: #2165EB;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  padding: 0 12px;
}

.page_module .page_module_title .page_module_title_line::before {
  left: 38.99%;
}

.page_module .page_module_title {
  height: auto;
}

.page_module .page_module_title .page_module_title_line::after {
  right: 38.9%;
}

.subject_item {
  margin-bottom: 42px;
}

.subject_item:last-child {
  margin-bottom: 0;
}

.subject_item .subject_item_title {
  align-items: center;
  padding-bottom: 8px;
  width: fit-content;
  margin-bottom: 22px;
  border-bottom: 4px solid #2165EB;
}

.subject_item .subject_item_title img {
  width: 18px;
  height: 20px;
  object-fit: contain;
}

.subject_item .subject_item_title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-left: 4px;
  color: #222A33;
}

.subject_item .car_l {
  width: 100% !important;
  height: 100% !important;
}

.subject_item .custom-carousel {
  margin: 0 !important;
}

.page_new_module .page_new_module_content .new_car_title_in_img .car_l h3 {
  padding: 9px 16px 10px 70px;
  font-size: 20px;
}

.subject_item_l .custom-carousel .square-indicator {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 74px;
  height: 74px;
  color: #fff;
  text-align: start;
  padding-top: 32px;
  padding-left: 8px;
}

.subject_item_l .custom-carousel .square-indicator::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  z-index: -1;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 74px solid transparent;
  border-bottom: 74px solid #195ed6;
}

.subject_item_l .custom-carousel .square-indicator .ind-current {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 16px;
}

.subject_item_l .custom-carousel .square-indicator span {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

.subject_item .subject_item_r {
  flex: 1;
  flex-wrap: wrap;
}

.subject_item .subject_item_r .new_car_title_top_img_r {
  width: 330px;
  height: 150px;
  margin-right: 12px;
  margin-top: 0;
  margin-bottom: 12px;
}

.subject_item .subject_item_r .new_car_title_top_img_r h3 {
  margin-bottom: 5px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subject_item .subject_item_r .new_car_title_top_img_r:nth-child(2n) {
  margin-right: 0px;
}

.subject_item .subject_item_r .new_car_title_top_img_r:nth-child(3),
.subject_item .subject_item_r .new_car_title_top_img_r:last-child {
  margin-bottom: 0px;
}