<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: url(http://www.rugao.gov.cn/rgzt/jyfwzt/img/bg.png) no-repeat top center #fff;
}
.top{
	width: 100%;
	height: 456px;
}
.main{
	width: 1200px;
	margin: 0 auto;
        margin-top: 20px;
	
}
.item{
	display: flex;
	justify-content: space-between;
        height: 344px;
}
.item .sin{
	width: 584px;
	height: 303px;
	background: #f5fbff;
	border-radius: 20px;
        border: solid 2px #b4d9ff;
}
.itemi{
	display: flex;
	justify-content: space-between;
        height: 344px;
}
.itemi .sin{
	width: 584px;
	height: 303px;
	background: #f5fbff;
	border-radius: 20px;
        border: solid 2px #b4d9ff;
}
.sin{
	position: relative;
}
.sin img{
	position: absolute;
	top: 0;
	left: 158px;
}
.sin ul{

}
.sin ul li{
	color: #121212;
	font-size: 18px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 42px;
	background: url(http://www.rugao.gov.cn/rgzt/jyfwzt/img/icon.png) left no-repeat;
text-indent: 20px;
}
.sin ul li a{
	color: #121212;
}
.sin ul li span{
	float: right;
}
.lineSin{
	height: 284px;
	width: 100%;
	background: #a7c8ff;
	border-radius: 20px;
	margin-top: 100px;
	position: relative;
        border: solid 1px #bdeafb;
}


}
.lineSin .sinTit{
	position: absolute;
	top: -62px;
	left: 394px;
}
.lineSin ul{
	display: flex;
	justify-content: space-between;
	padding: 0px 20px 0 20px;
}</pre></body></html>