﻿div#industryLeft {
    width: 220px;
}

div#industryLeft>div.title {
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 26px;
    background: #DFD1B4;
}

div#industryLeft>ul.columns {
    padding-top: 10px;
    margin-bottom: 20px;
}

div#industryLeft>ul.columns li {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D1D1D1;
    white-space: nowrap;
    overflow: hidden;
}

div#industryLeft>ul.columns li>a {
    font-size: 18px;
}

div#industryLeft>ul.columns>li {
    font-weight: bold;
}

div#industryLeft>ul.columns>ul>li {
    padding-left: 40px;
}