

.l_banner img {
    width: 100%;
}

.l_tabs {
    margin-top: 53px;
}

.l_tabs_title {
    height: 60px;
    font-weight: 350;
    text-align: center;
}

.l_content {
    width: 100%;
    padding: 0 120px 60px 120px;
}

#l_tabs_pane_b {
    justify-content: center;
}

#l_tabs_pane_b a {
    position: relative;
    cursor: pointer;
    margin-right: 28px;
    padding: 27px 0;
    text-transform: uppercase;
}

#l_tabs_pane_b a:before {
    content: '';
    width: 0;
    position: absolute;
    left: -5px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;

}

#l_tabs_pane_b a:hover:before {

    width: 110%;
    background: rgb(204, 0, 0);
}

.card_scene_hoave {
    font-weight: bold;
}

.card_scene_hoave:before {
    width: 110% !important;
    background: rgb(204, 0, 0) !important;
}

.card_scene_hoave:active {
    width: 110%;
    background: rgb(204, 0, 0);
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: -5px;
    bottom: 0px;
    height: 4px;
}

.l_hot_new_b {
    margin-top: 82.5px;
}

.l_hot_new_item {
    margin-bottom: 110px;
}

.l_hot_new_item img {
    width: 100%;
}

.l_right {
    padding: 0 105px;
    width: 50%;
}

.l_left {
    width: 50%;
}

.l_right {
    width: 50%;
}

.l_divider {
    width: 24%;
    height: 2px;
    background-color: rgb(204, 0, 0);
}

.l_time {
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.6);
}

.l_time span {
    line-height: 40px;
}

.l_text {
    width: 100%;
    height: 123px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 52px;
}

.cursor_pointer:hover span {
    text-decoration: underline;
}

.l_text span {
    line-height: 40px;
    color: rgba(0, 0, 0, 0.6);
}

.l_details {
    margin-top: 65px;
}

/* 分页器 */
.l_pagination_box {
    align-items: baseline;
    margin-top: 110px;
}

.pagination {
    display: inline-block;
    margin-top: 10px;
}

.pagination button {
    padding: 5px 10px;
    margin: 2px;
    border: none;
    cursor: pointer;
    background: none;
}

.pagination button:hover {
    background-color: #ddd;
}

.l_pagination_box .prev {
    margin-right: 47px;
}

.l_pagination_box .next {
    margin-left: 47px;
}


/* .active {
    background-color: rgb(204, 0, 0) !important;
    color: white;
} */


#gotoPage {
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    width: 50px;
}

button:focus {
    outline: none;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.l_gotopage {
    margin-left: 50px;
    color: rgba(0, 0, 0, 0.8);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* //兼容火狐 */
input[type='number'] {
    -moz-appearance: textfield;
}

.l_notice, .l_notice_pic {
    margin-top: 52px;
}

.l_notice_pic {
    width: 100%;

}



#l_notice_swiper .swiper-slide {
    cursor: pointer;
}


.l_notice_pic>div .text_align {
    margin-top: 17px;

    width: 100%;
}


.l_notice_pic .text_ellipsis {
    width: 24%;
}

.l_notice_pic img {
    width: 100%;
}


/* 品牌热点详情 */
.l_info_title, .l_notice_title {
    margin-top: 103px;
}

.content_pad .l_time {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin: 60px 0 60px 0;
}

.l_info_bot {
    margin: 80px 0 102px 0;
}

.l_bot_pic>div {
    width: 49%;
}

.l_bot_pic img {
    width: 100%;
}

.l_return {
    width: 11.4%;
    height: 56px;
    line-height: 56px;
    margin: auto;
}

.l_hot_info {
    padding-bottom: 100px;
}

/* 品牌公告 */
.l_notice_cen {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    margin: 89px 0 50px 0;
}

.l_notice_cen p {
    line-height: 40px;
}

.l_notice_title {
    margin: 139px 0 139px 0;
}

.l_info_cen {
   
    max-width: 870px;
    margin: auto;
}
.l_info_cen p img{
    max-width: 100%;
    
}
.l_info_cen p video{
    max-width: 100%;
}
.l_info_cen p {
    line-height: 1.6;
    color: #000;
    font-size: 14px;
}
.l_return_b{
    margin-top: 102px;
}

.paging{
    display: flex;
    align-items: center;
}
.paging div{
    border: 1px solid rgb(211, 211, 211);
    padding: 10px;
  
    cursor: pointer;
    margin: 0 10px;
    font-size: 14px;
}
.paging div.disable{
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active{
    border: none;
    background-color: rgb(204, 0, 0);
    color: #fff;
}

@media (max-width: 860px) {
    .l_tabs_title {
        line-height: 30px;
    }
    .l_notice_t span{
        position: relative;
    }
 
    .l_notice_t span:before {
        content: '';
        width: 0;
        position: absolute;
        left: 0px;
        width: 60px;
        bottom: -10px;
        transition: 0.5s;
        height: 4px;
        background-color: rgb(204, 0, 0);
    }
    .content_pad .l_time{
        width: 50%;
        font-size: 14px;
        margin: 30px auto 70px ;
    }
    .l_hot_info  .l_time{
        position: relative;
    }
    .l_notice_info{
        padding-bottom: 90px;
    }
    .l_hot_info  .l_time:before{
        content: '';
        width: 0;
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: -10px;
        transition: 0.5s;
        height: 3px;
        background-color: rgb(204, 0, 0);
    }
    .l_hot_new_item {
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 30px;
        display: block;
    }
    .l_info_title{
        margin-top: 52px;
    }
    .l_notice_cen {
        margin: 43px 0 50px 0;
    }

    .l_content {
        padding: 0 20px;
    }

    .l_notice_title {
        margin: 30px 0 33px 0;
    }

    .l_left, .l_right {
        width: 100%;
    }
    .l_left{
        margin-top: 50px;
    }

    .l_hot_new_b {
        margin-top: 40px;
    }

    #l_tabs_pane_b {
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    .text_size40 {
        font-size: 20px;
    }

    .text_size20 {
        font-size: 12px;
    }

    .text_size36 {
        font-size: 16px;
    }

    .l_right {
        padding: 0;
    }

    .l_tabs_pane {
        font-size: 14px;
    }

    .l_tabs {
        margin-top: 14px;
    }

    #l_tabs_pane_b a {
        padding: 16px 0;
    }

    .text_ellipsis {
        line-height: 40px;
    }

    .l_text {
        margin-top: 14px;
        font-size: 13px;
    }

    .cursor_pointer {
        margin-top: 15px;
    }

    .l_notice_pic>div {
        width: 100%;
    }

    .l_pagination_box {
        margin-top: 45px;
    }

    .l_notice {
        margin-top: 38px;
    }

    #l_notice_swiper {
        margin-top: 43px;
    }

    .text_ellipsis {
        font-size: 16px;
        text-align: left;
    }

    .l_notice_pic .swiper-slide {
        width: 100% !important;
        margin-right: 0;
    }

    .l_return {
        width: 123px;
        height: 34px;
        font-size: 13px;
        line-height: 34px
    }
}