.title {
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	background: url(../image/t.png) no-repeat left center;
}

.ts {
	width: 90%;
	padding: 5px 25px;
	border: 1px solid #cadaea;
	margin: 0 auto;
}

.ts p {
	text-indent: 2em;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 35px;
}

.search {
	height: auto;
	margin-bottom: 20px;
}

.dztitle {
	width: 100%;
	background: #ecfaff;
	height: 29px;
	line-height: 29px;
	color: #014e90;
}

.dztitle span {
	text-align: center;
	display: inline-block;
}

#dzxx li {
	line-height: 30px;
}

#dzxx li a {
	width: 50%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	text-align: left;
	display: inline-block;
}

#dzxx li span {
	width: 24%;
	text-align: center;
	display: inline-block;
}

#dzxx li .dzxx_zt {
	color: red;
	width: 25%;
	/* padding-left: 10px; */
}

.search span {
	padding: 8px 10px;
	color: #fff;
	cursor: pointer;
	background-color: #00539A;
}
.search h4{font-size: 16px;line-height: 35px;color: #00539A;margin:0;}
#searchVal{border: 1px solid #ccc;height: 30px;width:150px}

/* ------------------ 手机端响应式优化 ------------------ */
@media screen and (max-width: 768px) {
	/* 搜索区域和统计区域优化 */
	.search {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.search > h4 {
		float: none !important;
		margin-bottom: 5px;
	}

	.search > input,
	.search > span,
	.search > .email-box {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		display: block;
		margin-bottom: 5px;
	}

	#searchVal {
		width: 100% !important;
	}

	#emai {
		float: none !important;
		margin-right: 0 !important;
		width: 100%;
		text-align: left;
		background: #f9f9f9;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 4px;
	}

	#emai ul span {
		display: block;
		margin-bottom: 5px;
	}

	/* 列表头部优化 */
	.dztitle {
		display: flex;
		justify-content: space-between;
	}
	.dztitle span:nth-child(1) {
		width: 50% !important;
		text-align: left;
		padding-left: 10px;
	}
	.dztitle span:nth-child(2) {
		width: 25% !important;
	}
	.dztitle span:nth-child(3) {
		width: 25% !important;
	}

	/* 列表项优化 */
	#dzxx li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px dashed #eee;
		padding: 10px 0;
		line-height: normal;
	}

	#dzxx li a {
		width: 50% !important;
		padding-left: 5px;
		flex: none;
	}

	#dzxx li span.tim {
		width: 25% !important;
		font-size: 12px;
		flex: none;
	}

	#dzxx li .dzxx_zt {
		width: 25% !important;
		font-size: 12px;
		flex: none;
	}
}
