.top_main_area{margin-top: 37px;}
.top_main_area .common_inner{
    display: flex;
    gap: 35px;
}
.top_main_area .sc_main_left{width: 280px;}
.top_main_area .sc_main_left ul{}
.top_main_area .sc_main_left li+li{margin-top: 26px;}
.top_main_area .sc_main_left .img_box{
    width: 280px;
    height: 200px;
}
/* .top_main_area .sc_main_left .cont_title{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 11px;
} */

.sc_main_top{}
.sc_main_top .headline_top{
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}
.sc_main_top .swiper-wrapper{width: 600px;}
.sc_main_top .swiper-slide .img_box{
    width: 600px;
    height: 390px;
}
.sc_main_top .headline_bott .img_box{
    width: 280px;
    height: 200px;
}
.sc_main_top .headline_title{
    font-size: 33px;
    line-height: 35px;
    margin: 19px 0 13px;
}
.sc_main_top .desc{
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    -webkit-line-clamp: 4;
}

.sc_main_top .headline_bott{
    display: flex;
    gap: 40px;margin-top: 30px;
}
.sc_main_top .headline_cont{flex: 1;width: 280px;}

.sc_main_right{width: 300px;}
.sc_main_right .main_right_top .cont_title{font-weight: bold;}
.sc_main_right .img_box{width: 300px;position: relative;}
.sc_main_right .main_right_top .tag{
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #005bac;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    width: auto;
}
.sc_main_right .main_right_bott{margin-top: 50px;}
.sc_main_right .main_right_bott .title{}
.sc_main_right .main_right_bott li:first-child a{padding-top: 0;}
.sc_main_right .main_right_bott ul a{
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}
.sc_main_right .main_right_bott .img_box{
    width: 110px;
    height: 70px;
}
.sc_main_right .main_right_bott .cont_title{
    flex: 1;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    -webkit-line-clamp: 3;
}

.sc_automotive{
    background: #181818;
    margin-top: 52px;
}
.sc_automotive .common_inner{padding: 38px 0 50px;}
.sc_automotive .title a{color: #fff;}
.sc_automotive .title a::after{background: url(../img/icon/ic_arrow_w.png) no-repeat;}
.sc_automotive ul{
    display: flex;
    gap: 55px;
    justify-content: space-between;
}
.sc_automotive .img_box{
    width: 380px;
    height: 250px;
}
.sc_automotive .cont_title{ color: #fff; }

.sc_content{margin-top: 50px;}
.sc_content .common_inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 50px;
    column-gap: 40px;
}
.sc_content .img_box{
    width: 280px;
    height: 200px;
}
.sc_content .cont_title{margin-bottom: 11px;}
.sc_content .col_wrap li+li{
    border-top: 1px solid #efefef;
}
.sc_content .col_wrap li+li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 13px 0;
    display: block;
}