/* 同盛塑木 - 与原站风格对齐的补充样式 */
/* 原 index.css 未给 .menu 设置背景，这里补上与原站一致的深绿菜单条，保证白色菜单文字可见 */
/* .menu{ background:#3d9403; } */
.menu li a {
	height: 42px;
}

/* 让 content 内的图片自适应，避免 CMS 正文大图溢出 1002 容器 */
.content img {
	max-width: 100%;
	height: auto;
}

/* 详情页正文与列表的基础排版 */
.ptitle h1,
.newstitle h1 {
	font-family: "Microsoft YaHei", "微软雅黑", Arial;
}

/* 分页样式（统一为绿底风格，覆盖 index.css 中 .fenye 的 height/overflow/bg 以保证所有栏目一致） */
.text-center.pager,
.fenye {
	height: auto;
	overflow: visible;
	background: none;
	clear: both;
	text-align: center;
	margin: 12px auto;
	line-height: 30px;
	font-size: 13px;
}

.text-center.pager .pagination,
.fenye .pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.text-center.pager .pagination li,
.fenye .pagination li {
	display: inline;
	float: left;
	height: auto;
	line-height: 30px;
	width: auto;
	margin: 0;
	padding: 0;
}

.text-center.pager .pagination li a,
.text-center.pager .pagination li span,
.fenye .pagination li a,
.fenye .pagination li span {
	background: #fff;
	margin: 0 1px;
	padding: 4px 8px;
	border: 1px solid #AECD9E;
	color: #A0A0A0;
}

.text-center.pager .pagination li.active span,
.fenye .pagination li.active span {
	background: #3D9403;
	color: #fff;
	border: 1px solid #3D9403;
}

/* 新闻/知识列表 */
.newslist {
	margin-top: 3px;
	border: #ccc 1px solid;
	padding: 10px;
	line-height: 24px;
	min-height: 300px;
}

/* .newslist li {
	height: 30px;
	line-height: 30px;
	border-bottom: #eee 1px dashed;
	overflow: hidden;
}

.newslist li span {
	float: right;
	color: #999;
	font-family: Arial;
	margin-right: 8px;
}

.newslist li a {
	display: block;
	overflow: hidden;
}

.newslist li a:hover {
	text-decoration: underline;
	color: #2d7b04;
} */

/* 产品图片网格 */
.productlist {
	margin-top: 3px;
	border: #ccc 1px solid;
	padding: 14px;
	line-height: 24px;
	min-height: 300px;
	overflow: hidden;
}

.productlist .product-item {
	float: left;
	margin: 0 8px 12px 8px;
	text-align: center;
	/* width: 160px; */
	width: 160px;
	height: 150px;
	float: left;
	text-align: center;
	padding: 0 9px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.productlist .product-item img {
	padding: 2px;
	/* border: #ccc 1px solid; */
	width: 150px;
	height: 112px;
}

.productlist .product-item p {
	margin: 6px 0 0;
	font-size: 12px;
	color: #555;
}