.ztzl-main{
	padding-bottom: 38px;
}
.ztzl-list a{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 44px;
	margin-right: 40px;
	background: #fff;
}
.ztzl-list a:nth-child(4n){
	margin-right: 0;
}
.ztzl-list a:hover{
	box-shadow: 0 0 20px 0 rgba(172,202,255,.32);
}
.ztzl-list a img{
	width: 100%;
	height: 180px;
}
.ztzl-list a p{
	height: 82px;
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	padding: 14px 22px 0;
	border: 1px solid #e5e5e5;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top: none;
}

@media screen and (max-width: 768px){
	.ztzl-main{
		padding: 0 .2rem .3rem;
	}
	.ztzl-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ztzl-list a{
		margin: .2rem 0 0;
		width: 48%;
	}
	.ztzl-list a img{
		height: 2rem;
	}
	.ztzl-list a p{
		height: 1.1rem;
		padding: .1rem .2rem;
		font-size: .28rem;
		line-height: .42rem;
	}
}
