﻿.zts-header{
	height: 350px;
	background: url(zts1_01.png) no-repeat center top;
	background-size:100% 100%; 
}
.topzt{
	overflow: hidden;
}
.topzt .logos{
	float: left;
	margin-top: 10px;
}
.topzt .homes{
	float: right;
	margin-top: 14px;
	color: #fff;
	font-weight: bold;
}
.zts-main{
	margin-top: 20px;
}
.posi{
	background-color: #f1f1f1;
	padding: 12px;
}
.list-wrap{
	margin-top: 36px;
}
.list-o{
	margin-bottom: 50px;
}
.list-t1{
	position: relative;
}
.list-t1 span{
	padding-left: 27px;
	display: inline-block;
	background:#fff url(zts2_02.jpg) no-repeat left center;
	font-size: 28px;
	font-weight: bold;
	color: #0e59ca;
	padding-right: 32px;
	position: relative;
	z-index: 5;
}
.list-t1:before{
	content: "";
	height: 2px;
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
}
.list-o ul{
	margin-top: 30px;
}
.list-o ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #e6e6e6;
	/* padding: 0 40px; */
	overflow: hidden;
}
.list-o ul li a{
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 38px;
	background: url(zts3_03.png) no-repeat left center;
}
.list-o ul li span{
	float: right;
}
.list-o ul li a:hover{
	color: #0e59ca;
}

.list-o .more{
	width: 120px;
	height: 40px;
	border: 1px solid #f1f1f1;
	margin: 20px auto 0;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}
.list-o .more a{
	color: #0e59ca;
	display: block;
	height: 100%;
}