/* CSS Document */
.location_box{
	position:relative;
	float:left;
	width:1150px;
	margin-left:50px;
	margin-bottom:60px;
}
/*.location_box .location_title{
	float:left;
	width:1150px;
	font-size:17px;
	color:#434343;
	letter-spacing:27px;
	line-height:30px;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:12px;
	margin-bottom:20px;
}
.location_box .location_title p.yellow{ color:#f0bb00; letter-spacing:0;}*/
.location_box .location_con{
	float:left;
	width:1150px;
	line-height:24px;
}
.lcn_main{
	float:left;
	width:1150px;
	margin-bottom:20px;
	color:#434343;
}
.lcn_main_left{
	float:left;
	width:100px;
	border:1px solid #d2d2d2;
	border-radius:2px;
	font-size:16px;
	text-align:center;
	background:#f6f6f6;	
	margin-right:30px;
	padding:4px 0;
}
.lcn_main_right{
	float:left;
	width:1010px;
}

.lcn_main_right li{
	float:left;
	color:#999999;
	padding:5px 8px;
	margin-right:15px;
}
.lcn_main_right li a{color:#434343;}
.lcn_main_right li:hover{
	background:#f0bb00;
	border-radius:2px;
}
.lcn_main_right li:hover a{
	color:#fff;
}