﻿*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
.ztzl-top{
	width: 100%;
	height: auto;
	padding: 1em 0 .5em 0;
	border-bottom: 2px solid #eeeeee;
	
}
.ztzl-top span{
	font-size: 16px;
}
.ztzl-top a{
	font-size: 16px;
	color: #000000;
}
.ztzl-top a:hover{
	color: #000000;
}
.ztzl-top2{
	width: 100%;
	height: auto;
	margin-top: 50px;
	border-bottom: 3px solid #b2def4;
	padding: 1em 0 .5em 0;
}
.ztzl-top2 span{
	font-size: 15px;
	color: #0092db;
	display: inline-block;
	border-left: 5px #1486d0 solid;
	margin-left: 5px;
}
/* 中间内容 */
.ztzl-cen{
	margin-top: 50px;
	width: 100%;
	height: auto;
}
.ztzl-cen ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ztzl-cen ul li{
	width: 28%;
	height: auto;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	
	box-shadow: 0 0 0 5px #eee,1px 2px 5px 5px rgba(255,255,255,.7);
}
.ztzl-cen ul li span{
	margin: 20px 0 0 20px;
	display: inline-block;
	text-indent: 3em;
	width: auto;
	background: url(../img/ztzl.png) no-repeat left;
	margin-bottom: 70px;
	font-size: 16px;
}
.ztzl-cen ul li a{
	display: block;
	position: absolute;
	right: 25px;
	bottom: 15px;
	border: 1px #0092DB solid;
	border-radius: 3px;
	padding: 3px 5px 3px 5px;
	color: #0092db;
}
.ztzl-cen ul li:hover{
	background-color: #63c0ee;
}
.ztzl-cen ul li:hover span{
	background: url(../img/ztzl-2.png) no-repeat left;
	color: #fff;
}
.ztzl-cen ul li:hover a{
	background-color: #fff;
}
