.news-list {
}
.news-list .item {
	padding-bottom: 15px;
}

.title
{
	font-size: 1.25em;
	font-weight: bold;
	padding: 15px 0;
}

.title small
{
	font-size: 12px;
	color: #999;
	margin-left: 8px;
}

.news-list .item .thu {
	position: relative;
}
.news-list .item .info
{
	min-height: 125px;
	line-height: 25px;
}
/*
.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 .tl {
	padding: 5px 0;
}
.news-list .item .tl a {
	display: block;
	font-size: 1.25em;
	line-height: 30px;
	font-weight: bold;
}
.news-list .item .tl a small
{
	margin-left: 15px;
	color: #999;
	font-weight:normal;
	font-size: 0.75em;
}
}
.news-list .item .tl a:hover {
	color: #666;
}
.news-list .item .more {
	padding-top: 10px;
}
.news-list .item .more a {
	font-size: 12px;
	color: #221815;
	display:inline-block;
	padding: 10px 25px;
	line-height: 20px;
	border: 1px solid #008cd6;
}
.news-list .item .more a:hover {
	background-color: #008cd6;
	color: #FFF;
}
.news-list .item:hover .more a
{
	background-color: #008cd6;
	color: #FFF;
}
.news-list .item:hover .tl a {
	color: #008cd6;
}
.news-list .item:hover .tl a:hover {
	opacity: 0.75;
}
.news-list .item:hover .more {
	display: block;
}
.news-list .item:hover {
	background-color: #f7f8f8;
}
.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 .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;
}
}
