.newsinfo{
	background: #f5f5f5;
}
.newsinfo .title{
	text-align: center;
	font-size: 26px;
	color: #434343;
	padding-top: 80px;
	padding-bottom: 14px;
}
.newsinfo .time{
	text-align: center;
	font-size: 12px;
	color: #898989;
	margin-bottom: 20px;
}
.newsinfo .infotd{
	border-bottom: 1px solid #b5b5b5;
}
.newsinfo .bdmain{
	border-bottom: 1px solid #b5b5b5;
}
.newsinfo .infobd{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #898989;
	padding: 22px 0;	
}
.newsinfo .infobd div{
	margin-bottom: 50px;
}
.newsinfo .infomenu{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	overflow: hidden;
	height: 53px;
	line-height: 53px;
	position: relative;

}
.newsinfo .infomenu .next{
	float: right;
	color: #777777;
}
.newsinfo .infomenu .menu{
	width: 72px;
	position: absolute;
	left: 50%;
	margin-left: -36px;
	display: block;
}
.newsinfo .infomenu .prev{
	float: left;
	color: #777777;
}
.newsinfo .infobg{
	background: #b5b5b5;
	height: 68px;
}