@charset "utf-8";
/* list */
.list-zxft .list-item {
	height: 256px;
	margin-bottom: 52px;
	overflow: hidden;
}
.list-zxft .list-pic {
	float: left;
	width: 384px;
	height: 256px;
	overflow: hidden;
}
.list-zxft .list-pic img {
	width: inherit;
	height: inherit;
	transition: .8s all;
}
.list-zxft .list-item-cnt {
	/* margin-left: 404px; */
	padding-top: 8px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.list-zxft .list-date ,
.list-zxft .list-name { margin-bottom: 9px;}
.list-zxft .list-date:before ,
.list-zxft .list-name:before {
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-right: 12px;
	line-height: 30px;
	text-align: center;
	vertical-align: center;
	color: #fff;
	background-color: #5da339;
}
.list-zxft .list-text:before {
	color: #999;
	background: none;
}
.list-zxft .list-date:before { content: "鏃堕棿锛�";}
.list-zxft .list-name:before { content: "鍢夊锛�";}
.list-zxft .list-text:before { content: "绠�浠嬶細";}
.list-zxft .list-title {
	/* width: 172px;
	height: 52px;
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-color: #5da339; */
}
.list-zxft .list-item:hover .list-item-cnt {
	text-decoration: none;
	color: #333;
}
.list-zxft .list-pic:hover img { transform: scale(1.2);}
.list-zxft .list-item:hover { height: auto;}
.list-pic{
	margin-bottom: 8px;
}
/* list */