body{
	background: url(http://www.rugao.gov.cn/rgzt/yljkzt/img/BG.png) no-repeat top center #f7f7f7;
}
.top{
	width: 100%;
	height: 392px;
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
        margin-top: 100px;
}
.bgItem{
	background: #fff;
	width: 100%;
	padding: 35px;
	border-radius: 20px;
	margin-top: 25px;
}
.bgItem .tit{
	width: 100%;
	position: relative;
}

.bgItem .tit a{
	position: absolute;
	right: 0;
	top: 13px;
	color: #adadad;
	font-size: 16px;
	text-decoration: none;
}
.tzgg ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tzgg ul li{
	width: 550px;
	height: 84px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.tzgg ul li .left{
	width: 80px;
	height: 84px;
	background: #69b5f2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 18px;
}
.tzgg ul li .left .year{
	font-weight: bold;
}
.tzgg ul li .right{
	font-size: 18px;
	color: #000;
	box-sizing: border-box;
	padding: 0 10px;
}
.zcCon{
	display: flex;
	justify-content: space-between;
}
.zcCon .left{
	width: 550px;
}
.zcCon .right{
	width: 565px;
}
.zcCon .left ul li{
	width: 100%;
	height: 140px;
	background: #eaf6ff;
	display:flex;
	flex-direction: column;
	border-radius: 2px;
	justify-content: center;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
	margin-top: 25px;
}
.zcCon .left ul li img{
	position: absolute;
	top: 0;
	left: 8px;
}
.zcCon .left ul li h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 500px;
}
.zcCon .left ul li p{
	color: #707070;
	font-size: 15px;
	margin-top: 20px;
}
.zcCon .right ul li{
	background: url(http://www.rugao.gov.cn/rgzt/yljkzt/img/icon3.png) no-repeat left center;
	text-indent: 15px;
	font-size: 18px;
	line-height: 55px;
	border-bottom: dashed 1px #ccc;

}
.zcCon .right ul li a{
	text-decoration: none;
	color: #000;
}
.zcCon .right ul li span{
	float: right;
	color: #b2b2b2;
}
.ylfw{
	display: flex;
	justify-content: space-between;
}
.ylfw ul{
	display: flex;
	flex-wrap: wrap;
        width: 987px;

}
.ylfw img{
	margin-top: 20px;
}
.ylfw ul li{
	margin-left: 20px;
}
.cjwd ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cjwd ul li{
	width: 550px;
	height: 100px;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	margin-top: 30px;

}
.cjwd ul li .info{
	margin-left: 20px;
}
.cjwd ul li p a{
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}
.cjwd ul li p {
	color:#707070;
	font-size:15px
}
.cjwd ul li img{
	margin-left: 20px;
}

.daCon{
	background: url(http://www.rugao.gov.cn/rgzt/yljkzt/img/cjwdbg2.png) no-repeat;
	width: 100%;
	height: 910px;
}
.daCon .da{
	float: right;
	margin-right: 40px;
}
.daCon .wen{
	width: 550px;
	height: 100px;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	margin-left: 40px;
}
.daCon .wen span{
	font-size: 20px;
	color: #0067b6;
	margin-left: 10px;
}
.bgwd{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
.daInfo{
	width: 832px;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}
.daInfo h1{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.daInfo p{
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	margin-top: 15px;
}
.da .time{
	font-size: 14px;
	color: #0067b6;
	text-align: right;
	line-height: 50px;
}
.daInfo img{
	position: absolute;
	right: 10px;
	top: 20px;
}