#nyNews li{width:100%;height:40px;margin:0 auto; background: url(../images/news_icon.png) left center no-repeat; border-bottom:#D9D9D9 1px dotted;padding:0 20px 0 10;color:#000;font-size:12px;position: relative;}
#nyNews li a{height:40px;line-height:40px;display:block; padding-left:25px;color:#575656;font-size:14px;}
#nyNews li span{position: absolute;top:0;right:6px;margin-top:12px;color:#575656;font-size:14px;}
#nyNews li img{margin:13px 10px 0 0;}
#nyNews li a:hover{color:#2156a3;padding-left:25px;}
#nyNews li :hover{ padding-left:20px;transition:all 0.2s linear 0s;}


@media(max-width:768px)
{
	#nyNews li a{width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
white-space: nowrap;}
}

@media(max-width:640px)
{
	
}