/*modelID=583 横向图片平铺13 begin*/
.layout-lt-plt-hplt-tile20 .img-list-box
{
}
.layout-lt-plt-hplt-tile20 .list-img
{
    float: left;
    margin: 10px 2% 10px 0;
    position: relative;
    overflow: hidden;
}
.layout-lt-plt-hplt-tile20 .list-img-spe
{
    margin: 10px 0 10px 0;
}
.layout-lt-plt-hplt-tile20 .all-img
{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
}
.layout-lt-plt-hplt-tile20 .img-list-2 .list-img
{
    width: 49%;
}
.layout-lt-plt-hplt-tile20 .img-list-3 .list-img
{
    width: 32%;
}
.layout-lt-plt-hplt-tile20 .img-list-4 .list-img
{
    width: 23%;
}
/*名称遮罩*/
.layout-lt-plt-hplt-tile20 .title-box
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}
.layout-lt-plt-hplt-tile20 .mask
{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.55;
    position: absolute;
    left: 0;
    top: 0;
}
.layout-lt-plt-hplt-tile20 .line
{
    width: 14%;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.layout-lt-plt-hplt-tile20 .cont
{
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 0 1%;
    max-width: 64%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.layout-lt-plt-hplt-tile20 .china-title
{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.layout-lt-plt-hplt-tile20 .english-title
{
    text-align: center;
}
.layout-lt-plt-hplt-tile20 .cont-box
{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.layout-lt-plt-hplt-tile20 .list-img:hover .title-box
{
    opacity: 1;
    z-index: 1;
}
.layout-lt-plt-hplt-tile20 .list-img:hover .all-img
{
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
/*modelID=583 横向图片平铺13 end*/