﻿/*culture_list 开始*/
.pos a.ptitle{
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:6px;
}

.culture .culture_list{
	width:310px;
	float:left;
	min-height:330px;
	_height:330px;
	padding:0 10px 15px 10px;
	background:#9b0f12;
}
.culture .culture_list h2{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #333;
	font-size:20px;
	font-weight:bold;	
	letter-spacing:5px;
	margin-bottom:5px;
}
.culture .culture_list li{
	padding-left:28px;	
	background:url("../images/culture_list_li.png") no-repeat 10px center;
}
.culture .culture_list a{
	display:inline-block;
	width:270px;
	height:30px;	
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#fff;
}
.culture .culture_list a:hover{
	text-decoration:underline;	
}
/*culture_list 结束*/

/*culture_section 开始*/
.culture_section{
	width:645px;
	float:right;	
}
.culture_section .cus_top{
	border-top:2px solid #000;	
	min-height:240px;
	_height:240px;
	padding-bottom:25px;
}
.culture_section .cus_top .list{
	width:159px;
	float:left;	
	margin-right:82px;
	text-align:center;
}
.culture_section .cus_top .end{
	margin-right:0;	
}
.culture_section .cus_top .list h3{
	height:40px;
	line-height:40px;	
	background:url("../images/cus_top_dt.png") no-repeat left top;
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
}
.culture_section .cus_top .list ul{
	width:115px;
	margin:0 auto;
	border-top:1px solid #848283;	
}
.culture_section .cus_top .list li{
	height:43px;
	line-height:43px;	
	border-bottom:1px solid #848283;	
	font-size:18px;
}
.culture_section .cus_bottom{
	border-top:2px solid #000;	
}
.culture_section .cus_bottom dl{
	height:40px;
	line-height:40px;	
	text-align:center;
}
.culture_section .cus_bottom dt{
	width:159px;
	float:left;
	height:40px;
	background:url("../images/cus_top_dt.png") no-repeat left top;
	font-size:20px;
	font-weight:bold;	
}
.culture_section .cus_bottom dd{
	width:159px;
	float:left;
	font-size:16px;	
}
/*culture_section 结束*/