@charset "utf-8";
/*----新闻页-----*/
#content>hgroup {
	height: auto !important;
	overflow: hidden;
}
#content>hgroup>figure {
	position: relative;
	border-bottom: 1px solid #DBDBDB;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*-----产品列表标题-----*/
#content>hgroup>.product-list-1 img {
	float: left;
	width: 28%;
}
#content>hgroup>.product-list-1 figcaption {
	float: left;
	width: 72%;
}
/*-----新闻列表标题-----*/
#content>hgroup>.news-list-1 img {
	float: left;
	width: 20%;
}
#content>hgroup>.news-list-1 figcaption {
	float: left;
	width: 80%;
}
#content>hgroup>figure h3 a {
	width: 98%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
/*----新闻列表内容-----*/
#content>hgroup>figure figcaption p {
	font-size: 1.2em;
	line-height: 22px;
	padding: 0 0px 0 15px;
	color: #595757;
}
#content>hgroup>figure figcaption p a {
	color: #e13c00;
}