﻿.header .selectinput {
    width: 76%!important;
}
.divLeft {
    height: 100%;
    float: left;
    width: 25%;
    overflow-y: auto;
}

.divsort {
    overflow: hidden;
    height: 558px;
}

.divLeftList li {
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #e5e5e5;
    line-height: 46px;
}

.divLeftList {
    background: #fff;
}

.divRight {
    float: right;
    width: 75%;
    height: 100%;
    overflow-y: auto;
}

.divRMain {
    margin-left: 10px;
}

.divRMain img {
    width: 55px;
    height: 55px;
    border: 0;
}

.divLItem li {
    width: 32.8%;
    float: left;
    text-align: center;
}

.divLItem span {
    font-size: 10px;
    color: #686868;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    word-break: break-all;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    z-index: 2;
    position: relative;
}

.divLItem h4 {
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #232326;
    font-weight: normal;
}

.divLCur {
    margin: 19px 7px 0 7px;
}

.divLItem ul {
    border: 0;
    font-size: 1rem;
    padding: 7px 10px 0px 10px;
    overflow: hidden;
    margin-top: 9px;
    background-color: #fff;
}
li.divLSelect {
    background: #eee;
    color: #F19B38;
}
.ulCur{
    display:none;
}
ul.ulCur b {
    color: #F19B38;
}