@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/nybottombg.png) no-repeat bottom center;
}
.sideMenu {
	text-align:right;
}
.sideMenu h3 {
	height:45px;
	line-height:45px;
	border-top:1px solid #e3e3e3;
	cursor:pointer;
	font:normal 14px/45px "Microsoft YaHei";
	border-bottom:2px #000 solid;
}
.sideMenu h3.on {
	border-bottom:2px #06699a solid;
	color:#06699a;
	background:url(../images/nylibg.png) no-repeat 180px center;
}
.sideMenu h3 em {
	float:right;
	display:block;
	width:40px;
	height:32px;
	background:url(images/icoAdd.png) 16px 12px no-repeat;
	cursor:pointer;
}
.sideMenu h3.on em {
	background-position:16px -57px;
}
.sideMenu ul {
	padding:8px 25px;
	color:#999;
	display:none;
	line-height:26px; /* 默认都隐藏 */
}
.sideMenu ul a:hover {
	color:#06699a;
}
.nyh h6 {
	font-size:14px;
	border-bottom:1px #000 solid;
	text-align:center;
	line-height:33px;
	color:#000;
	font-family:"微软雅黑";
}
.nyh span.data {
	text-align:center;
	display:block;
	color:#a3a3a3;
	line-height:30px;
	margin-bottom:20px;
}
.more {
	display:block;
	width:87px;
	height:21px;
	border:1px #e0e0e0 solid;
	background:#fff;
	border-radius:11px;
	position:relative;
	z-index:8;
	color:#06699a;
	text-align:center;
	line-height:22px;
}
.more:hover {
	background:#06699a;
	color:#fff;
}
.litop {
	height:30px;
	line-height:30px;
	border-bottom:1px #323331 solid;
	margin:10px 0;
	padding:0 20px;	
}
.litop h6 {
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	float:left;
	width:600px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}	
.litop span.data {
	float:right;
	width:100px;
	text-align:right;	
	color:#989a96;
}
#ahoutright .p {
	padding:0 20px;	
	color:#8d8d8d;
	margin-bottom:10px;
	line-height:20px;
}
#ahoutright .news li .more {
	margin-left:20px;	
}
#page {
	font-size:14px;	
	border-top:1px #81cbaf solid;
	margin-top:40px;
	padding-top:23px;
}
#page .prev,#page .next {
	font-size:18px;	
}
#page ul li {
	display:inline-block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	border:1px #ccc solid;	
}
#page ul li a {
	display:block;
	width:100%;
	height:100%;	
}
#page ul li a.on {
	color:#069203;
}
#page .go {
	color:#666;
	font-family:"微软雅黑";	
}
#page .go input {
	height:26px;
	width:26px;
	border:1px #ccc solid;
	background:#fff;	
	margin-left:5px;
	line-height:26px;
}
#page .go a {
	display:inline-block;
	border:1px #ccc solid;
	background:#fff;	
	margin-left:5px;
	height:26px;
	width:26px;
	line-height:26px;
	vertical-align:middle;
	text-align:center;
	color:#666;
}