body {
	font-family: 微软雅黑;
	margin: 0;
	min-width: 1200px;
}

/* 当前位置 */
.weizhi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;
}

.bt-weizhi {
	width: 1200px;
	margin: 0 auto;
	background: url(weizhi.png) no-repeat left center;
	padding-left: 35px;
	color: #333333;
	font-size: 14px;
}

.bt-weizhi a {
	color: #333333;
	font-size: 14px;
}

/* 内容板块1 一网通办 */
.main {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

.main-left {
	float: left;
	width: 288px;
	min-height: 500px;
	overflow: hidden;
	position: relative;
}

.main-left-title {
	height: 70px;
	line-height: 60px;
	text-align: center;
	background: url(lmy-bg1.png);
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	z-index: 999;
}

.main-left-list {
	background: #f2f3fb;
	padding: 10px 26px;
	width: 280px;
	margin-top: -10px;
	margin-left: 8px;
	min-height: 440px;
}

.main-left-list li {
	height: 48px;
	line-height: 48px;
	padding-left: 58px;
	margin-top: 20px;
	background: #dfe6f4 url(lmy-bg2.png) no-repeat 24px 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: #dfe6f4 url(lmy-bg3.png) no-repeat 24px center;
}

.main-left-list li:hover a, .main-left-list li.on a {
	color: #3573b5;
}

.ly-pane {
	border: 1px solid #e6e6e6;
	background: #f9f9f9;
	padding: 15px 25px;
	height: 500px;
}

.ly-list {
	padding: 0 26px;
}

.ly-list li {
	border-bottom: 1px dashed #eeeeee;
	overflow: hidden;
	background: url(dian.png) no-repeat left 21px;
	padding: 6px 0 6px 15px;
}

.ly-list li a {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.ly-list li span {
	margin-left: 32px;
}

/* 高亮辅助 */
.main-left-list .active {
	background: #dfe6f4 url(lmy-bg3.png) no-repeat 24px center
}

.main-left-list .active a {
	color: #3573b5
}

.ly-searchbox {
	height: 110px;
	background: url("12345bg.jpg") center no-repeat;
	position: relative;
}

.ly-form {
	position: absolute;
	top: 30px;
	left: 365px;
}

.ly-input {
	float: left;
	width: 640px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	padding: 10px;
	border: 1px solid #b6b6b6;
}

.ly-input:focus {
	outline: 0;
	border: 1px solid #666;
}

.ly-btn {
	background: #3573b5;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border: 0;
}

.ly-btn:focus {
	outline: 0;
}

.ly-tabs {
	text-align: center;
	margin: 35px 0;
}

.ly-tab {
	display: inline-block;
	color: #3573b5;
	font-size: 21px;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	cursor: default;
	border-radius: 2px;
}

.ly-tab.active {
	color: #fff;
	background: #3573b5;
}