body{
	background: #f6f6f6;
}
#main{
	padding: 50px 100px;
	margin: 0 auto;
	width: 1200px;
	background: #fff;
}
#main h2{
	font-size: 36px;
	color: #2475c1;
	line-height: 70px;
}
.info{
	font-size: 14px;
	color: #757575;
	line-height: 70px;
	border-top: 1px solid #bebebe;
}
#detail{
	line-height: 36px;
}

#detail p{ padding-bottom:20px;
}

.newslist img{
	width: 308px;
	height: 185px;
}
.newsbox{
	width: 860px;
}
.news-tit{
	padding: 20px 0 12px;
	border-bottom: 1px solid #a2a2a2;
}
.news-tit strong{
	font-size: 24px;
	color: #000;
}
.news-tit span{
	padding-left: 20px;
	font-size: 12px;
	color: #696969;
}
.news-msg{
	margin-top: 20px;
	font-size: 16px;
	color: #757575;
	line-height: 30px;
}
















