/*
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-9-11, 16:03:15
    Author     : Administrator
*/

.layout-lt-wlt-double-column-lt-3
{
    width: 100%;
    border: 1px solid #DDDDDD;
    min-width: 230px;
}
.layout-lt-wlt-double-column-lt-3 .title
{
    width: 100%;
    height: 52px;
    /*border-bottom: 1px solid #DDDDDD;*/
    background: url(/images/model/layout/lt/wlt/double_column_lt_3/title_bg.png) repeat-x;
    padding: 0 45px;
    position: relative;
}
.layout-lt-wlt-double-column-lt-3 .title-name
{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 46px;
    font-weight: bold;
    color: #52C3DD;
    border-bottom: 1px #DDDDDD dashed;
}
.layout-lt-wlt-double-column-lt-3 .title .left
{
    position: absolute;
    left: 10px;
    top: 0px;
    display: inline-block;
    height: 52px;
    background: url(/images/model/layout/lt/wlt/double_column_lt_3/title_left1.png) no-repeat;
    padding-left: 35px;
}
.layout-lt-wlt-double-column-lt-3 .title .right
{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 59px;
    height: 52px;
    background: url(/images/model/layout/lt/wlt/double_column_lt_3/title_right1.png) no-repeat;
}
.layout-lt-wlt-double-column-lt-3 .title .right a
{
    display: inline-block;
    width: 59px;
    height: 52px;
    color: #52C3DD;
}
.layout-lt-wlt-double-column-lt-3 .list .list_li
{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #DDDDDD dashed;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
    padding: 0 10px 0 18px;
    background: url(/images/model/layout/lt/wlt/double_column_lt_3/double_column_lt_3_list_1.png) no-repeat 10px 15px;
}
.layout-lt-wlt-double-column-lt-3 .list .list_li:last-child
{
    border: none;
}
.layout-lt-wlt-double-column-lt-3 .list .list_li a:hover
{
    color: #EF176C;
}
