.cl::after{
    content: '';
    clear: both;
}
#content{
    width: 100%;
    height: 100%;
}
.one_part{
    width: 100%;
    background: #2F3034;
}
.w1200, .two_part, .zglgbycg_box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.one_part video{
    width: 935px;
    height: 550px;
    float: left;
}
.video_img{
    width: 255px;
    height: 127px;
    border:2px solid #2F3034;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-top: 8px;
    /*background: url(../images/sl1.jpg) center no-repeat;*/
    /*background-size: cover;*/
    position: relative;
} 
.yclist_img{
    width:100%;
    height: 100%;
    display: block;
    position: absolute;
}
.video_img .title{
    display: none;
    position: absolute;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: rgba(0,0,0,0.4);
    font-weight: 600;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.video_img .gzd{
    display: none;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
}
.video_img:hover{
    border:2px solid red;
}
.video_img:hover .title{
    display: block;
}
.video_img:hover .gzd{
    display: block;
}
.className{
    font-size: 20px;
    font-weight: 600;
    margin: 45px 0 30px;
}
/*.zglgbycg_box .box_inner .inner_img{
    width: 285px;
    height: 200px;
    background: url(../images/q1.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}*/
.zglgbycg_box .box_inner{
    width: 285px;
    height: 310px;
    display: block;
    color: #666;
    font-size: 12px;
    margin-right: 20px;
    float: left;
    position: relative;
}
.zglgbycg_box .box_inner:nth-child(4n){
    margin-right: 0;
}
.zglgbycg_box .box_inner .inner_img img{
    width: 40px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -19px;
}
.zglgbycg_box .box_inner h1{
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 10px 0 5px;
}
.zglgbycg_box .box_inner .info{
    width: 100px;
    float: left;
}
.zglgbycg_box .box_inner .view{
    margin-left: 10px;
    float: right;
    background: url(../images/eye.png) left center no-repeat;
    background-size: 19px 13px;
}
.zglgbycg_box .box_inner .view span{
    margin-left: 20px;
}
.zglgbycg_box .box_inner .share{
    margin-left: 10px;
    float: right;
    cursor: pointer;
    background: url(../images/slink.png) left center no-repeat;
    background-size: 16px 16px;
}
.zglgbycg_box .box_inner .share span{
    margin-left: 20px;
}
.loadMore{
    width: 270px;
    cursor: pointer;
    margin: 95px auto;
    line-height: 70px;
    text-align: center;
    background: #ddd;
    color: #fff;
    font-size: 26px;
    border-radius: 4px;
}
.loadMore:hover{
    background: red;
}
.shareIcon img{
    width: 30px;
    margin-left: 10px;
}