body{
	background: #f9f9f9;
}
.ztzl-main{
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
	padding: 30px 24px 100px;
	margin-bottom: 36px;
}
.ztzl-tit .tit{
	line-height: 44px;
	display: inline-block;
	color: #166eba;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #166eba;
}
.ztzl-list a{
	display: inline-block;
	width: 326px;
	height: 270px;
	margin-right: 15px;
	background: #f9f9f9;
	margin-top: 30px;
}
.ztzl-list a:nth-child(4n){
	margin-right: 0;
}
.ztzl-list a img{
	width: 100%;
	height: 195px;
}
.ztzl-list a p{
	line-height: 55px;
	padding: 0 10px;
	margin-top: 10px;
	text-align: center;
}
.ztzl-list a p span{
	display: inline-block;
	color: #333;
	font-size: 18px;
	vertical-align: middle;
	line-height: 26px;
}

@media screen and (max-width: 768px){
	body{
		background: none;
	}
	.ztzl-main{
		background: none;
		box-shadow: none;
		padding: 0 .2rem;
		margin-bottom: .5rem;
	}
	.ztzl-tit .tit{
		line-height: .6rem;
		font-size: .4rem;
		border-bottom: .05rem solid #166eba;
	}
	.ztzl-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ztzl-list a{
		width: 48%;
		margin: .3rem 0 0;
		height: 3.2rem;
	}
	.ztzl-list a img{
		height: 2rem;
	}
	.ztzl-list a p{
		padding: 0 .1rem;
		margin-top: .1rem;
	}
	.ztzl-list a p span{
		font-size: .32rem;
		line-height: .44rem;
	}
}