.commercial_news_content{
    width: 100%;
    height: auto;
    padding: 46px 0 69px;
}

.special_column_out{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid rgba(212, 212, 212, 1);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    margin-top: 20px;
}
.special_column_swiper{
    width: 100%;
    height: 378px;

}
.special_column_swiper .swiper-slide {
    height: 356px;

}
.special_column_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    height: 8px;
    background: #536DFE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.special_column{
    width: 100%;
    height: auto;
}
.special_column_img_out{
    width: 100%;
    height: 213px;
    position: relative;
    overflow: hidden;
}
.special_column_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.special_column_img_out:hover .special_column_img{
    transform: scale(1.1);
}
.special_column_img_out strong{
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 12px;
    background: #536DFE;
    box-shadow: 0px 3px 3px rgba(116, 137, 255, 0.08);
    -webkit-border-radius: 8px 0px 16px 0px;
    -moz-border-radius: 8px 0px 16px 0px;
    border-radius: 8px 0px 16px 0px;

    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;

}
.special_column_des{
    width: 100%;
    height: auto;
    padding: 16px 16px 0;
    box-sizing: border-box;
}
.special_column_des h5{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0 9px;
}
.special_column_list{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 7px;
}
.special_column_list em{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding: 0 9px 0 0;
    font-style: normal;
}
.special_column_list p{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*热门视频*/
.news_hot_video_top{
    width: 100%;
    height: 36px;
}
.news_hot_video{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_video_list{
    width: 154px;
    height: 151px;
    padding-top: 16px;
}
.news_video_img_out{
    width: 100%;
    height: 103px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.news_video_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_video_play{
    width: 66px;
    height: 66px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.news_video_list p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    margin-top: 9px;
}
.news_video_list p:hover{
    color: #536DFE;
}


/*高端访谈*/
.top_interview_out{
    width: 100%;
    height: auto;
    padding-top: 37px;
}
.top_interview_out .top_interview{
    width: 100%;
    height: auto;
    margin-top: 25px;
    border: 1px solid rgba(212, 212, 212, 1);
    box-sizing: border-box;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
}
.top_interview_out .top_interview .top_interview_img_out{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top_interview_out .top_interview .top_interview_img_out:hover .top_interview_img{
    transform: scale(1.1);
}
.top_interview_out .top_interview .top_interview_img_out .top_interview_img{
    width: 100%;
    height: 213px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.top_interview_content{
    width: 100%;
    height: auto;
    padding: 12px 12px 16px;
    box-sizing: border-box;
}
.top_interview_content h5{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    text-align: justify;
}
.top_interview_content p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-align: justify;
}
.top_interview_name_time{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0;
}
.top_interview_name_time span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}















