﻿/*@首页正文模块栏目公用样式*/
#pages
{
	margin-bottom:5px;
}
.columns .column1
{
	float: left;
	margin-right:5px;
}
.columns .column2
{
	float: left;
}
.columns .column3
{
	float: right;
}

.item
{
	margin-bottom: 8px;
	width: auto;
	border:1px solid #e0e0e0;
	background:url(bg_column.gif) repeat-x #FFF;	
	color:#555555;	
	overflow:hidden;
}


.indexCon 
{
	padding:0 8px 5px 8px;
}

/*@单页图文类*/
.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 #e0e0e0;
	margin-right:7px;
}

/*@首页列表类*/
.index_list .tline
{
	width: auto;
	height: 60px;
	display: block;
}
.index_list .tline dl dt
{
	width: 96px;
	height: 56px;
	border: 1px solid #e0e0e0;
	padding: 1px;
	float: left;
	margin-right: 5px;
}
.index_list .tline dl dt img
{
}
.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 dl
{
	width: auto;
}
.index_list .ulist dl dd
{
	clear:both;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
	width: 100%;
}
.index_list .ulist dd span.title
{
	display:inline-block;
	width:45%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;	
}
.index_list .ulist dd span.pubtime
{
	float:right;
	color:#ccc;
}
/*@首页图片类*/
.index_pic
{
	padding-right:0;
}
.index_pic ul li
{
	float: left;
	margin-right: 11px;
	_display:inline; /*修正IE6 双倍边距bug*/
	width:100px;
	height:90px;
	margin-bottom:5px;
}
.index_pic ul li div.img 
{
	width:100px;
	height:70px;
	overflow:hidden;
	border: 1px solid #e5e5e5;
}
.index_pic ul li img
{
	width:100%;
}
.index_pic ul li div.protxt
{
	width: 100%;
	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 dotted #ddd;
	margin-bottom:3px;
}

/*@会员登陆*/
.index_interact li
{
	height:28px;
	line-height:28px;
}
.index_interact small
{
	width:25%;
	display:inline-block;
	padding-right:5px;
	text-align:right;
}
.index_interact .text
{
	width:65%;
}
.index_interact img
{
	vertical-align:middle;
}
.index_interact li.sub
{
	margin-top:5px;
}
.index_interact li.sub input
{
	margin-right:10px;
}

