﻿@charset "gb2312";
.indexbottom{
	height:241px;
	background-image: url(images/indexcontentbg.gif);
	background-repeat:repeat-y;
	padding:10px;
	padding-top:5px;
	overflow:hidden;
}
.indexbottom .indexculumn{
	float:left;
	display:inline;
	width:312px;
	height:246px;
	margin-left:10px;
	overflow:hidden;
}
.indexbottom .indexculumn .culumntitle{
	background-image:url(images/columntitle.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:75px;
	padding-top:15px;
	line-height:22px;
	font-weight:bold;
	color:#be8e3c;
}
.indexbottom .indexnews{
	float:left;
	display:inline;
	width:300px;
	margin-left:12px;
	height:246px;
	overflow:hidden;
}
.indexbottom .indexnews .indexnewstop{
	background-image:url(images/indexnewstitle.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:65px;
	padding-top:15px;
	line-height:22px;
	font-weight:bold;
	color:#be8e3c;
}
.indexbottom .indexnews .indexnewslist{
	padding-left:8px;
	padding-top:6px;
	padding-right:8px;
	font-size:12px;
	color:#b8b9bb;
}
.indexbottom .indexnews .indexnewslist .indexnewsitem{
	border-bottom:dashed #444549 1px;
}
.indexbottom .indexnews .indexnewslist .indexnewstitle a{
	display: block;
	width:212px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#b8b8b8;
	line-height:26px;
}
.indexbottom .indexnews .indexnewslist .indexnewstitle a:hover{
	color:#8b6b32;
}
/* 专栏 */
.culumncontent{
	padding:10px 10px;
}
.culumncontent .culumnimg{
	width:140px;
	float:left;
}
.culumncontent #rightcul{
	float:right;
}