.nwPic {
	height: 475px; width: 100%; overflow: hidden;
}
	.nwImg {
		height: 475px; width: 1400px; overflow: hidden;
		display: none;
	}
	.nwTip {
		display: none;
	}

.aMainBox {

}
.aMain {

}
	.amTop {
		border-bottom: 2px dashed #d3d3d3;
		display: block; margin: 60px auto 0; padding: 0;
		height: 80px; width: 1400px; overflow: hidden;
	}
		.amtTabs {
			color: #838282;
			font-size: 18px; line-height: 80px; text-indent: 30px;
			background: url('../img/news_top_lft.png') no-repeat left center;
		}
		.amtReturn {
			display: block; height: 38px; width: 156px; overflow: hidden;
			background: url('../img/news_top_rgt.png') no-repeat left center;
			text-indent: -9999px;
			margin: 21px auto 0; padding: 0;
		}
	.amH4 {
		height: 60px; width: 1400px; overflow: hidden;
		display: block; margin: 60px auto 0; padding: 0;
		font-size: 30px !important; line-height: 2; text-align: center; font-weight: normal;
		color: #333333;
	}
	.amDate {
		height: 50px; width: 1400px; overflow: hidden;
		display: block; margin: 0 auto 50px; padding: 0;
		text-align: center; font-size: 18px; line-height: 50px;
	}
	.amContent {
		min-height: 300px; width: 1260px; overflow: hidden;
		display: block; margin: 0 auto; padding: 0;
	}
	.amPreNext {
		display: block;
		height: 200px; width: 1400px; overflow: hidden;
		margin: 0 auto; padding: 50px 0;
		border-top: 2px dashed #d3d3d3;
	}
		.amPreNext li {
			height: 50px; width: 100%; overflow: hidden;
			display: block; padding: 0; margin: 0;
			line-height: 50px; font-size: 18px; text-indent: 50px;
			color: #666666;
		}
		.amPre {
			background: url('../img/news_pre_cur.png') no-repeat 10px center;
		}
		.amNext {
			background: url('../img/news_next_cur.png') no-repeat 10px center;
		}