div#newsquery {
margin:0px;
padding:20px;
background: rgba(255,255,255,0.3);
min-height:580px;
}

div#newsquery ul{
margin:0;
padding:0;
}

div#newsquery li{
list-style-type: none;
height:42px;
font-size: 14px;
line-height:42px;
overflow: hidden;
border-bottom:1px #5A100F solid;
/*background:url(../images/line.gif) 0px 0px no-repeat;*/
}

div#newsquery a:link,div#newsquery a:visited,div#newsquery a:active{
text-decoration: none;
font-size: 14px;
line-height:42px;
color:#000000;
}

div#newsquery a:hover{
text-decoration: none;
font-size: 14px;
line-height:42px;
color:#ff6600;
}


div#newsquery li.title{
padding-left:20px;
}


div#newsquery div.title{
float:left;
font-size: 14px;
line-height:42px;
}

div#newsquery .time{
float:right;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
line-height:42px;
padding-right:5px;
color:#999;
}
