.imgCar_item {
  width: 50%;
  padding-right: 6px;
}
.imgCar_item .new_car_title_img {
  padding: 0 !important;
  border: 0px !important;
}
.imgCar_item .new_car_title_img h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px !important;
}
.imgCar_item:last-child {
  padding-left: 6px;
}
.editors .page-row {
  margin-top: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #fafafa;
}
.article {
  padding: 0 12px;
}
.article .article-title h1 {
  font-size: 28px;
  color: #222A33;
  line-height: 38px;
  margin: 22px 0;
  text-align: center;
}
.article .article-title h3 {
  font-size: 20px;
  color: #222A33;
  line-height: 30px;
  margin-bottom: 42px;
  text-align: center;
}
.article .article-title .article-info {
  font-weight: 500;
  font-size: 12px;
  color: #5E5C5C;
  line-height: 16px;
  margin-bottom: 42px;
}
.article .article-title .article-info span {
  margin-right: 22px;
}
.article .article-content {
  text-indent: 2em;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
}
.article .article-content img {
  max-width: 770px;
}
.article .article-footer {
  margin: 42px 0;
}
.article .article-footer .article-footer-tool {
  justify-content: center;
  margin-bottom: 22px;
}
.article .article-footer .article-footer-tool .article-footer-tool-item {
  text-align: center;
  margin: 0 21px;
  cursor: pointer;
  position: relative;
}
.article .article-footer .article-footer-tool .article-footer-tool-item .layui-icon {
  display: block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  font-size: 18px;
  transition: all 0.3s;
  padding: 11px 11px;
  margin-bottom: 3px;
  color: var(--page-theme-color);
  box-shadow: 0px 6px 10px 1px rgba(34, 42, 51, 0.12);
  border: 2px solid var(--page-theme-color);
}
.article .article-footer .article-footer-tool .article-footer-tool-item:hover .layui-icon {
  background-color: var(--page-theme-color);
  color: #fff;
  transform: translateY(-3px);
}
.article .article-footer .article-footer-tool .chicked .layui-icon {
  background-color: var(--page-theme-color);
  color: #fff;
}
.article .article-footer .article-footer-RQcode {
  text-align: center;
  margin-bottom: 42px;
}
.article .article-footer .article-footer-RQcode #qrcode {
  width: 126px;
  margin: 0 auto;
}
.article .article-footer .article-footer-RQcode .article-footer-RQcode-text {
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
  color: #222A33;
}
.statement {
  font-weight: 500;
  font-size: 10px;
  color: #5E5C5C;
  line-height: 16px;
  padding: 12px;
  background-color: #fafafa;
}
.statement strong {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--page-theme-color);
}
.follow-We {
  margin-top: 12px;
  padding: 22px;
  background-color: #fafafa;
}
.follow-We h3 {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #2165EB !important;
}
.follow-We .follow-centre {
  justify-content: center;
  margin-top: 22px;
}
.follow-We .follow-We_code {
  margin-left: 22px;
}
.follow-We .follow-We_code:first-child {
  margin: 0;
}
.follow-We .follow-We_code p {
  line-height: 14px;
  margin-top: 6px;
  font-size: 14px;
  color: #5E5C5C;
}
.related-recommend {
  margin: 42px 0;
}
.related-recommend .related-recommend-title {
  font-weight: 500;
  font-size: 20px;
  color: #222A33;
  margin-bottom: 12px;
}
.related-recommend .related-recommend-content {
  padding: 0 55px;
  position: relative;
}
.related-recommend .related-recommend-content .swiper-slide .new_car_title_img {
  width: 166px;
  display: block;
}
.related-recommend .related-recommend-content .swiper-slide .new_car_title_img img {
  width: 166px;
  height: 96px;
}
.related-recommend .related-recommend-content .swiper-slide .new_car_title_img h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  width: 100%;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #222A33;
}
.related-recommend .related-recommend-content .swiper {
  position: initial;
}
.related-recommend .related-recommend-content .swiper-button-prev {
  left: 0;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #F5F8FF;
}
.related-recommend .related-recommend-content .swiper-button-prev::after {
  font-size: 14px;
}
.related-recommend .related-recommend-content .swiper-button-prev:hover {
  color: #fff;
  background-color: var(--page-theme-color);
}
.related-recommend .swiper-button-next {
  right: 0;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #F5F8FF;
}
.related-recommend .swiper-button-next::after {
  font-size: 14px;
}
.related-recommend .swiper-button-next:hover {
  color: #fff;
  background-color: var(--page-theme-color);
}
