.news-list
{
	
}

.news-list .item
{
	
}

.news-list .item-box
{
	padding-left:7px;
	padding-left:8px;
	padding-bottom:15px;
}

.news-list .item0 .item-box
{
	
}
.news-list .item .thu
{
	position: relative;
}

.news-list .item .zoomx
{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-right:-20px;
	color:#FFF;	
}

.news-list .item .thu .iconx,
.news-list .item .thu .zoomx
{
	position: absolute;
	z-index: 100;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 3.5em;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	opacity: 0.75;
	
	cursor:pointer;
	
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}

.news-list .item .thu .zoomx
{
	font-size:2em;
	opacity: 0;
}

.news-list .item:hover .thu .zoomx
{
	font-size:2.5em;
	opacity:0.9;
}


.news-list .item:hover .thu .iconx
{
	opacity: 0.9;
}

.news-list .item:hover .thu .iconx
{
	font-size: 3em;
}

.news-list .item .thu .dtime
{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	z-index: 100;
	border-radius: 2px;
}

.news-list .item .thu a
{
	display: block;
	position: relative;
	z-index: 99;
}

.news-list .item .cont
{
	
}

.news-list .item .cont
{
	position: relative;
	min-height:90px;
}

.news-list .item .cont-box
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f3f3f3;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 15px;
	min-height: 90px;
	z-index: 1000;
}

.news-list .item .dtime
{
	
}

.news-list .item .tl
{
	padding: 5px 0;
}


.news-list .item .tl a
{
	display: block;
	font-size: 1.125em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}


.news-list .item .tl a:hover
{
	color: #666;
}

.news-list .item .more
{
	padding-top: 10px;
}

.news-list .item .more a
{
	font-size: 12px;
	color: #999;
}

.news-list .item .more a:hover
{
	color: #666;
}

.news-list .item:hover .more a,
.news-list .item:hover .tl a
{
	color: #FFF;
}

.news-list .item:hover .tl a:hover
{
	opacity: 0.75;
}

.news-list .item:hover .more
{
	display: block;
}

.news-list .item:hover .cont-box
{
	background-color: #e93a29;
}


.news-list .item:hover .info,
.news-list .item:hover .tl a,
.news-list .item:hover .cont-box
{
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.news-list .item:hover .cont-box
{
	padding-bottom: 20px;
}

.news-list .item .vcode
{
	display:none;	
}

.news-list .fxitem .thu
{
	overflow:hidden;	
}

@media screen and (max-width:767px)
{
	.news-list
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.news-list .item
	{
		padding-bottom: 10px;
	}
	
	.news-list .item-box
	{
		padding-left:0;
		padding-bottom:5px;	
	}
}