.news_1, .news_2{
	overflow: hidden; 
	cursor:pointer;
	direction: ltr;
	font-size: 11px;
	font-style: normal;
}
.news_1 .content1, .news_2 .content2{
	white-space:nowrap;
}
.news_1 .content1 a, .news_2 .content2 a{
	text-decoration: none;
}
.news_3{
	border: 1px solid gray; 
	overflow: hidden; 
	height: 200px;
	width: 160px;
	cursor:pointer;
	padding:3px;
}
.news_3 .content3{
	height:100%;
}
.news_4, .news_5{
	border: 1px solid gray; 
	width: 160px;
	height:auto;
	cursor:pointer;
	padding:3px;
}
.news_4 .content4,.news_5 .content5{	
}
.news_6 {
	position:relative;
	width:160px;
	height:auto;
	border:1px solid gray; 
	overflow:hidden; 
	visibility:visible;
	padding:4px;
	cursor:pointer;
}
.news_6 .content6 {
}
.news_6 .content6 .item{
	display:none;
}