
  
.cn_wrapper{
    height: 464px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.cn_wrapper h1{
	font-size:20px;
	text-transform:uppercase;
}
.cn_wrapper h2{
	font-size:12px;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	text-transform:uppercase;
}
.cn_preview, .cn_list{
	width:100%;
	height:449px;
	position:absolute;
	top:15px;
	left:0;
	margin: 0 0.2em;
}

.cn_content{
	top:310px;/*5*/
	left:0;
	width:100%;
	padding:10px;
	position:absolute;
	height:275px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_content img{
	width:215px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	text-shadow:-1px 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cn_content p{
	height:57px;
	margin-top:2px;
	overflow:hidden;
}
a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:0px;
	width:236px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}


.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}

.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #444;
}

.cn_nav{
	width:50px;
	height:30px;
	float:right;
}

a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	cursor:pointer;
	outline:none;
	
}


.cn_archnav{
	font-weight:bold;
	width:65px;
	height:30px;
	padding-top:0.7em;
	float:left;
}

a.cn_next{
	background: transparent url("../img/next.png") 0 0 no-repeat;
}
a.cn_prev{
	background: transparent url("../img/prev.png") 0 0 no-repeat;
}
.cn_nav a:hover{

}
.cn_nav a:active{
	margin-top:1px;

}
.cn_nav a.disabled{
/*	opacity:0.5;*/
background-position:0 -27px;

}

.cn_page{
	display:block;
	background: #fff url("../img/bg_news.png") left top no-repeat;
	height: 415px;
	overflow:hidden;
	padding:1.4em 1em;
	line-height: 1em;
	float:left;
}

.cn_page .selected{
	cursor:pointer;	
}

