.tab{
	text-align: center;
	height: 70px;
}
.tab li{
	    border-radius: 30px;
    border: 1px solid #e7e7e7;
    padding: 10px 25px;
    text-align: center;
    display: inline;
    margin: 0 8px;
	color: #828282;
	cursor: pointer;
	font-size: 14px;
}
.tab li.on,.tab li:hover{
	color: #fff;
	background: #006ebc;
	border: 1px solid #006ebc;
}

.zzzs {
       width: 23%;
       height: 303px;
       cursor: pointer;
       float: left;
       text-align: center;
       /* margin-bottom: 10px; */
       /* padding-top: 20px; */
       margin: 0 1% 30px;
}
.zzzs:hover{	
	box-shadow: 1px 1px 30px #D0C5C5;
	 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.zzzs_imgdiv{
	position: relative;
	width: 100%;
	height: 215px;
	margin: 0 auto;
}
.zzzs_imgdiv .zzzs_img{
	width: auto;
	max-width:100%;
	height: 100%;
}
.zzzs_imgdiv .divcover{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.zzzs_imgdiv .divcover img{	
	margin-top:85px;
}
.zzzs_title{color: #6b6b6b;font-size: 16px;padding-top: 36px;position: relative;overflow-y: hidden;height: 24px;}
.zzzs_title a{color: #9b9b9b;}
.zzzs_title.linkon a{color: #006ebc!important;}
.zzzs_title{
	 text-decoration: none; 
	 transition-delay:0ms;
	  transition-timing-function:linear;
	   transition-duration:260ms;
	transition-property:color, background-color,background, background-image, transform, rectangle; 
	-moz-transition-duration: 260ms; /* Firefox 4 */
	-webkit-transition-duration: 260ms; /* Safari 和 Chrome */
	-o-transition-duration: 260ms; /* Opera */
}
.zzzs_title .honor_icon2{
	box-shadow: 1px 1px 19px #D8D8D8;
	border-radius: 100%;
	padding: 5px;
	position: absolute;
	bottom: -26px;
	right: 10px;
}
.zzzs:hover .zzzs_title .honor_icon2{
	animation: turnicon 200ms;
	animation-fill-mode:forwards;
}
@keyframes turnicon{
	from{bottom: -26px;}
	to{bottom: 7px;}
}

@media screen and (max-width:750px) {
	.tab{height: 102px;}
	.tab a { width:30%; margin:0 10% 10px; display:block; float:left; }
	.tab li{
		    height: 12px;
			line-height:12px;
			display: block;
			padding:8px 0;
	}
	.zzzs{
		width: 48%;
		height: auto;
		margin: 0 1% 20px;
	}
	.zzzs_imgdiv{
		height: 11rem;
	}
	.zzzs_title{
		line-height: 18px;
		padding-top: 8px;
		height: auto;
		min-height:36px;
		overflow: hidden;
  	text-overflow: ellipsis;
  	white-space:wrap;
  	display:-webkit-box;
  	-webkit-box-orient:vertical;
  	-webkit-line-clamp:2;
	}
	.zzzs_imgdiv .divcover img {
    margin-top: 40px;
}
.page{
	padding-top: 30px;
}
}