/********************************************
 *
 * 文件注释，说明文件名称和文件所包含内容
 * @file tabCarousel.less
 * @author shangwenhe
 * @create time 2015年06月15日16:04
 * @version {版本信息}  v0.0.1
 *
 * ////////////////////////////////////////
 *
 * @require
 * @describe  描述文件
 * @Modification time
 *
************************************************/

div.display-video {
    position: relative;
    .mod-content {
        position: relative;
        .bd {
            width: 1150px;
            height:auto;
            .tab-block {
                width: 1235px;
            }
        }
    }
    .item {
        padding: 0;
        margin: 0;
        width: 195px;
        .item-title {
            .sub-title {
                height: 1em;
                width: 100%;
                overflow: hidden;
                padding-bottom: 5px;
            }
        }
    }
    .hide-item {
        display: none;
    }
    .show-more {
        margin:20px auto;
        width:200px;
        background-color:#f2f8ff;
        height:42px;
        line-height:42px;
        text-align:center;
        border:1px solid #d0dff1;
        .fis-border-radius(4px);
        display:block;
        color:#366dd1;
        cursor:pointer;
    }
}
.w1024 {
    div.display-video {
        .mod-content {
            position: relative;
            .bd {
                width: 980px;
                .tab-block {
                    width: 1000px;
                }
            }
        }
        .item {
            width: 184px;
        }
    }
}
