.content{
    width: 1200px;
    margin: 0 auto;
}
.dqwz{
    height: 43px;
    background-color: #ededed;
    display: none;
}
.dqwzcon{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}
.dqwzcon img{
    margin-right: 5px;
}
.dqwzcon a{
    color: #000000;
    margin: 0 8px;
}

.main {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

.main-left {
	float: left;
	width: 288px;
	min-height: 900px;
	overflow: hidden;
	/* position: relative; */
}

.main-left-title {
	height: 70px;
	line-height: 60px;
	text-align: center;
	background: url(yjlm_03.png) no-repeat;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	z-index: 999;
}

.main-left-list {
	background: #f5f5f5;
	padding: 10px 15px;
	width: 290px;
	height: 700px;
	margin-top: -10px;
	margin-left: 8px;
	min-height: 840px;
}

.main-left-list li {
	height: 48px;
	line-height: 48px;
	padding-left: 25px;
	background: url(jt.png) no-repeat 0px center;
}

.main-left-list li a {
	color: #666666;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 150px;
}

.main-left-list li:hover, .main-left-list li.on {
	background: url(jthov.png) no-repeat 0px center;
}
.main-right {
	float: right;
	width: 890px;
	background: #f9f9f9;
	padding: 15px 25px;
	/* position: absolute;
	right: 0;
	top: 0;
	bottom: 0; */
}

.main-right ul li {
	overflow: hidden;
	background: url(dian.png) no-repeat left 21px;
	padding: 6px 0 6px 15px;
}

.main-right ul li a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.main-right ul li span {
	margin-left: 32px;
}

