.video-ul {
    padding-top: 10px;
    padding-bottom: 30px;
}

.clear {
    zoom: 1;
}
.video-ul li {
    width: 100%;
    margin: 30px 20px 0;
    /* float: left; */
}
.video-ul .video-box {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    height: 146px;
    width: 260px;
    float: left;
}
.video-ul li:nth-child(2n) .video-box{
    float: right;
}
.video-ul li:nth-child(2n) .text{
    float: left;
}
.video-ul .text {
    line-height: 82px;
    color: #333;
    font-size: 16px;
    text-align: center;
    width: calc(100% - 260px);
    float: right;
    height: 82px;
    display: block;
    margin-top: 34px;
    background-color: #f7f7f7;
}
.el {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.video-ul .video-box video {
    width: 100%;
    height: 100%;
}
._video-wrapper {
    display: none;
}
._video-container{
    width: 100%;
    height: 100%;
}

.video-ul .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 141px;
}
.video-ul .mask img {
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    cursor: pointer;
}

@media only screen and (max-width: 1600px){
    .video-ul li {
        width: auto;
    }
}
@media only screen and (max-width: 1000px){
    .box1 .find form button {
        top: 0px;
    }
}
@media only screen and (max-width: 500px){
    .video-ul li {
        width: 100% !important;
        margin: 0px;
        float: left;
        padding: 0px;
    }
   .video-ul .video-box{
    width:100%;
}
    .video-ul .text {
        font-size: 14px;
    }
    .video-ul li {
        width: 100% !important;
        margin: 0px;
        float: left;
        padding: 0px;
    }
    .video-ul .text {
        font-size: 14px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
   /* #wp_paging_w999 a {
        height: 29px;
        width: 21%;
    }
    .wp_paging li {
        display: inline-block;
        height: 29px;
        line-height: 29px;
        float: none;
        margin-top: 5px;
        width: 100%;
    }
    #wp_paging_w999 .pagingJump {
        height: 29px;
        width: 72px;
    }
    #wp_paging_w999 .pageNum {
        width: 72px;
        height: 29px;
        margin-top: 0px;
        border: 1px solid #e7e7e7;
        margin-left: 58px;
    }*/
    .video-ul {
        padding-bottom: 0px;
    }
    
}
