.cn_wrapper{
	width:1000px;
	height:340px;
	position:relative;
	color:#fff;
	overflow:hidden;
	    background: #FCB710;
}
.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:400px;
	height:340px;
	position:absolute;
	right:6px;
}
.cn_preview{
	left:0;
	width:605px;
	top:2px;
	height:340px;
}
.cn_content{
	top:350px;/*5*/
	left:5px;
	width:600px;
	position:absolute;
	background-color:#ccc;
	height:340px;
}
.cn_content img {
    height: 333px;
}
.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;
}
.cn_rd_bx{
	width:100%;
	height:65px;
	left:0px;
	bottom:-3px;
	position:absolute;
	background:rgba(0,0,0,0.5);
}
a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:30px;
	bottom:10px;
	width:236px;
	color:#e41f26;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	outline:none;
	cursor:pointer;
}
a.cn_more:hover{
	color: #e41f26;
}
.cn_item{
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:54px;
	color:#fff;
	padding:7px 5px;
	margin:1px 0px 0px 17px;
	background:#fcb710;
	
    border-bottom: 1px solid #000;
}
.cn_item:hover, .selected{
	background: #e1991b;
}
.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{
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	padding:2px;
	overflow:hidden;
	color: #000;
text-align: center;
    margin: 18px 0px 0px 0px;
	    font-size: 20px;
}
.cn_nav{
	width:400px;
	height:24px;
	position:absolute;
	bottom:-5px;
	left:0;
	background:#00436f;
	display:none;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
a.cn_next{
	background-image:url(../images/next.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(../images/prev.png);
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}