.inner-content {}

.inner-content .news {
	display: table;
	margin-bottom: 30px;
}

.inner-content .new {
	width: 284px;
	height: 301px;
	float: left;
	margin-right: 18px;
	border: solid 1px #e9ebeb;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	cursor: pointer;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
}

.inner-content .new img {
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.inner-content .new:hover img {}

.inner-content .new span {
	width: 100px;
	height: 35px;
	position: relative;
	float: left;
	color: #898989;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	letter-spacing: 1px;
}

.inner-content .new label {
	display: block;
	height: 133px;
	width: 100%;
	cursor: pointer;	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

.inner-content .new:hover {
/*	border: solid 1px #FFFFFF;*/
}

.inner-content .new:hover label {
	background: #81b1b5;
	color: #FFFFFF;
}

.inner-content .new:hover div,
.inner-content .new:hover span {
	color: #FFFFFF;
}

.inner-content .new p {
	width: 94%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inner-content .new div {
	width: 94%;
	margin: 0 auto;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 20px;
	height: 60px;
	color: #898989;
	font-size: 12px;
}