body{
	background: url(http://www.rugao.gov.cn/rgzt/zfztfwzt/img/bg.png) no-repeat top center #f7f7f7;
}
.top{
	width: 100%;
	height: 416px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	background: #ffffff;
	padding: 20px;
	box-sizing: border-box;
        margin-top: 100px;
        border-radius: 20px;   
}
}
.left{
	width: 546px;
}
.right{
	width: auto;
}
.tit span{
	font-size: 26px;
	font-weight: bold;
	color: #3199e2;
	margin-left: 5px;
}
.item{
	display: flex;
	justify-content: space-around;
}
.tit .titCon {
	height: 35px;
	display: flex;
	align-items: center;
	border-bottom:solid 2px #3199e2 ;
	width: fit-content;
}
.tit {
	width: 100%;
	border-bottom:solid 1px #cfcfcf ;
	margin-top: 20px;
}
.list ul{
	margin-top: 10px;
}
.list ul li{
	background: url(http://www.rugao.gov.cn/rgzt/zfztfwzt/img/icon.png) no-repeat left center;
	font-size: 13px;
	text-indent: 2.8px;
	line-height: 40px;
}
.list ul li a{
	color: #656565;
}
.list ul li span{
	color: #acabab;
	float: right;
}
.picCon1{
        margin-top:20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picCon{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picCon  a{
	
	margin-top: 20px;
}
.footer{
	height: 260px;
	background: #fff;
}