/*横向图片平铺（带操作）1 begin*/
.layout-lt-plt-hplt-tile-8 .img-bg
{
    float: left;
    position: absolute;
    left: 0;
    top: 0; 
    -webkit-transform: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
}
.layout-lt-plt-hplt-tile-8 .img-bg:hover
{
    float: left;
    position: absolute;
    left: 0;
    top: 0; 
    -webkit-transform:scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.layout-lt-plt-hplt-tile-8 .img-text-list
{
    position: relative;
    text-align: center;
    width: 200px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
}
.layout-lt-plt-hplt-tile-8 .btn
{
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
}
/*横向图片平铺（带操作）1 end*/
