﻿/*@首页正文模块栏目公用样式*/
.columns .column1
{
	margin-right:5px;
}
.item, .sideCol
{
	margin-bottom:7px;
	border-bottom:1px solid #f0f0f0;
}
.item h3, .sideCol h3
{
	background:url(itemBgTr.gif) top right no-repeat;
	height:35px;
}
.item h3 a, .sideCol h3 a
{
	display:block;
	padding-left:30px;
	background:url(itemBgTL.gif) left top no-repeat;
	height:35px;
	line-height:35px;
}



/*********首页整理**********
/****共同属性****/
.item .indexCon, .sideCol .indexCon
{
	padding:8px 10px 20px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	background-color:#FFF;
}

/*@单页图文类*/
.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: 1px solid #e6e6e6;
	padding:2px;
	margin-right:7px;
}

/*@首页列表类*/
.index_list .ulist dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear:both;
	border-bottom: 1px solid #f0f0f0;
	line-height:28px;
}
.index_list .ulist dd span.title
{
	display:inline-block;
	width:90%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_list .ulist dd span.pubtime
{
	display:none;
}
/****图片展示------Exp:产品展示****/
.index_pic
{
	padding-right:0;
}
.index_pic ul li
{
	float: left;
	margin-right: 11px;
	_display:inline; /*修正IE6 双倍边距bug*/
	/*width:100px;
	height:96px;*/
	margin-bottom:7px;
	background:#f0f0f0;
	border:1px solid #e6e6e6;
}
.index_pic ul li div.img 
{
	/*width:94px;
	height:70px;*/
	overflow:hidden;
	border-bottom: 1px solid #e6e6e6;
	padding:3px;
}
.index_pic ul li img
{
	width:100%;
}
.index_pic ul li a
{
	line-height: 20px;
}
.index_pic ul li div.protxt
{
	width: 100%;
	font-weight:bold;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/*@留言*/
.index_comments dl dd
{
	text-indent: 2em;
	line-height: 21px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:3px;
	background:url(comment.gif) no-repeat 4px 4px;
}

/*@会员登陆*/
.index_interact li
{
	height:28px;
	line-height:28px;
}
.index_interact small
{
	width:30%;
	display:inline-block;
	padding-right:5px;
	text-align:right;
}
.index_interact .text
{
	width:60%;
}
.index_interact img
{
	vertical-align:middle;
}
.index_interact li.sub
{
	margin-top:5px;
}
.index_interact li.sub input
{
	margin-right:10px;
}


/*幻灯片*/
.index_slide
{
	padding:8px 8px 20px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	background:#FFF;
}
.index_slide .slide_textbg
{
	background-color:#a5a5a5;
}