.page_list {
	height: auto;
	/*background-color: #fff;*/
}
.page_list .list_fl {
	width: 260px;
	min-height: 850px;
	background-color: #F5F5F5;
}
.page_list .list_fl .list_st {
	width: 260px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	letter-spacing: 5px;
	background: url(../images/bg_list_nav.png);
	background-color: #2054BA;
	margin-bottom: 10px;
}
.page_list .list_fl .list_fl_con {
	width: 100%;
	height: auto;
}
.page_list .list_fl .list_fl_con li {
	width: 230px;
	height: 40px;
	line-height: 40px;
	background: url(../images/bg_ldxx_name.png) left center no-repeat;
	padding-left: 30px;
	/*transition: all 0.3s ease-in*/
}
.page_list .list_fl .list_fl_con .on,
.page_list .list_fl .list_fl_con li:hover {
	background: url(../images/bg_ldxx_name_h.png) left center no-repeat;
	background-color: #2054BA;
}
.page_list .list_fl .list_fl_con .on a,
.page_list .list_fl .list_fl_con li:hover a {
	color: #fff;
}

.page_list .list_con {
	overflow: hidden;
	width: 900px;
	height: 870px;
}
.page_list .list_con .line_height {
	border-bottom: 1px dashed #ccc;
	padding: 20px 0;
}
.page_list .list_con .line_height span {
	width: 700px;
}

