.subject_details .new_car_img_left_titleMsg>img {
  width: 760px;
  height: 480px;
}

.subject_details .new_car_img_left_titleMsg .newMsg {
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subject_details .new_car_img_left_titleMsg .newMsg h3 {
  font-size: 20px;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subject_details .new_car_img_left_titleMsg .newMsg p {
  text-indent: 2em;
  font-weight: 400;
  font-size: 14px;
  color: #5E5C5C;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subject_details .new_car_img_left_titleMsg .newMsg .newMsg_footer {
  font-weight: 400;

  color: #5E5C5C;
  align-items: center;
}

.subject_details .new_car_img_left_titleMsg .newMsg .newMsg_footer .time {
  margin-right: 22px;
}

.subject_details .new_car_img_left_titleMsg .newMsg .newMsg_footer span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}

.subject_details .new_car_img_left_titleMsg .newMsg .newMsg_footer img {
  margin-right: 4px;
}

.subject_details .new_car_img_left_titleMsg .newMsg .newMsg_footer span:last-child {
  margin-right: 0px;
}

/* ===================================================== */
.subject_details_module {
  margin-bottom: 42px;
}

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

.subject_details_module .subject_details_module_title {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 22px;
  padding: 12px;
  text-align: center;
  background-color: #2165eb;
}

.subject_details_module .subject_details_module_content {
  flex-wrap: wrap;
}



.subject_details_module .subject_details_module_content .new_car_title_top {
  width: 380px;
  margin: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 32px !important;
}

.subject_details_module .subject_details_module_content .new_car_title_top:nth-child(3n) {
  margin-right: 0 !important;
}

.subject_details_module .subject_details_module_content .new_car_title_top h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

}

.subject_details_module .subject_details_module_content .new_car_title_top .newMsg-r {
  margin-left: 12px !important;
  display: flex;
  flex-direction: column;
}

.subject_details_module .subject_details_module_content .new_car_title_top p {
  -webkit-line-clamp: 4 !important;
  text-indent: 2em;
  margin-bottom: auto;
}

.subject_details_module .subject_details_module_content .new_car_title_top .newMsg>img {
  width: 214px;
  height: 124px;
}

.subject_details_module .subject_details_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer img {
  margin: 0 !important;
}

.subject_details_module .subject_details_module_content .new_car_title_top .newMsg .newMsg-r .newMsg_footer span {
  margin: 0 !important;
}

/* =================================================================== */
.p-2 {
  justify-content: space-between;
}

.subject_details_module .subject_details_module_content.p-2 .new_car_title_top {
  width: 578px;
  margin: 0 !important;
    margin-bottom: 32px !important;
}

.subject_details_module .subject_details_module_content.p-2 .new_car_title_top h3 {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 10px !important;
}

.subject_details_module .subject_details_module_content.p-2 .new_car_title_top p {
  text-indent: 2em;
  -webkit-line-clamp: 7 !important;
  line-height: 18px !important;
  font-size: 14px !important;
  margin-bottom: auto;
}

.subject_details_module .subject_details_module_content.p-2 .new_car_title_top .newMsg>img {
  width: 345px !important;
  height: 204px !important;
}

.newMsg_footer {
  margin-top: 0 !important;
}

.subject_details_module .new_car_title_top .keyword {
  margin-left: 0 !important;
  margin-top: 12px;
}