@charset "utf-8";
/*----新闻页-----*/
#content>hgroup {
	height: auto !important;
	overflow: hidden;
	margin-bottom:20px;
}
/*-----产品列表标题-----*/
#content>hgroup>.product-list-1 img {
	float: left;
	width: 28%;
}
#content>hgroup>.product-list-1 figcaption {
	float: left;
	width: 72%;
}
/*-------新闻详情页----*/
#content .news-info {
	height: auto !important;
	overflow: hidden;
	padding: 20px 25px 0px 25px;
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.6em;
	padding: 5px 0;
	font-weight: normal;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3em;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	font-size: 1.5em;
	padding: 12px 0px 20px 0px;
	line-height: 26px;
}
.news-info .news-body .proimgs {
	text-align: center;
	margin-bottom:25px;
}
.news-info .news-body .proimgs img{
	max-width: 100%;
	vertical-align: middle;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.news-info .news-body .EnProDes {
	height: auto !important;
	overflow: hidden;
}
.news-info .news-body p {
	margin-bottom: 15px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info table {
	width: 100%;
	border-collapse: collapse;
}
.news-info table, .news-info table th, .news-info table td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news-info table td {
	padding-left: 5px;
	font-size: 14px;
}