
*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
img{
    display: block;
}

.commercial_content{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

/*面包屑*/
.commercial_crumb{
    width: 100%;
    height: auto;
    padding: 32px 0 0;
}
.commercial_crumb a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}

#today_focus {
    width: 100%;
    height: 439px;


}
#today_focus .swiper-slide {
    height: 397px;

}
#today_focus .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    height: 8px;
    background: #536DFE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.today_focus_slide{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;

}
.today_focus_left{
    width: 598px;
    height: 397px;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.today_focus_left:hover .focus_img_first{
    transform: scale(1.1);
}
.focus_img_first{
    width: 598px;
    height: 397px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.today_focus_left p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    padding: 0 16px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.today_focus_right{
    width: calc(100% - 608px);
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.focus_img{
    width: 290px;
    height: 193px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 11px;
}
.focus_img:hover .focus_img_second{
    transform: scale(1.1);
}
.focus_img_second{
    width: 290px;
    height: 193px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.focus_img p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 36px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 16px;
    box-sizing: border-box;
}
.today_focus_out{
    width: 100%;
    padding: 31px 0 65px;
}



/*大标题一*/
.big_title{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    padding: 0 0 0 20px;
    position: relative;
}
.big_title:before{
    content: "";
    display: block;
    width: 8px;
    height: 25px;
    background: #536DFE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



/*标题三*/
.third_title_out{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(204, 211, 228, 1);
    padding: 56px 0 0;
}
.third_title_out h2{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    position: relative;
    padding: 0 0 13px;
}
.third_title_out h2:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #536DFE;
    left: 0;
    bottom: 0;
}
.third_title_out>a{
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    line-height: 19px;
    color: #9F9F9F;
}




/*第四种标题*/
.fourth_title_out{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(204, 211, 228, 1);
}
.fourth_title_out h2{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    position: relative;
    padding: 0 0 9px;
}
.fourth_title_out h2:before{
    content: "";
    display: block;
    position: absolute;
    width: 95px;
    height: 4px;
    background: #536DFE;
    left: 0;
    bottom: 0;
}






/*商用车车讯和商用车行业banner样式*/
.news_banner_out{
    width: 100%;
    height: auto;
    padding: 32px 0 0;
    display: flex;
    justify-content: space-between;
}
.commercial_news_banner {
    width: 100%;
    height: 439px;


}
.commercial_news_banner .swiper-slide {
    height: 397px;

}
.commercial_news_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    height: 8px;
    background: #536DFE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news_banner_left{
    width: calc(100% - 350px);
    height: auto;
}

.news_banner_right{
    width: 318px;
    height: auto;
}


/*一周热门文章*/
.one_week_article{
    width: 100%;
    height: auto;
    padding: 25px 0 0;
}
.one_week_article_li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 20px;
}
.one_week_article_p{
    width: auto;
    height: auto;
    padding: 0 0 0 11px;
}
.one_week_article_li em{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    font-style: normal;
}

.one_week_article>a:nth-child(1) .one_week_article_li em{
    color: #FF0000;
}
.one_week_article>a:nth-child(2) .one_week_article_li em{
    color: #FF0000;
}
.one_week_article>a:nth-child(3) .one_week_article_li em{
    color: #FF0000;
}
.one_week_article_p p{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.one_week_article_p p:hover{
    color: #536DFE;
}




/*热门资讯,原创精选,极速测评*/
.hot_original_speed{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.hot_news{
    width: calc(100% - 340px);
    height: auto;
}
.hot_news_top{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot_news_top a{
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    line-height: 19px;
    color: #9F9F9F;
}
.hot_news_nav{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot_news_nav span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;cursor: pointer;
}
.hot_news_nav .hot_news_nav_selected{
    color: #536DFE;
    font-weight: bold;
}
.hot_news_nav i{
    width: 1px;
    height: 13px;
    background: rgba(51, 51, 51, 0.6);transform: translateY(2px);
    margin: 0 13px;
}
.hot_news_content{
    width: 100%;
    height: auto;
    padding: 11px 0 0;

}
.hot_news_list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    border-bottom: 1px solid rgba(204, 211, 228, 0.6);
}
.hot_new_img_out{
    width: 280px;
    height: 178px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.hot_new_img_out:hover .hot_news_img{
    transform: scale(1.1);
}
.hot_news_img{
    width: 280px;
    height: 178px;
    -webkit-border-radius: 16px;object-fit: cover;
    -moz-border-radius: 16px;
    border-radius: 16px;
    transition: 0.3s all ease-in-out;
}
.hot_news_des{
    width: calc(100% - 300px);
    height: auto;
}
.hot_news_des h5{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #333333;cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_news_des h5:hover{
    color: #536DFE;
}
.hot_news_p{
    width: 100%;
    height: 100px;
    padding: 32px 0 0;
}
.hot_news_p p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.hot_news_time_label{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot_news_time_label span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.hot_news_label{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
}
.hot_news_label span{
    margin-left: 25px;
}



/*原创精选,极速测评*/
.original_speed{
    width: 319px;
    height: auto;
}
.seconed_title_out{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(159, 159, 159, 0.2);
}
.seconed_title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    padding: 0 0 9px;position: relative;
}
.seconed_title:before{
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 7px);
    height: 4px;
    background: #536DFE;
    left: 0;
    bottom: 0;
}
.seconed_title_out a{
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    line-height: 19px;
    color: #9F9F9F;
}

/*原创精选*/

.original_selection{
    width: 100%;
    height: auto;
    padding: 5px 0 0;
}
.original_selection li{
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.original_selection li a{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.original_selection_img{
    width: 108px;
    height: 85px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.original_selection_img_out{
    width: 108px;
    height: 85px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.original_selection li:hover .original_selection_img{
    transform: scale(1.1);
}
.original_selection li:hover .original_selection_right p{
    color: #536DFE;
}
.original_selection_right{
    width: calc(100% - 116px);
    height: auto;
}
.original_selection_right p{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    text-stroke: 1 rgba(0, 0, 0, 0);

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

/*急速测评*/
.speed_evaluation_out{
    width: 100%;
    height: auto;
    padding: 35px 0 0;
}
.speed_evaluation{
    width: 100%;
    height: 316px;
    border: 1px solid rgba(212, 212, 212, 1);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-top: 20px;
    overflow: hidden;
}
.speed_evaluation_inner{
    width: 100%;
    height: auto;

}
.speed_evaluation_img_out{
    width: 100%;
    height: 213px;
    position: relative;
    overflow: hidden;
}
.speed_evaluation_img_out:hover .speed_evaluation_img{
    transform: scale(1.1);
}
.speed_evaluation_img{
    width: 100%;
    height: 213px;
    object-fit: cover;
    display: block;
    transition: 0.3s all ease-in-out;
}
.speed_evaluation_img_out p{
    width: 100%;
    height: 36px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    line-height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 16px;
    box-sizing: border-box;

    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.speed_evaluation_name_price{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px 12px;
    box-sizing: border-box;
}
.speed_evaluation_name{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.speed_evaluation_price{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #FF0000;
    white-space: nowrap;
}
.speed_evaluation_bottom{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 36px;
    box-sizing: border-box;
}
.speed_evaluation_btn{
    width: 109px;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speed_evaluation_red{
    background: #FF7400;
}
.speed_evaluation_blue{
    background: #536DFE;
}
.speed_evaluation_btn span{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}


/*加载更多*/
.load_more{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 37px;
}
.load_more .load_more_inner{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.load_more .load_more_img{
    width: 28px;
    height: 28px;
}
.load_more .load_more_inner span{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #999999;
    margin-left: 9px;
}







