.contain{
	width: 1200px;
	margin: 0 auto;
}
.dqwz{
	height: 83px;
	width: 100%;
	line-height: 83px;
	font-size: 18px;
}
.dqwz a{
color:#333;
}
.contentleft{
	float: left;
	width: 311px;
	min-height: 782px;
	background-color: #f2f2f2;
	padding: 26px 24px;
}
.tjlmlist li{
	width: 263px;
	min-height: 60px;
	line-height: 60px;
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 24px;
	text-align: center;
}
.tjlmlist li a{
        color:#666
}
.tjlmlist li.on{
background-color: #4256d9;
}
.tjlmlist li.on a{
	color: #fff;
	font-weight: bold;
}
.contentright{
	float: right;
	width: 850px;
}
.contentright li{
	font-size: 24px;
	border-bottom: 1px solid #c8c9d0;
	padding: 30px 0 30px 24px;
	line-height: 36px;
	position: relative;
}
.contentright li:last-child{
	border-bottom: none;
}
.contentright li::after{
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #333;
	left: 0;
	top: 45px;
}