
.filter li{
    overflow: visible;
    padding-top: 16px;
    padding-bottom: 0px;
}
.filter li div.qhshowc{
    height:auto;
    overflow: visible;
}
.kemu{
    float: left;
    margin: 0px 0px 6px;
    display: inline-block;
    width:auto !important;
    position: relative;
}

.kemu-second{
    position: absolute;
    left: 0px;
    top: 25px;
    border: 1px solid #f5a962;
    width: 170px !important;
    background: #fff;
    z-index: 9999;
    padding: 2px 4px;
    display: none;
}
.kemu:hover .kemu-second{
    display: block;
}

.subMeetingListItem .itemDate{
    width:124px;
    height:70px;
    padding-top: 2px;
}
.subMeetingListItem .itemDate .itemDateInfo{
    width:100%;
    height:100%;
    padding:0;
}
.subMeetingListItem .itemDate img{
    width:100%;
    min-height: 70px;
}
.filter {
    overflow: visible;
}