body{
	font-family: 微软雅黑;
	margin: 0;
}
/* 当前位置 */
.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: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
.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;
}
.main-right{
	float: right;
	width: 890px;
    border: 1px solid #e6e6e6;
    min-height: 500px;
    background: #f9f9f9;
    padding: 15px 25px;	
}
/* .main-right ul{
	padding: 0  26px;
}
.main-right ul li{
	border-bottom: 1px dashed #eeeeee;
	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;
} */
.main-right ul li{
	float: left;
    margin-left: 15px;
    font-size: 16px;
	margin-top: 10px;
	

    margin: 14px 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    padding: 0 8px;
    background-color: #ffffff;
    font-size: 16px;
    color: #666;
    text-align: center;

}
.main-right ul li a{
	color: #333333
}

.main-right ul li:hover {
background-color: #0085c3;
    color: #fff;
    border-color: #0085c3;

}
.main-right ul li a:hover
{
	color: #ffffff
}

/* 高亮辅助 */
.main-left-list .active{
	background: #dfe6f4 url(lmy-bg3.png) no-repeat 24px center
}
.main-left-list .active a{
	color: #3573b5
}
