#nav_one,#nav_two{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	cursor: pointer;
}

.newInformationPage{
	/*height: 1000px;*/
	width: 100%;
	/* border: 1px solid red; */
}
.newInformationPage_box{
	width: 68%;
	height: 90%;
	margin: 59px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 3px rgba(12, 0, 0, 0.05);
	/* border: 1px solid red; */
}
.nip_box{
	width: 90%;
	height: 80%;
	/* border: 1px solid red; */
	margin: 0 auto;
	padding-top: 47px;
	
}
.nip_box_text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.hr{
	width: 851px;
	height: 1px;
	background: #EEEEEE;
	margin-top: 30px;
}
.author{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #535353;
	padding-top: 19px;
}
.article{
	/* border: 1px solid red; */
	height: 80%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	line-height: 26px;
	margin-top: 29px;
	overflow-y: auto;
	text-align: justify;
}
#nip_box_right,#nip_box_left{
	height: 100%;
	width: 100%;
}
.Upward{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #535353;
	margin-top: 40px;
	cursor: pointer;
}
.Upward_text{
	color:#E11111 !important;
	
}
.down{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #535353;
	margin-top: 14px;
	cursor: pointer;
}