/*============通知公告=============*/
.tz-xm{
	background: #fff;
	padding: 40px 0;
	overflow: hidden;
}
.tzgg{
	width: 518px;
	float: left;
	overflow: hidden;
}
.tzgg-con li{
	margin: 0 auto 10px;
	width: 508px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
.tzgg-con li a{
	display: block;
	width: 100%;
}
.tzgg-top{
	overflow: hidden;
	position: relative;
}
.tzgg-top div{
	float: left;
	width: 64px;
	height: 64px;
	background: #846cc2;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.tzgg-top div strong{
	display: block;
	margin-top: 8px;
	font-size: 24px;
}
.tzgg-top div p{
	font-size: 12px;
}
.tzgg-top h4{
	width: 404px;
	font-size: 16px;
	color: #154183;
	line-height: 1.5;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 84px;
	-wwebkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tzgg-bot{
	margin: 10px 20px 0;
	overflow: hidden;
	display: none;
}
.tzgg-bot p{
	font-size: 14px;
	color: #595757;
	line-height: 1.5;
}
.tzgg-con li a:hover .tzgg-top div{
	background: #d46aee;
}
.tzgg-con li a:hover .tzgg-bot{
	display: block;
}
.tzgg-list-con{
	margin-bottom: 30px;
}
.tzgg-list{
	background: #f1f2f8;
	padding: 40px 0;
	margin: 30px 0;
	overflow: hidden;
}

.tzgg-list li{
	padding: 0 20px;
	width: 318px;
	margin-left: 24px;
	margin-bottom: 24px;
	float: left;
	background: #fff; 
	height: 343px;
}
.tzgg-list li div{
	width: 66px;
	height: 66px;
	background: #846cc2;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.tzgg-list li div strong{
	font-size: 24px;
	display: block;
	margin-top: 8px; 
}
.tzgg-list li h5{
	margin: 30px 0;
	font-size: 18px;
	color: #154183;
	font-weight: bold;
	line-height: 1.5;
	height: 54px;
}
.tzgg-list li>p{
	font-size: 14px;
	color: #595757;
	line-height: 1.75;
	margin-bottom: 40px;
	height: 72px;
	
}
.tzgg-list li a{
	display: block;
	font-size: 16px;
	color: #846cc2;
	text-align: right;
	margin-bottom: 30px;
	font-weight: bold;
}