﻿/*左边导航*/
.list_le{
	float: left;
	width: 222px;
}
.lx_map{ 
	position: relative;
	height:auto;
}
.list_le{ 
	width: 270px;
	position: absolute;
    top: 110px;
    left: 20px;
}
.list_ri{
	float: right;
	width: 930px;
}
.lx_map .list_le_tit{
	width: 100%;
	height: 50px;
	color: #fff;
	background: #0060a2;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	z-index: 999;
	/*border-bottom: 4px solid #e6c36f;*/
}
.lx_map .list_le_tit .i_size16{
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.lx_map .list_le_nav{
	/*border: 1px solid  #efefef;*/
	overflow: hidden;
	background: #f9f9f9;
} 
.lx_map .list_le_nav li{
	width: 100%;
	height: 41px;
	font-size: 14px;
	border-bottom: 1px dashed #efefef;
	margin-top:-1px; 
	text-align: left;
	line-height: 41px;
	text-indent: 10px;
}
.lx_map .list_le_nav li a{
	color: #333;
	display: block;
	background: url(../img/nav_li.png) no-repeat;
	background-position-x: 190px; 
	background-position-y: 15px;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.lx_map .list_le_nav li:hover{
	background:#2375ae;
}
.lx_map .list_le_nav .li-click{
	background:#2375ae;
}
.lx_map .list_le_nav .li-click a{
	color:white;
}
.lx_map .list_le_nav li a:hover{
	color: #fff;
}
 /*
 * 右边位置
 * 
 */
.list_ri_tit{
	position:relative;
	border-bottom:1px solid #E0E0E0; 
	height: 39px;
}
.list_ri_tit h2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height:39px;
	border-bottom:1px solid #e6c36f;
	margin-bottom: -1px;  
}
.list_ri_tit h3{
	font-size: 16px;
	font-weight: bold;
	line-height:39px;
}
.list_ri_tit p{
	float: right;
	color: #666666;
	font-size: 12px;
	line-height:50px;
	text-transform: uppercase;
	cursor: pointer;
}
.list_ri_tit p a{
	color: #666666;
	margin: 0 5px;
}
.list_ri_tit p a:hover{
	color: #dab96a;
}
.list_ri .list_lx{
padding-top:30px;
}