﻿

.content {
    margin: 6px 8px;
    min-height: 600px;
    height: auto !important;
}

.newsList li {
height: 30px;
    background: url(/images/li_iconbj.png) no-repeat left center;
    line-height: 30px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
}
.newsList li .date{float:right; color:#949494;}
.newsList li a{float:left; color:#676767;padding-left: 15px;font-size: 15px;}
.newsList li:hover,.newsList li a:hover{color: #c7000b; background:#eee;background: url(/images/li_iconbj.png) no-repeat left center;}
.hTitle .menu dt a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}