@charset "utf-8";

.latest-zinex {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.latest-zinex li {
	margin: 14px 10px;
}

.latest-zinex li:after {
	clear: both;
	content: ' ';
	display: block;
}

.latest-zinex li .img {
	position: absolute;
	display: block;
}

.latest-zinex li span.img {
	border: 1px solid #eee;
	background: #f3f3f3;
	color: #aaa;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.latest-zinex li span.img:before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.latest-zinex li .article {
	min-height: 96px;
	margin-left: 145px;
}

.latest-zinex li .article .title {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.latest-zinex li .article .co {
	margin-top: 3px;
	font-size: 0.85em;
	color: #777;
	line-height: 1.4;
}

.latest-zinex li.nodata {
	text-align: center;
	padding-top: 30px;
}

section.success .latest-zinex li a {
	color: #fff;
}

section.success .zlt a {
	color: #fff !important;
}

section .zlt .lt_title a {
	font-size: 1.8em;
}
section.success-ff .zlt a {
    color: #2c3e50 !important;
}
section.success-ff hr {
    border-top: 1px solid #2c3e50;
}
.zlt {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.zlt .lt_title {
	display: block;
	padding: 10px 0 8px;
}

.zlt .lt_more {
	position: absolute;
	top: 20px;
	right: 0px;
}

.zlt ul {
	min-height: 180px;
}