.inner-content {}

.inner-content .news {
	display: table;
	margin-bottom: 30px;
}

.inner-content .new {
	width: 284px;
	height: 278px;
	float: left;
	margin-right: 18px;
	border: solid 1px #efefef;
	transition: all .3s;
	-moz-transform: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	cursor: pointer;
	margin-bottom: 18px;
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
	/*	transition: background-color .1s .5s ;
	-moz-transform:  background-color .1s .5s;
	-webkit-transition:  background-color .1s .5s;
	-moz-transition:  background-color .1s .5s;*/
}

.inner-content .new img {
	display: block;
	margin: 0 auto;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
 	-moz-border-radius: 4px 4px 0 0;
 	border-radius: 4px 4px 0 0;
}

.inner-content .new .date {
	width: 60px;
	height: 60px;
	background: #e3711c;
	position: relative;
	margin-top: -169px;
	margin-left: 224px;
	filter: Alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	float: left;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	/*border-radius: 50%;
*/
}

.inner-content .new .date .md {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 34px;
}

.inner-content .new .date .year {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	font-size: 17px;
}

.inner-content .new:hover .date {
	/*filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #f98126;*/
}

.inner-content .new:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #e3711c;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.inner-content .new:hover:before {
	height: 100%;
}

.inner-content .new:hover {
	border: solid 1px #e3711c;
	color: #FFFFFF;
	background: #fe8931;
}

.inner-content .new:hover p,
.inner-content .new:hover div {
	color: #FFFFFF;
}

.inner-content .new p {
	width: 94%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	font-weight: bold;
	color: #3F3F3F;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.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: #ABABAB;
	font-size: 12px;
	letter-spacing: 1px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}