#banner{ width:100%; height:450px;background:url(../images/news_banner.jpg) no-repeat center top;}
#banner .content{ width:1200px; margin:0 auto;}
#banner .content .title{ text-align:center;}
#banner .content .title img{ margin-top:160px;}

/*列表*/
.list_pic{
	width:1200px;
	margin:0 auto;
	position: relative;
	box-shadow: 0px 6px 7px -2px #ccc;
	-webkit-box-shadow: 0px 6px 7px -2px #ccc;
	-moz-box-shadow:0px 6px 7px -2px #ccc;
}
.list_top{
	height:36px;
	border-bottom:1px solid #e6e6e6;
}
.list{
	width:1200px;
	margin:0px auto;
	background:#fff;
	padding:30px 0px;
	margin-bottom:55px;
}
.list_fl{
	width:1200px;
	margin:0px auto;
}
.list_fl{
	float:left;
	width:600px;
}
.list_fl li{
	float:left;
}
.list_fl li a{
	display: block;	
	height:35px;	
}
.list_fl li span{
	display: inline-block;
	line-height: 12px;
	font-size:16px;
	padding:0px 15px;
	border-right:1px solid #e6e6e6;
}
.list_fl li.cur a{
	border-bottom:3px solid #772704;
}
.list_fl li a:hover{
	border-bottom:3px solid #772704;
}
.list_fl li.cur a span{
	color:#772704;
}
.list_fl li a:hover span{
	color:#772704;
}
.position{
	float:right;
	line-height:18px;
	padding-right: 10px;
}
/*列表页内容*/
.list_con{
	padding:40px 20px 0px;
	position: relative;
}


.arc_left{
	float:left;
}
.arc_left img{
	width:275px;
	height:430px;
}
.arc_right{
	float:right;
	width:780px;
	margin-right:20px;
}
.arc_right dl dt{
	width:130px;
	height:32px;
	background:#772704;
	font-size:20px;
	color:#fff;
	text-align: center;
	line-height: 32px;
	margin-bottom:15px;
}
.arc_right dl dd{
	margin-bottom:15px;
	color:#4c4c4c;
}
.arc_right dl dd p,.arc_right dl dd span,.arc_right dl dd a{
	color:#4c4c4c;
}

.list_next{
	float:left;
	width:100%;
	padding:10px 0px;
}























