.news{
width:460px;
display:block;
float:left;
cursor:pointer;
}

/*.news:hover{
background-color:#151515;
}*/

.news .newstitle span{
float:right;
font-family: Arial;
	font-size: 14px;
	line-height:28px;
	color: #1C5A9F;
margin:0px 5px 0px 0px;
width:auto;
}

.news .newstitle{
	display:block;
	font-family: Arial;
	font-size: 18px;
	line-height:28px;
	color: #1C5A9F;
}

.news p {
	margin: 0;	
}

.news_title{
width:450px;
height:20px;
display:none;
border-top:1px solid #3C3C3C;
border-bottom:1px solid #3C3C3C;
background-color:#3C3C3C;
color:#FFFFFF;
font-weight:bold;
font-family: Verdana;
font-size:12px;
padding:0px 0px 0px 10px;
}

.news img{
float:left;
margin: 0 15px 10px 0;
}