@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fafafa;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #106db7;
}

ul, li {
	list-style: none;
}

.content-box {
	width: 1340px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*当前位置*/

.position {
	width: 1200px;
	height: 40px;
	background: url(dqwz-icon.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin: 0 auto;
}

.position a {
	color: #666;
}

/*左侧*/

.con-left {
	float: left;
	width: 300px;
	min-height: 450px;
	margin-right: 30px;
	background-color: #f7f7f7;
	padding-bottom: 25px;
	height: 100%;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	display: inline;
}

.con-left .con-left-title {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background-color: #277bbd;
	margin-bottom: 20px;
}

.con-leftn-list {
	width: 100%;
	line-height: 56px;
	font-size: 17px;
}

.con-leftn-list li {
	width: 100%;
	height: 56px;
}

.con-leftn-list li a {
	display: block;
	width: 100%;
	height: 56px;
	padding-left: 36px;
}

.con-leftn-list li:hover {
	background: url(left-list-bg.png) no-repeat left center;
}

.con-leftn-list li a :hover {
	color: #106db7 !important;
}

.li-l {
	width: 100%;
	background: url(left-list-bg.png) no-repeat left center !important;
	height: 56px;
	line-height: 56px;
}

.li-a {
	display: block;
	width: 100%;
	height: 56px;
	padding-left: 36px;
	color: #106db7 !important;
}

/*右侧*/

.con-right {
	float: right;
	width: 870px;
	min-height: 450px;
	font-size: 17px;
	color: #333;
	padding: 10px 20px 20px 25px;
	background-color: #f9f9f9;
	overflow: hidden;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	display: inline;
}

.con-righ-title {
	width: rgb(121, 80, 80);
	height: 54px;
	border-bottom: 1px solid #d6d6d6;
}

.righ-title {
	width: auto;
	height: 54px;
	line-height: 54px;
	font-size: 21px;
	color: #333;
}

.con-righ-list ul li {
	width: 100%; 
	line-height: 58px;
	padding-left: 15px;
	background: url(list-icon.png) no-repeat left center;
	border-bottom: 1px dotted #dcdcdc;
}

.con-righ-list ul li a {
	font-size: 17px;
}

.con-right li span {
	float: right;
	font-size: 17px;
	color: #333;
}