#news{
	width:1200px;
	margin: 0 auto;
	line-height: 
}

#news .newsnav{
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}

#news .newslist{
	width: 1200px;
	margin:0 auto;
	background: #ffffff;
	height: 500px;
}

#news .newslist .leftnav{
	width: 240px;
	float: left;
	height: 500px;
	border-right: 1px solid #dedede;
}
#news .newslist .leftnav ul{

}
#news .newslist .leftnav ul li{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	display: block;
	width: 224px;
	border-bottom:1px solid #dedede;
	padding-left: 16px;
}
#news .newslist .leftnav ul li.cur{
	color: #0D63A9;
	background:url(/static/images/shu_ico.png) left center no-repeat;
	background-size: 4px 20px;

}
#news .newslist .leftnav ul li:hover{
	color: #0D63A9;
	background:url(/static/images/shu_ico.png) left center no-repeat;
	background-size: 4px 20px;
}


#news .newslist .rightcon{
	width: 930px;
	float: right;
	display: block;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#news .newslist .rightcon ul{
	margin-top: 20px;
}
#news .newslist .rightcon ul li{
	width: 930px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	display: block;


}
#news .newslist .rightcon ul li a{
	color: #333333;

}
#news .newslist .rightcon ul li a:hover{
	color: #0D63A9;
}
#news .newslist .rightcon ul li .time{
	float: right;
	color: #666666;
	margin-right: 12px;
}

#news .newscon{
	width: 1200px;
	margin:0 auto;
	background: #ffffff;
	min-height: 500px;
	display: block;
}

#news .newscon .header{
	width: 100%;
	height: 100px;
	border:1px solid #ededed;
}
#news .newscon .header h3{
	font-size: 20px;
	color: #333333;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;

}
#news .newscon .header span{
	
	font-size: 14px;
	color: #666666;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;

	display: block;
}
#news .newscon .ncon{
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}