@media screen and (max-width: 800px) {
    .video{
        padding-top:0;
    }

    .video .left{
        width:100%;
        height: auto;
    }
    .video .left .list {
        width: 100%;
    }
    .video .left .list ul{
        padding:0;
        margin-left: 0;
    }
    .video .left .list ul li{
        width:44%;
        height:auto;
        padding:0;
        margin-left: 4%;
        border-radius: 5px;
        overflow: hidden;
        margin-top:20px;
    }
    .video .left .list ul li .pic {
        width: 100%;
        height: 0;
        padding-bottom: 92.9%;
        overflow: hidden;
    }
    .video .left .list ul li .pic img {
        width: 130%;
        height: auto;
    }
    .video .left .list ul li .title {
        padding-top: 5px;
        text-align: center;
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
        line-height: 20px;
        /* padding: 0px 0 0 0; */
        width:94%;
        padding-left: 3%;
        padding-right: 3%;
        height:24px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        background-color: white;
    }
    .video .left .list ul li .title a{
        color:#1A1A3E;
        width:100%;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .video .left .list ul li .bofang {
        display: none;
    }    
    .video .left .list ul li .bofang_m {
        display: block!important;
        width:100%;
        position: absolute;
        top:7.5%;
        left:0;
    }
    .video .left .list ul li .bofang_m img{
        width:100%;
    }

    .video .left .list {
        min-height: 0px;
    }
    .pagelist{
        display: block;
        /* width:370px; */
        margin:0 auto;
        margin-top: 40px;
        font-size: 13px;
        /* background-color: aqua */
    }
    .video_bottom{
        margin-top:50px;
        width:100%;
    }
    .video_bottom img{
        width:100%;
    }
    .fixed_video{
        margin-top:35px;
    }
    .fixed_video li{
        width:92%;
        margin:0 auto;
        color:white;
        font-size:16px;
        border-radius:8px;
        overflow: hidden;
        margin-top:20px;
        position: relative;
    }
    .fixed_video li .pic{
        width:100%;
        height:0;
        padding-bottom:47.5%;
        overflow: hidden; 
    }
    .fixed_video li .pic img{
        width:100%;
    }
    .fixed_video li .bofang{
        position: absolute;
        top:0;
        left:0;
        width:100%;
    }
    .fixed_video li .bofang img{
        width:100%;
    }
    .title_fixed_video{
        color: white;
        /* color: #1A1A3E; */
        /* height:30px; */
        line-height: 40px;
        overflow: hidden;
    }
    .title_fixed_video p:first-child{
        float:left;
        margin-left: 3%;
    }
    .title_fixed_video p:last-child{
        float:right;
        margin-right: 3%;
    }
}