
div.news_ra {
	
	position:relative;
	height:70px;
	overflow:hidden;
	margin: 6px 10px 3px 10px;
	/* background:red; */
}

	div.news_ra > p {
	
		font: 12px tahoma bold;
		color:white;
	
	}
	div.news_ra > div.news {
		
		position:absolute;
		top:10px;
		left:300px;
		z-index:15;
		
		
	}
	div.news_ra > div.show {
		
		left: 3px;
		width:178px;
		height:inherit;
		cursor:pointer;
		/* background:green; */
		min-height:48px;
		max-height:55px;
		overflow:hidden;
	}
	
	div.news_ra > div.news p {
		font: 12px tahoma;
		color: #002f4d;
	}
	div.news_ra > div.news p:hover {
		color:white;
	}
	
	div.news_racenter > div.center_short{
		margin-bottom:25px;
		margin-right:25px;
		margin-left:25px;
		width: 435px;
		/* border: 2px red solid;
		background: yellow; */
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	
	div.news_racenter > div.center_short p{
		margin-bottom:5px;
		margin-left:5px;
		font: 12px/15px tahoma;
		border: 1px solid #70b9de;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		display:block;
		padding: 5px;
		
		
	}
	
	div.news_racenter > div.center_short > div#date{
		color:grey;
		font: 12px/15px tahoma italic;
		float:right;
	}
	
	div.news_racenter > div.center_short p:hover{
		background: #cbeaf9;
		cursor: pointer;
	}
	
	div.news_racenter div#date{
		color:grey;
		font: 12px/15px tahoma italic;
	}
	div.news_racenter div#backnews{
		float:right;
		
	}
	
	div.news_racenter div#backnews a{
		font: 14px/18px tahoma;
		text-decoration: none;
	}
	
	div.news_racenter div#backnews a:hover{
		color:#51abd4;
	}
	/* div.news_racenter > */
	
div.news_racenter h1  {
	
	font:24px 'times new roman';
	color:#393939;
	margin-bottom:15px;

}
