.news-wrap{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #2d3134;
	padding-top: 60px;
}
.news-wrap .tit{
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	width: 1200px;
}
.news-wrap .tit:before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	top: 50%;
	background: #a7a7a7;
}
.news-wrap .tit strong{
	color: #a7a7a7;
	font-size: 14px;
	position: relative;
	z-index: 99;
	background: #2d3134;
	padding: 0 12px;
}
.news-wrap .con{
	padding: 40px 7px;
	border-bottom: 1px solid #a7a7a7;
}
.news-wrap .con li{
	float: left;
	width: 570px;
}
.news-wrap .con li.fr{
	float: right;
}
.news-wrap .con li .pic{
	float: left;
	width: 196px;
	height: 132px;
	overflow: hidden;
}
.news-wrap .con li .pic img{
	width: 100%;
}
.news-wrap .con li .info{
	float: left;
	width: 354px;
	height: 132px;
	overflow: hidden;
	margin-left: 20px;
	color: #a7a7a7;
	line-height: 24px;
	font-size: 14px;
}
.news-wrap .con li .info a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #a7a7a7;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer{
	float: left;
	width: 100%;
	min-width: 1200px;
	background: #2d3134;
	padding: 30px 0;
}
.footer .con{
	float: left;
	width: 800px;
	color: #a7a7a7;
	font-size: 14px;
	line-height: 24px;
}
.footer .help a{
	color: #a7a7a7;
	margin: 0 5px;
}
.footer .con .copyright{
	padding: 10px 0 20px 0;
}
.footer .con .link a{
	color: #a7a7a7;
}
.footer .code{
	float: right;
	width: 246px;
}
.footer .code .pic{
	float: left;
	width: 116px;
	height: 116px;
}
.footer .code .info{
	float: left;
	width: 120px;
	margin-left: 10px;
	color: #a7a7a7;
	font-size: 14px;
	line-height: 20px;
}
.footer .code .phone{
	padding-top: 10px;
	color: #33827c;
	font-weight: bold;
}
.footer .code .phone strong{
	font-size: 16px;
	font-weight: bold;
	display: block;
}
