#policy {
	background: #fafbfd;
}

.zhengceTit {
	width: 100%;
	height: 88px;
	background-image: url("../../images/zhengce1.png");
	background-size: 262px 88px;
	background-repeat: no-repeat;
}
.zcitem {
	width: 568px;
	height: 90px;
	padding: 20px;
	border-radius: 4px;
	border:1px solid #eeeeee;
	margin-top: 20px;
}

.zcitem:nth-child(2n) {
	margin-left: 20px;
}

.ltBx {
	padding-right: 25px;
	border-right: 1px solid #eeeeee;
	margin-right: 25px;
}

.zcitem:hover .tt {
	color: #3c78fc;
}