.w215 {
	width: 1200px;
	margin: 0px auto;
}
.news215 .tit215 {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 60px 0 45px;
}
.news215 .tit215 .en {
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	color: #000;
}
.news215 .tit215 .en strong {
	color: #3f9f4e;
}
.news215 .tit215 h3 {
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: #33a766;
	padding: 0 26px;
	position: relative;
	z-index: 3;
}
.news215 {
	padding: 90px 0 78px;
}
.news215 .tit215 {
	margin-top: 0;
	margin-bottom: 85px;
	background: url(/skin/zujianku/images/it215.png) no-repeat center 30px;
}
.news215 .l215 {
	width: 440px;
}
.news215 .l215 .img, .news215 .l215 img {
	width: 100%;
	height: 330px;
	display: block;
	transition: all .5s;
}
.news215 .l215 .img {
	overflow: hidden;
	position: relative;
}
.news215 .l215 .img:hover .tip {
	width: 90px;
}
.news215 .l215 .img:hover img {
	-webkit-filter: brightness(105%);
	filters: brightness(105%);
}
.news215 .l215 .tip {
	width: 75px;
	height: 75px;
	padding-top: 15px;
	line-height: 18px;
	background: #33a766;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
}
.news215 .l215 .tip .d {
	font-size: 28px;
	line-height: 28px;
	display: block;
}
.news215 .l215 h3 {
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.news215 .l215 .txt {
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.news215 .l215 .more {
	width: 278px;
	height: 35px;
	display: block;
	color: #666;
	border: 1px solid #333;
	text-align: center;
	line-height: 35px;
	margin-top: 8px;
}
.news215 .r215 {
	width: 730px;
	margin-top: -7px;
}
.news215 .r215 .item {
	border-top: 1px solid #eaeef0;
}
.news215 .r215 .item:first-child {
	padding-top: 0;
	border-top: 0;
}
.news215 .r215 .item:first-child a {
	padding-top: 0px;
}
.news215 .r215 .item a {
	height: 130px;
	padding: 20px 0px;
	display: block;
}
.news215 .r215 .item h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.news215 .r215 .item .txt {
	color: #999999;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}
.news215 .r215 .item .time {
	width: 92px;
	height: 76px;
	font-family: PingFangextrLightT;
	line-height: 14px;
	color: #999999;
	text-align: center;
}
.news215 .r215 .item .time .day {
	font-size: 62px;
	line-height: 62px;
	font-weight: bold;
}
.news215 .r215 .item .time .ym {
	display: block;
	font-size: 16px;
	padding-left: 5px;
}
.news215 .r215 .item:hover h3 {
	color: #33a766;
}
.news215 .hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.news215 .hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #33a766;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	transition: all .5s;
}
.news215 .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}
.news215 .hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: transform;
	transition-property: transform;
	transition: all .5s;
}
.news215 .hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition: all .5s;
}
.news215 .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.news215 .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}