/*module_ID=3 图片平铺模块_1 风格二 begin*/ 
.layout-lt-plt-hplt-tile-1
{
    width: 100%;
    float: left;
    overflow: hidden;
}
.layout-lt-plt-hplt-tile-1 img
{
    border: none;
}
/* 平铺图片 begin*/
.layout-lt-plt-hplt-tile-1 a
{
    float: left;
}
.layout-lt-plt-hplt-tile-1 .layout-lt-plt-hplt-tile-1-img
{
    margin-right: 10px;
}
.layout-lt-plt-hplt-tile-1 .layout-lt-plt-hplt-tile-1-img-item
{
    width: 31.4%;
    height: 70px;
    border: none;
    -webkit-transform: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
}
.layout-lt-plt-hplt-tile-1 .layout-lt-plt-hplt-tile-1-img-item:hover
{
    -webkit-transform:scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
/* 平铺图片 end*/
/*module_ID=3 风格2 图片平铺模块_1 end*/ 