/*.container-fluid.prd{ margin:0; padding:0 0.75rem 0 0.75rem; width:100%; max-width:100%; position:relative; overflow:hidden;}*/
/**
视频页面
 */
.container-fluid.prd .container-fluid{
}
.nav-wrap {
    position:relative;
    width: 100%;
    background: url('/static/images/common/header_bg.png');

}
.common_title_content{
    display:flex;
    justify-content:space-between;
    align-items: center;
    padding: 0 8px;
    margin:48px 0 24px 0;
}
.common_list_content:after,.cb{
    clear:both;
}
#common{
    margin-top:16px;
}

.common_title_content .list_title {
    border-left: 4px solid #0099FF;
    padding-left: 5px;
}
@media (min-width: 768px){
    .common_title_content .list_title {
        background: #0074ff;
        color: #fff;
        font-size: 18px;
        padding: 10px 30px 10px 30px;
        /*    width: 150px;*/
        text-align: center;
        border-left: 0;
        /*    margin-top: 50px;*/
    }
}
.list_video:nth-child(-n+4){
    margin-bottom:16px;
}
.list_video_new{
    margin-bottom:16px;
}

.thumb img{
    max-width:100%;
    width:100%;
}
.common_list_content .list_video .videos .common_desc{
    line-height:40px;
}
.common_list_content .list_video .videos .title{
    line-height:40px;
}

.common_title_content,.common_list_content{
    clear:both;
}


#title {
    color: #0074ff;
    font-size: 22px;
    padding-top: 32px;
}

#comment {
    margin-top:16px;
    width: 100%;
}

#command_list a {
    color: #333;
}

@media (min-width: 768px){
    .command_list li {
        width: 50%;
        float: left;
    }
}

.command_list li {
    list-style: none;
    padding: 10px 0;
}

.v_thmub {
    float: left;
    width: 50%;
}

.v_thmub img {
    float: left;
    width: 94%;
}

.v_info {
    float: left;
    width: 49%;
    font-size: 14px;
}

.list_video:nth-child(4):after{
    clear:both;
}

