﻿._gallery_list ul{
    padding:0;
    margin:0;
}
._gallery_list ul li{
    list-style: none;
    padding: 8px 10px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
}
._gallery_list ul li a{
    text-decoration:none;
}
.col-4{
    float:left;
    width:33%;
}
._gallery_right{
    padding:0;
    margin:0;
    overflow:hidden;
    background:#eee;
}
._gallery_right li{
    list-style:none;
    padding:10px;
}
.main-page-con{
    margin-bottom:15px;
}
#video-container{
    height:480px;
    /*margin-bottom: 20px;*/
}
.video-child{
    height:175px;
    width:100%;
}
.title_video{
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    height:37px;
}