﻿.columns
{
	clear: both;
}
.columns .column1
{
	float: left;
	margin-right: 0.4%;
}
.columns .column2
{
	float: left; 
}
.columns .column3
{
	float: right;
}
.item
{
	color:#333333;		
	margin-bottom: 5px;
	width: auto;
	background:url(right_bg.jpg) bottom right  no-repeat;
}



/****共同属性****/
.indexCon {
	padding:5px 12px 15px 8px;
 	background:url(left_bg.gif) left bottom no-repeat;
	zoom:1;
	overflow:hidden;
}
.indexCon dl,.indexCon ul
{
	overflow:hidden;
	height:100%;
}
/*@单页图文类*/
.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 #ffad00;
	margin-right:7px;
}

/****图片展示------Exp:产品展示****/
.index_pic
{
	padding-left:5px;
	padding-right:0;
}
.index_pic ul li
{
	float: left;
	margin: 0 0 5px;
	_display:inline; /*修正IE6 双倍边距bug*/ 
	width:110px;
	background:url(bg_pro.jpg) no-repeat;
}
.index_pic ul li div.img 
{
	width:96px;
	height:68px;
	overflow:hidden;
	margin:7px auto;
}
.index_pic ul li img
{
	width:100%;
}
.index_pic ul li div.protxt
{
	width: 100%;
	margin-top: 3px;
	height:23px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background:url(zi_bg.jpg) 4px 0 no-repeat;
}
/****图片列表------Exp:产品展示****/
.index_show dl
{
	height: auto;
	width: auto;
	clear: both;
}
.index_show dl dt
{
	width: 96px;
	height: 56px;
	border: 1px solid #555a5e;
	padding: 1px;
	overflow: hidden;
	float: left;
}
.index_show dl dd
{
	float: left;
	margin-left: 7px;
	border-bottom: 1px dotted #4b4f53;
}
.index_show dl dd h1
{
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index_show dl dd span
{
	display: block;
	width: 90%;
	line-height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/***文章列表------Exp:新闻列表****/

.index_list .tline
{
	width: auto;
	height: 60px;
	display: block;
}
.index_list .tline dl dt
{
	width: 96px;
	height: 56px;
	border: 1px solid #ffad00;
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.index_list .tline dl dd 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 dl dd span
{
	line-height: 19px;
	text-indent: 2em;
	color: #666;
}
.index_list .ulist
{
	height:100%;
}
.index_list .ulist dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear:both;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #dfdfdf;
	width: 97%;
}
.index_list .ulist dl dd span.title
{
	display:inline-block;
	width:50%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_list .ulist dl dd span.pubtime
{
	float:right;
	color:#666;
}
/*@留言*/
.index_comments dl dd
{
	text-indent: 2em;
	line-height: 21px;
	border-bottom: 1px dotted #ddd;
	margin-bottom:3px;
	background:url(ico_com.gif) 3px 2px no-repeat;
}

/*@会员登陆*/
.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,index_interact
{
	background:url(left_bg.gif) no-repeat left bottom;
	padding:0 10px 15px 2px;
}


.index_news span.title
{
	padding-left:16px;
	background:url(ico_hr.gif) left center no-repeat;
}

/*首页招聘*/
.index_hr dd a
{
	width:80%;
	display:inline-block;
	padding-left:16px;
	background:url(ico_hr.gif) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_hr em
{
	padding-right:10px;
}


