body{
	background: url(http://www.rugao.gov.cn/rgzt/jyztfwzt/img/bg.png) no-repeat top center #f9fbfd;
}
.top{
	width: 100%;
	height: 470px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
.main .item{

	background: #fff;
    position: relative;
    margin-top: 50px;
    width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.zctz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.zctz ul li{
	background: url(http://www.rugao.gov.cn/rgzt/jyztfwzt/img/icon.png) left center no-repeat;
	text-indent: 20px;
	font-size: 16px;
	width: 560px;
	line-height: 45px;
}
.zctz ul li a{
	color: #2a2a2a;
	text-decoration: none;
}
.zctz ul li span{
	color: #999999;
	float: right;
}
.tit{
	position: absolute;
	top: -20px;
	left: 445px;
}
.zdzwxx ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.zdzwxx ul li{
	width: 565px;
	height: 95px;
	background: #f9fbfd;
	border-radius: 20px;
	border: solid 1px #ecf0f5;
	margin-top: 20px;

}
.zdzwxx ul li a p{
	color:#2a2a2a;
	font-size: 16px;
	background: url(http://www.rugao.gov.cn/rgzt/jyztfwzt/img/icon.png) left center no-repeat;
	text-indent: 20px;
	margin-left: 15px;
	line-height: 50px;
}
.zdzwxx ul li a span{
	width: 110px;
	height: 26px;
	background: #8db4e9;
	border-radius: 5px;
	display: block;
	color: #fff;
	line-height: 26px;
	text-align: center;
	margin-left: 28px;
}
.jyfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.jyfw ul li{
	margin-top: 20px;
}
