*{
    box-sizing: border-box;
}

.news-promote-post-small {flex: 1;}

.news-promote-post-large {
    width: 829px;
}
.news-promote-post-small {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.news-promote-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px  0 0 0;
    column-gap: 24px;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item img {
    width: 100%;
    height: 100%;
    max-height: 173px;
    object-fit: cover;
    object-position: center;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content .small-content-exceprt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container img {
    width: 100%;
    height: 467px;
    object-fit: cover;
    object-position: center;
}
.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container .news-promote-post-large-content {
    padding: 18px 0;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content {
    padding: 10px 0;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item {
    margin-bottom: 0;
}
.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container .news-promote-post-large-content .large-content-exceprt {
    -webkit-line-clamp: 2;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content {
    padding: 8px 0 0 0;
}
.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content .small-content-title {
    margin-bottom: 4px;
}
@media (max-width: 769px) {
    .section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item img {
    
        max-height: 197px;
       
    }
    .section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container img {
        max-height: 197px;
    }
}

/*.section-bannerOldCar {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.bannerOldCar-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    color: #101010;
    margin-bottom: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
}

.bannerOldCar--main {
}

.groupButton-oldCar {
    text-align: center;
    margin-bottom: 32px;
}

.btnOldCar {*/
   /* display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    color: #ffffff;
    background: #ed091e;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: none;*/
/*}

    .btnOldCar:hover {
        color: #ffffff;
        text-decoration: none;
    }

.imgSlideItem {
    height: 570px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.slide-item-desc {
    padding: 20px 50px;
}

.slide-item-name {
    font-size: 30px;
    line-height: 43px;
    color: #000000;
}

.slide-item-price {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}

.slide-item-more {*/
    /* font-weight: 600;
  font-size: 30px;
  line-height: 43px;
  text-align: center;
  color: #ffffff;
  display: block;
  background-color: #101010;
  padding: 10px 0;
  text-decoration: none; */
    /*font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #eb0a1e;
    text-decoration: underline;
}

    .slide-item-more:hover {
        color: #eb0a1e;
        text-decoration: underline;
    }

.oldCarSslide_main {
    padding: 66px;
    position: relative;
}

.swiper-bannerOldCar-thumbs {
    position: unset;
}

.oldCarSslide_main {
    position: relative;
}

.slide-item-boxlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .bannerOldCar-title {
        padding: 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .imgSlideItem {
        height: auto;
    }

    .oldCarSslide_main {
        padding: 20px 40px;
    }

    .button-prev-slider-oldCar svg {
        height: 50px;
    }

    .button-next-slider-oldCar svg {
        height: 50px;
    }
}

@media screen and (max-width: 576px) {
    .btnOldCar {
        font-weight: bold;
        font-size: 9.07915px;
        line-height: 120%;
        color: #ffffff;
    }

    .bannerOldCar-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .slide-item-name {
        font-size: 20px;
    }

    .slide-item-price {
        font-size: 20px;
    }

    .slide-item-desc {
        padding: 6px 16px;
    }

    .slide-item-more {
        font-size: 10px;
        padding: 0;
    }
}*/