body{
	background: #F5F5F5;
}
.new-title{
	width: 192px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new-title-top{
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #C31F13;
}
.xian{
	width: 24px;
	height: 1px;
	background: #C31F13;
}
.texts{
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
}
.texts-title{
	width: 1024px;
	margin: 0 auto;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.texts-time{
	width: 1024px;
	margin: 32px auto;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.texts-xian{
	width: 1024px;
	height: 1px;
	background: #E5E5E5;
	margin: 0 auto 32px;
}
.texts-content{
	width: 1024px;
	margin: 0px auto 0px;
}
.texts-content img{ text-align:center; max-width:100%; margin:0px auto;
	
}
.page{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-left{
	width: 358px;
	display: flex;
	align-items: center;
	cursor:pointer;
}
.page-img{
	width: 25px;
	height: 21px;
	background-image: url('../img/toback2.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.page-img2{
	width: 25px;
	height: 21px;
	background-image: url('../img/tonext2.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.page-text,.page-text a{
	width: 325px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; text-decoration: none;
	
}
.page-text2,.page-text2 a{
	width: 325px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #C31F13;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;text-decoration: none;
}




.back{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor:pointer;
}
.back>img{
	width: 15px;
	height: 15px;
	margin: 0 2px 0 0 ;
}

