﻿.news_host
{
    height: auto;
    position: relative;
    overflow: hidden;
}
.news_date
{
    color: #FF6600;
    font-size: 12px;
    font-family: verdana;
    font-weight: bold;
    width: 100px;
    height: auto;
}
.news_content
{
    height: auto;
    width: 700px;
}
.news_item
{
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    width: 810px;
    height: auto;
    padding:4px;
    overflow: hidden;
}
.news_item div
{
    float:left;
}
.news_item:hover
{
    background-color: #CCCCCC;
}