/* IE10+ */

.IEborder {
    border-bottom: 3px solid #ff9900;
}
.font-w-48{
    font-size: 48px;
    font-weight:500;
}
.font-w-24{
    font-size: 24px;
    font-weight: 400;
}
.custom-carousel{
    margin-top: 53px;
}
/* "查看更多" button styles */
.more-btn{
    background:#f98800;
    width:160px;
    height:50px;
    margin: 20px auto 85px; /* center horizontally, 100px spacing below */
    border-radius: 25px;
}
.more-btn .overlay-link{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    text-align:center;
    display:block;
    width:100%;
    line-height:50px;
}
 /* Circular pagination style for news list */
 .news-wrap .pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 18px 0 12px;
    list-style: none;
}
.news-wrap .pagination li{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.06);
    transition: all .18s ease;
    padding: 0;
}
.news-wrap .pagination li a,
.news-wrap .pagination li span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-weight: 500;
}
.news-wrap .pagination li.active{
    background: #f99001;
    border-color: transparent;
}
.news-wrap .pagination li.active a,
.news-wrap .pagination li.active span{
    color: #fff;
}
.news-wrap .pagination li:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}
.news-wrap .pagination li.disabled{
    opacity: 0.45;
    transform: none;
}
/* smaller pills for prev/next arrows */
.news-wrap .pagination li.prev,
.news-wrap .pagination li.next{
    /* width: auto; */
    padding: 0 8px;
    border-radius: 18px;
    line-height: 34px;
}
/* ellipsis style */
.news-wrap .pagination li span.ellipsis{
    width: auto;
    padding: 0 6px;
    line-height: 34px;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #999;
}

.image-gem{
    width:100%;
    display:block;
    margin-top: 52px;
    filter: brightness(0.6);
}
.newimg_wrap {
    width: 100%;
    /* padding-bottom: 85%; */
    position: relative;
}
.newimg_wrap img {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* height: 230px; */
    /* aspect-ratio: 4 / 3;
    object-fit: cover; */
}

/* 品牌动态和视频中心图片统一为 1080 x 608 的原图比例。 */
#newsList .newimg_wrap,
#videoList .newimg_wrap {
    aspect-ratio: 135 / 76;
    overflow: hidden;
}

#newsList .newimg_wrap img,
#videoList .newimg_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 135 / 76;
    object-fit: cover;
}
.blog-title {
    font-size: 15px;
    padding: 5px 10px 0;
}
#newsList .card_item,
#videoList .card_item {
    position: relative;
    flex-shrink: 0;
    width: 23%;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.64, 0.07, 0.1, 0.58);
    height: auto;
    background: #ffffff;
}

#newsList .news-card__link,
#videoList .news-card__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

#newsList .news-card__body,
#videoList .news-card__body {
    padding: 10px 20px 16px;
}

#newsList .news-card__title,
#videoList .news-card__title {
    margin: 0;
    padding: 0;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

#newsList .news-card__date,
#videoList .news-card__date {
    position: static;
    margin-top: 8px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
}
/* 响应式适配不同分辨率 */
@media (max-width: 1920px) {
}
@media (max-width: 1440px) {
}

/* 再小的屏幕（如窄笔记本）时，只显示中间一张，避免过挤 */
@media (max-width: 1024px) {
}
/* 响应式 */
@media (max-width: 900px) {
}
@media screen and (min-width:768px) {
    .news_detailpaganation {
        display: flex;
        justify-content: center;
        margin: 20px auto;
        max-width: 1135px;
    }
    .active_search {
        color: #fff;
        background: #ff9000 !important;
        border-color: #ff9000 !important;
    }
    .active_search>a,
    .active_search>span {
        color: #fff !important;
    }
    ul.news_detailpaganation li:not(:last-child) {
        border-right-width: 0;
    }
    ul.news_detailpaganation li {
        margin-right: 6px;
        background: #f4f4f5;
        border-radius: 4px;
    }
    .news_detailpaganation li a,
    .news_detailpaganation span {
        display: inline-block;
        font-size: 18px;
        padding: 8px 16px;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #f4f4f5;
        color: #606266;
    }
    .news_detailpaganation li:hover {
        border-color: #cbc8c8;
        cursor: pointer;
        user-select: none;
        background: #cbc8c8;
        transition: all .3s linear;
    }
    ul.news_detailpaganation {
        display: flex;
        margin: 0 auto;
        padding: 0;
        justify-content: center;
        margin-bottom: .2rem;
    }
    .active_search {
        color: #fff;
        background: #ff9000;
        border-color: #ff9000 !important;
    }
    ul.news_detailpaganation li {
        height: .4rem;
        border: 1px solid #999494;
        position: relative;
        width: .4rem;
        text-align: center;
    }
    ul.news_detailpaganation li:not(:last-child) {
        border-right-width: 0;
    }
    ul.news_detailpaganation li a {
        line-height: .4rem;
        font-size: .2rem;
        color: #999494;
    }
    ul.news_detailpaganation li span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: .2rem;
        display: inline-block;
        width: 100%;
        line-height: .4rem;
        color: #999494;
    }
}
