﻿
.news ul
        {
            margin: 0px;
            padding: 0;
            text-align: left;
        }
        .news ul li
        {
            color: #555555;
            float: left;
            display: block;
            width: 360px;
            list-style: none;
            background: url(left_menu_bullet.gif) 1px center no-repeat;
            border-bottom: 1px #b5b5b6 dashed;
        }
        .news a
        {
            text-indent: 20px;
            line-height: 22px;
            color: #555555;
            text-decoration: none;
            width: 290px;
            display: block;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }
        .news a:hover
        {
            color: #42b1e5;
            text-decoration: none;
        }
        .news ul li span
        {
            line-height: 22px;
            width: 70px;
            float: right;
            font-size: 12px;
            display: block;
            font-family: arial;
            text-align: right;
        }

