body{
	background: #fff;
}
.panel .top{

}
.panel .main{
	width: 1140px;
	margin: 30px auto;
}
.single{
	height: 360px;
	width: 1140px;
	background: #eef9ff;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 30px;
}
.list{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.list .left{
	width: 524px;
	height: 214px;
	background: #fff;
	border: solid 1px #a3d0ff;
	border-radius: 20px;
	padding:20px;
	box-sizing: border-box;
}
.list .right{
	width: 524px;
	height: 214px;
	background: #fff;
	border: solid 1px #a3d0ff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.list ul li{
	background: url(/rgzt/rugaojynszt/img/icon.png) no-repeat left center;
	text-indent: 2em;
	line-height: 30px;

}
.list ul li a{
	color: #121212;
	font-size: 18px;
	text-decoration: none;
}
.list ul li span{
	color: #121212;
	opacity: .6;
	font-size: 18px;
	float: right;
}
.pic{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.zswd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zswd ul li{
	width: 524px;
	height: 109px;
	background: #fff;
	border: solid 1px #a3d0ff;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}
.zswd ul li{
	display: flex;
	flex-direction: column;

}
.zswd ul li a{
	color: #121212;
	font-size: 18px;
	text-decoration: none;
}
.zswd ul li span{
	color: #121212;
	opacity: .6;
	font-size: 18px;
	float: right;
}
