@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: 18px;
	color: #333;
}
.list-zxft .list-date ,
.list-zxft .list-name { margin-bottom: 9px;}
.list-zxft .list-date:before ,
.list-zxft .list-text: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-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 */