
.cn_item{
	cursor:pointer;
	position:relative;
	overflow:hidden;
	color:#fff;
	padding:5px 10px;
	margin:0;
	background: #fff;
	height:34px;
	border-bottom:1px solid #cccccc;
}
.cn_item h2{
color:#444444;
font-size:13px;
margin:0;
padding:0;
}
.cn_item:hover, .selected{
	background:#e5e5e5;
	text-decoration:none;	
}
.cn_item:active {
text-decoration:none;
}
.wrap_news_more{
width:100%;
margin-top:5px;
}
ul.news_more{
margin:0;
padding:0;
list-style:none;
}
ul.news_more li {
  list-style: none;
  line-height: 22px;
}
ul.news_more li a{
color:#444444;
text-decoration:none;
}
