/* NEWS
*******************************************************************************/

#news_box .content {
    height: 296px;
}

#news_box ul {
    padding: 0;
}
#news_box ul li {
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
    padding: 2px 6px;
}
#news_box ul li:last-child { border: none; }
#news_box ul li.first { border-top: 0 none; }
#news_box ul li.last { border-bottom: 0 none; }
#news_box ul li a {
    font-weight: bold;
    line-height: 1.3;
    height: 1.3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
#news_box ul li span {
    font-size: 12px;
    display: block;
    color: #848484;
}

#news_list li {
    line-height: 18px;
}
