.nwPic {
	height: 475px; width: 100%; overflow: hidden;
}
	.nwImg {
		height: 475px; width: 1400px; overflow: hidden;
		display: none;
	}
	.nwTip {
		display: none;
	}


.nwTopBox {
	height: 505px; width: 100%; min-width: 1400px; overflow: hidden;
	margin: 0 auto; padding: 0;
	background-color: #f5f5f5;
}
.nwTop {
	display: block; margin: 90px auto 0; padding: 0;
	height: 336px; width: 1400px; overflow: hidden;
}
.nwtOl {
	display: flex; margin: 0 auto 0; padding: 0;
	height: 336px; width: 1400px; overflow: hidden;
}
	.nwtoLi {
		flex: 1;
		height: 336px; width: 432px; overflow: hidden;
	}
	.nwtoPic {
		display: block; margin: 0; padding: 0;
		height: 336px; width: 432px; overflow: hidden;
	}
	.nwtoLi:nth-child(1) .nwtoPic {

	}
	.nwtoLi:nth-child(2) .nwtoPic {
		margin: 0 auto;
	}
	.nwtoLi:nth-child(3) .nwtoPic {
		margin: 0 0 0 auto;
	}
		.nwtoImg {
			display: block; margin: 0; padding: 0;
			height: 246px; width: 432px; overflow: hidden;
		}
		.nwtoTip {
			display: block; margin: 0; padding: 0;
			height: 70px; width: 432px; overflow: hidden;
			font-size: 24px; line-height: 70px; text-align: center;
 			color: #000000;
		}
			.nwtoLi:hover .nwtoTip {
				color: #1752a3;
			}

.nwListBox {
	display: block; margin: 0 auto; padding: 0;
	min-height: 600px; width: 100%; overflow: hidden;
}
	.nwList {
		display: block; margin: 0 auto; padding: 0;
		min-height: 600px; width: 1400px; overflow: hidden;
	}
	.nwlUl {
		display: block; margin: 0 auto; padding: 0;
		min-height: 600px; width: 1400px; overflow: hidden;
	}
		.nwluLi {
			display: block; margin: 60px 0; padding: 0;
			height: 268px; width: 1400px; overflow: hidden;
			border: 2px solid #eee;
		}
			.nwluLi:hover .nwlulDate {
				background-color: #1752a3;
			}
			.nwlulDate {
				display: block; margin: 0; padding: 0;
				height: 268px; width: 320px; overflow: hidden;
				background-color: #cccccc;
				position: relative;
			}
			.nwlulDate:before {
				position: absolute; right: 0; top: 107px; z-index: 3;
				content: '';
			    width:0; height:0;
			    border-top: 25px solid transparent;
			    border-bottom: 25px solid transparent;
			    border-right: 25px solid #ffffff;
			}
				.month {
					position: absolute; left: 0; top: 90px; z-index: 3;
					height: 50px; width: 320px; overflow: hidden;
					text-align: center; font-size: 40px; line-height: 50px;
					color: #fff;
				}
				.year {
					position: absolute; left: 0; top: 140px; z-index: 3;
					height: 30px; width: 320px; overflow: hidden;
					text-align: center; font-size: 20px; line-height: 30px;
					color: #fff;
				}
			.nwlulMain {
				display: block; margin: 0; padding: 0;
				height: 268px; width: 1020px; overflow: hidden;
			}
				.nwlulmH4 {
					display: block; margin: 0; padding: 0;
					height: 110px; width: 960px; overflow: hidden;
					font-size: 30px; line-height: 110px; 
					color: #000;
				}
				.nwlulmContent {
					display: block; margin: 0; padding: 0;
					height: 144px; width: 960px; overflow: hidden;
					font-size: 18px; line-height: 36px;
					color: #5a5a5a;
				}

.pageBox {
	display: block; margin: 0 auto; padding: 0;
	height: 400px; width: 100%; overflow: hidden;
}
.page {
	display: block; margin: 0 auto; padding: 0;
	height: 400px; width: 1400px; overflow: hidden;
}
.pageUl {
	display: block; margin: 130px auto 0; padding: 0;
	height: 80px; width: 1400px; overflow: hidden;
	text-align: center;
}
	.puLi {
		display: inline-block; margin: 0; padding: 0;
		height: 80px; width: 80px; overflow: hidden; 
		line-height: 80px; font-size: 20px;
	}
		.puLi a {
			display: block; 
			height: 80px; width: 80px; overflow: hidden; 
		}
	.preLi {
		background: url('../img/news_pre_cur.png') no-repeat center center;
		text-indent: -9999px;
	}
	.nextLi {
		background: url('../img/news_next_cur.png') no-repeat center center;
		text-indent: -9999px;
	}