.w {
	width: 1200px;
	margin: 0 auto;
}

.con-box {
	padding: 30px;
	margin: 30px auto 0;
	background-color: #fff;
	border-radius: 20px;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 14px;
	color: #454545;
	background: url(dqwz_pic.png) no-repeat 1px 17px;
}

.position .position-txt a {
	color: #454545;
}

.position .position-txt a:hover {
	color: #427fda;
}

/*内容*/
.con {
	margin-top: 15px;
	margin-bottom: 30px;
}

/*左侧*/
.con .con-left {
	padding: 70px 0 0;
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	border-top: 0;
	position: relative;
	box-sizing: border-box;
}

.con-left .con-left-title {
	width: 280px;
	height: 57px;
	line-height: 48px;
	padding-left: 65px;
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background: url(lm_bj.png) no-repeat;
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 100;
}

/*左侧信息列表*/

.con-left .con-leftn-list {
	width: 269px;
	color: #333;
}

.con-leftn-list li {
	width: 100%;
	line-height: 32px;
	border-bottom: 1px #e3e3e3 solid;
}

.con-leftn-list li a {
	background: url(gray_triangle.png) no-repeat 222px;
	font-size: 17px;
	color: #333;
	width: 100%;
	display: block;
	padding: 10px 60px 10px 48px;
	border-left: 6px solid #f9f9f9;
}

.con-leftn-list li:hover a {
	background: url(lm_gl.png) no-repeat 222px;
	border-left: 6px solid #ff8100;
	color: #355e92;
}

.con-leftn-list li.con-list-li a {
	background: url(lm_gl.png) no-repeat 222px;
	border-left: 6px solid #ff8100;
	color: #355e92;
}

/*右侧*/
.con .con-right {
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	box-sizing: border-box;
}

.con .con-right ul {
	width: 829px;
	min-height: 500px;
	padding: 10px 25px;
	overflow: hidden;
}

/*右侧信息列表*/
.con-right li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 12px;
	background: url(tylm_pic_02.png) no-repeat left center;
	border-bottom: 1px #dedede dotted;
	overflow: hidden;
}

.con-right li a {
	font-size: 17px;
	color: #333;
}

.con-right li a:hover {
	color: #427fda;
}

.con-right li span {
	float: right;
	font-size: 17px;
	color: #999;
}