<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@首页正文模块栏目公用样式*/
#pages
{
	width: 950px;
	margin:0 auto 10px;
	background-color:#FFF;
}
.columns .column1
{
	margin-right: 5px;
}
.item ,.sideCol
{
	margin-bottom: 8px;
	width: 100%;
	background-color:#fff;
}
.item h3, .sideCol h3{
	background:url(item_tit.gif) left top no-repeat;
	border:1px solid #97B837;
}
.item h3 a, .sideCol h3 a
{
	color:#4D6300;
}



/*********首页整理**********
/****共同属性****/
/****图文类------Exp:公司简介***/
.index_graphic
{
	word-wrap: break-word; /* IE */
}
.index_graphic dl
{
	width: 100%;
	clear: both;
}
.index_graphic dl dt
{
	float: left;
	width: 100px;
	height: 80px;
	border: 3px solid #E5E5E5;
	margin-right: 7px;
}
/****图片展示------Exp:产品展示****/
.index_pic ul li
{
	float: left;
	margin-right: 10px;
	_display:inline; /*修正IE6 双倍边距bug*/
	/*width:105px;
	height:90px;*/
}
.index_pic ul li div.img
{
	/*width: 97px;
	height: 70px;*/
	overflow: hidden;
	border: 4px solid #E5E5E5;
}
.index_pic ul li img
{
	width: 100%;
}
.index_pic ul li a
{
	line-height: 20px;
}
.index_pic ul li div.protxt
{
	width: 100%;
	margin-bottom: 5px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/***文章列表------Exp:新闻列表****/

.index_list .tline
{
	width: auto;
	height: 90px;
	overflow:hidden;
	position:relative;
	padding-left:110px;
}
.index_list .tline .tpic
{
	width: 100px;
	height: 80px;
	border: 1px solid #E5E5E5;
	padding: 2px;
	float:left;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}

.index_list .tline h1 a
{
	font-size: 12px;
	display: block;
	line-height: 21px;
	letter-spacing: 1px;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;			
}
.index_list .tline p
{
	line-height: 19px;
}

.index_list .ulist dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear: both;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dashed #EAEAEA;
	width: 100%;
}
.index_list .ulist dl dd span.title
{
	display: inline-block;
	width: 99%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index_list .ulist dl dd span.pubtime
{
	display:none;
}

.index_news span.title
{
	padding-left:10px;
	background:url(bullet.gif) left center no-repeat;
}


/*@留言*/
.index_comments dl dd
{
	text-indent: 2em;
	line-height: 21px;
	border-bottom: 1px dashed #EAEAEA;
	margin-bottom:3px;
	background:url(ico-comment.gif) 2px 4px no-repeat;
}

/*@会员登陆*/
.index_interact li
{
	height:28px;
	line-height:28px;
}
.index_interact small
{
	width:28%;
	display:inline-block;
	padding-right:5px;
	text-align:right;
}
.index_interact .text
{
	width:62%;
}
.index_interact img
{
	vertical-align:middle;
}
.index_interact li.sub
{
	margin-top:5px;
}
.index_interact li.sub input
{
	margin-right:10px;
}

.index_slide .slide_textbg
{
	background-color:#e31c9d;
}</pre></body></html>