﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-9-22, 13:55:46
    Author     : EDGRV7GRY476GTBV
*/
.newslistwraper{
	width:540px;
	position:relative;
	height:20px; 
	line-height:20px; 
	overflow:hidden;}
.newslistwraper a.abtn{height:20px;top:0;}
.newslist{
	height:20px; 
	line-height:20px; 
	overflow:hidden;
	position:relative;}
.newslist ul{position:absolute;left:0px;top:0px;width:540px;}
.newslist ul li{}
.newslist ul li img{float:left;margin-top:2px;margin-right:4px;}
.newslist ul li a{font-size:14px;text-decoration: underline;color:black;}
.newslist ul li a:hover{color:red;text-decoration: none;}