.news_preview
{
    font-size: 12px;
	line-height: 16px;
    margin: 0px 0px 0px 38px;
    width: 160px;
}
.news_preview_title
{
    background-image: url('../image/news_announcement_bg.jpg');
    color: #FFF;
	font-size: 12px;
    text-align:center;
    padding: 5px 0px 3px 0px;
}
.news_preview_content
{
    overflow:hidden;
    font-weight:bold;
    background-image: url('../image/news_announce_bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 20px;
}
.news_preview_content ul
{
    margin: 0px;
    padding: 0px;
}
.news_preview_content ul li
{
    padding: 10px 10px 0px 10px;
    margin: 0px;
    list-style-type: none;
    background-color: #7F8083;
}
.news_preview_content a
{
    color: #FFF;
    text-decoration: none;
}
