body {
    width: 100%;
    overflow-x: hidden;
}

.content_show {
    width: 100%;
    overflow-x: hidden;
}

.video_list ul li a {
    display: block;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line-gray);
}

.video_list ul li a .video_list_img {
    display: block;
    min-height: 10px;
    position: relative;
}

.video_list ul li a .video_list_img img {
    display: block;
    width: 100%;
    border-radius: 5px;
}


.video_list ul li a .video_list_title {
    font-size: 1rem;
    width: 100%;
    color: #192633;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 10px;
}

.video_list ul li a .video_list_bottom {
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.video_list ul li a .video_list_bottom b {
    font-size: 0.75rem;
    color: var(--text-666);
    background: url(//img.12365auto.com/images/m/public/ic_comment.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 center;
    display: flex;
    align-items: center;
    padding-left: 18px;
    font-weight: normal;
}

.video_list ul li a .video_list_bottom i {
    font-size: 0.75rem;
    color: var(--date-gray);
    font-style: normal;
}

/*--------------------视频三级页------------------------*/

.content_show .v_video_player {
    background: #000;
}

.video-info-list .video-list-player {
    background: url(//img.12365auto.com/images/m/video/ic_video_play.png) no-repeat;
    position: absolute;
    left: 40%;
    bottom: 32%;
    display: block;
    height: 35px;
    width: 35px;
    background-size: 35px;
}

.video-info-list .video-list-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.75rem;
    padding: 0 8px 6px 0;
}

.video-info-list {
    padding-bottom: 50px;
}

.video-info-list .content_wypl {
    padding: 0;
}

.video-info-list .content_wypl .video-info-title {
    border-bottom: none;
}

.video-info-list .video_bot {
    min-height: 10px;
    overflow: hidden;
    margin: 0 7.5px;
}

.video-info-list .video_bot dl {
    width: 50%;
    float: left;
    margin: 8px 0;
}

.video-info-list .video_bot dl dt {
    margin: 0 7.5px;
    position: relative;
}

.video-info-list .video_bot dl dt img {
    width: 100%;
    border-radius: 2px;
}

.video-info-list .video_bot dl dd {
    margin: 0 7.5px;
    padding-top: 7px;
}

.video-info-list .video_bot dl dd .video-list-title {
    font-size: 0.875rem;
    color: #192633;
    line-height: 1.3em;
    height: 38px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video-info-list .video_bot dl dd .video-list-bottom {
    display: block;
    height: 20px;
    line-height: 20px;
}

.video-info-list .video_bot dl dd .video-list-bottom i {
    font-size: 0.75rem;
    color: var(--date-gray);
    font-style: normal;
}

.video-info-nav {
    padding: 15px;
    background: #fff;
    width: calc( 100% - 30px );
}

.video-info-nav .swiper-pagination-bullet {
    width: auto;
    background: #ffffff;
    opacity: 1;
}

.video-info-nav .swiper-pagination-bullet b {
    font-size: 1rem;
    padding-right: 12px;
    color: var(--text-666);
    font-weight: 400;
}

.video-info-nav .swiper-pagination-bullet-active b {
    color: var(--text-black);
    font-weight: bold;
}

.video-info-title {
    margin: 0 15px;
    border-bottom: solid 1px var(--line-gray);
    padding-bottom: 15px;
}

.video-info-title h1 {
    font-size: 1.125rem;
    font-weight: bold;
}

.video-info-title div {
    font-size: 0.75rem;
    color: var(--date-gray);
    padding-top: 8px;
}

/* 直播 */
.move-tit {
    display: flex;
    flex-direction: column;
    padding: 10px 15px 15px;
    border-bottom: solid 1px var(--line-gray);
}

.move-tit h1 {
    font-size: 1.125rem;
    line-height: 1.35em;
    color: #192633;
    min-height: 25px;
    padding-bottom: 5px;
    display: block;
    font-weight: normal;
}

.move-tit h1 span {
    float: left;
    display: block;
    margin-right: 8px;
}

.move-tit h1 img {
    height: 16px;
    float: left;
    margin-top: 4px;
}

.move-tit p {
    font-size: 0.75rem;
    color: var(--date-gray);
}

.move-tit p em {
    font-style: normal;
}

.fbhf_tit .index_news {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 15px;
}

.fbhf_tit .index_news>div>span {
    width: auto;
    padding-right: 12px;
}

.fbhf_tit .index_news>div>span b {
    font-weight: normal;
}

.fbhf_tit .index_news>div .swiper-pagination-bullet-active {
    background: none;
}

.fbhf_tit .index_news>div .swiper-pagination-bullet {
    background: none;
}
