﻿#News_Default_List {
}

    #News_Default_List .NewsList {
    }

        #News_Default_List .NewsList .NewsItem {
            position: relative;
            display: block;
            letter-spacing: 1px;
            padding-left: 18px;
            margin-top: 5px;
            width:560px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            border-bottom: 1px dotted #aaaaaa;
            background-image: url('/News/_Image/News_Default_List/NewIcon1.png');
            background-repeat: no-repeat;
            background-position: 4px center;
        }

            #News_Default_List .NewsList .NewsItem:hover {
                background-image: url('/News/_Image/News_Default_List/NewIcon2.png');
                background-position: 0 center;
            }

            #News_Default_List .NewsList .NewsItem .Date {
                font-weight: bold;
                color: #666666;
            }

            #News_Default_List .NewsList .NewsItem .NewsItemText {
                padding-left: 15px;
                font-size: 15px;
                font-weight: bold;
                color: #4ba0af;
            }

            #News_Default_List .NewsList .NewsItem .Description {
                padding-left: 8px;
                color: #a6a6a6;
            }
