.dqwz_box{
	width: 100%;
	height: 40px;
	background: #ededed;
}
.dqwz{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 23px;
	background: url(dqwz.png) no-repeat 3px center;
	font-size: 13px;
}
.main{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
}
.main_left{
	float: left;
	width: 300px;
	overflow: hidden;
}
.main_left_tlt{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	background: url(js_lm_bg.png) no-repeat center;
}
.main_left_cont{
	width: 100%;
	padding: 20px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}
.main_left_cont .part1{
	width: 100%;
	overflow: hidden;
	background: #e4e8f0;
	border-bottom: 1px solid #ffffff;
}
.out_lm{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 17px;
	background: url(js_lm_bg1.png) no-repeat 14px center #2a7ccf;
	cursor: pointer;
}
.out_lm a{
	width: 100%;
	height: 100%;
	padding-left: 40px;
	display: block;
	color: #ffffff !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner_lm{
	width: 100%;
	overflow: hidden;
	padding-bottom: 17px;
	display: none;
}
.inner_lm a{
	width: 100%;
	display: block;
	line-height: 15px;
	font-size: 15px;
	padding-top: 17px;
	color: #333333;
	padding-left: 70px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_left_cont .part1.hover{
	border-bottom: 0;
}
.main_left_cont .part1.hover .inner_lm{
	display: block;
}
.main_right{
	float: right;
	width: 870px;
	overflow: hidden;
}
