/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-10-23, 8:28:30
    Author     : Administrator
*/
/*module_ID=346 上下图文展示 begin*/
.layout-lt-pwlt-udpwlt-udpw-15 .list-box
{
    width: 31.3%;
    margin: 1%;
    padding: 20px 40px;
    color: #333333;
    float: left;
    text-align: center;
    line-height: 24px;
}
.layout-lt-pwlt-udpwlt-udpw-15 .list-box .img-icon
{
    margin: 0 auto;
}
.layout-lt-pwlt-udpwlt-udpw-15 .list-box .img-icon img
{
    width: 90px;
    height: 90px;
}
.layout-lt-pwlt-udpwlt-udpw-15 .list-box .title
{
    font-size: 16px;
    padding: 20px 0 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.layout-lt-pwlt-udpwlt-udpw-15 .list-box .content
{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-all;
}
/*module_ID=346 上下图文展示 end*/