.policy-banner {
	position: relative;
	height: 416px;;
	background: url(../images/banner_zcgg.png) no-repeat center center;	
}

.notice-banner {
	background: url(../images/banner_zxdt.png) no-repeat center center;	
}
.policy-box {
	margin-bottom: 70px;
}
.policy-top {
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 48px 0px 
			rgba(89, 97, 120, 0.24);
}

.policy-top-img {
	width: 400px;
	height: 272px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: solid 1px #eaeef4;
	line-height: 272px;
	text-align: center;
	font-size: 0;
}
.policy-top-img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.policy-top-txt {
	position: relative;
	width: 677px;
}
.policy-top-txt  h3 {
	padding-right: 248px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #191a24;
}
.policy-top-txt .time {
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 9;
	font-size: 14px;
	color: #a2aab9;
}
.policy-top-dec {
	margin-top: 28px;
	font-size: 16px;
	line-height: 30px;
	color: #676e80;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.policy-top-txt .lookmore {
	display: block;
	width: 112px;
	height: 40px;
	margin-top: 22px;
	border-radius: 4px;
	border: solid 1px #ff2626;
	line-height: 40px;
	font-size: 16px;
	color: #ff2626;
	text-align: center;
}
.policy-top-txt .lookmore:hover {
	color: #ff2626;
}
.policy-list {
	
}
.policy-item a{
	display: block;
	padding: 25px 0;
	border-bottom: dashed 1px #d7dce2;;
}
.policy-list li:last-of-type a {
	border: none;
}
.policy-item a:hover {
	opacity: 1;
}
.policy-item .img-box {
	width: 216px;
	height: 144px;
	background-color: #f5f7fa;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
	overflow: hidden;
	line-height: 144px;
	text-align: center;
}
.policy-item .img-box img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.policy-txt {
	width: 950px;
}
.policy-txt h3 {
	font-size: 16px;
	color: #191a24;
}
.policy-item a:hover h3{
	font-weight: bold;
}

.policy-txt .time {
	margin-top: 24px;
	font-size: 14px;
	color: #a2aab9;
}
.policy-txt .time i,
.policy-top-txt .time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background: url(../images/notice-icons.png);
	background-position: 0 -16px;
	vertical-align: middle;
}
.policy-txt .konwledge-dec {
	margin-top: 16px;
	font-size: 14px;
	line-height: 22px;
	color: #676e80;
}
.infomation-more {
	display: block;
	width: 112px;
	height: 40px;
	margin: 20px auto 20px auto;
	border-radius: 4px;
	border: solid 1px #ff2626;
	line-height: 40px;
	text-align: center;
	color: #ff2626
}
.infomation-more:hover {
	color: #ff2626;
	border: solid 1px #ff2626;
}

