﻿@import url(public.css);
@import url(master.css);

.news_list{ padding:20px 10px; }

.news_list table{}
.news_list table thead{ height:26px; line-height:26px; background-color:#ddd; }
.news_list table thead td{ text-align:center; }
.news_list table tbody{}
.news_list table tbody td{ height:30px; line-height:30px; border-bottom:1px dashed #ddd; text-align:center; }
.news_list table td.floatleft{ padding-left:20px; background:url(icon04.gif) no-repeat left center; text-align:left; }
.news_list table td.none{ background:none; text-align:left; padding-left:20px; }

.news_list ul{}
.news_list ul li{ height:30px; line-height:30px; overflow:hidden; padding-left:15px; border-bottom:1px dashed #ccc; position:relative; background:url(icon07.gif) no-repeat left center; }
.news_list ul li a{ color:#000; }
.news_list ul li a:hover{ color:#f00; }
.news_list ul li span{ position:absolute; right:0; top:0; color:#000; }
