.listtable {
	color: #000;
	table-layout: fixed;
}

.listtable tr {
	height: 25px;
}

.listtable th,
.listtable td {
	padding: 4px 4px;
}

.listtable th {
	font-size: 20pt;
	text-align: center;
	border-bottom: 1px solid #000;
	text-shadow: 1px 4px 1px #e5e5e5;
}

.listtable td {
	height: 36px;
	padding-left: 40px;
	background: url(../images/bg.gif) 5px center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12pt;
}

.listtable td a {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/arrow.png) center right no-repeat;
}


.listtable {
	color: #000;
	table-layout: fixed;
}

.listtable tr {
	height: 25px;
}

.listtable th,
.listtable td {
	padding: 4px 4px;
}

.listtable th {
	font-size: 20pt;
	text-align: center;
	border-bottom: 1px solid #000;
	text-shadow: 1px 4px 1px #e5e5e5;
}

.listtable td {
	height: 36px;
	padding-left: 40px;
	background: url(../images/tj.gif) 5px center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12pt;
}

.listtable td a {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/arrow.png) center right no-repeat;
}

.listtable {
	color: #000;
	table-layout: fixed;
}

.listtable tr {
	height: 25px;
}

.listtable th,
.listtable td {
	padding: 4px 4px;
}

.listtable th {
	font-size: 20pt;
	text-align: center;
	border-bottom: 1px solid #000;
	text-shadow: 1px 4px 1px #e5e5e5;
}

.listtable td {
	height: 36px;
	padding-left: 40px;
	background: url(../images/tj.gif) 5px center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12pt;
}

.listtable td a {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/arrow.png) center right no-repeat;
}

.tuzhi {
	text-align: center;
}

.tuzhi ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}

.tuzhi ul li {
	width: 33.33%;
	padding: 5px;
	box-sizing: border-box;
}

.tuzhi ul li a {
	display: block;
	padding: 7px 0;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.tuzhi-more {
	margin-bottom: 10px;
	padding: 0 10px;
}

.tuzhi-more a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	background: #f00;
}

@media screen and (max-width:750px) {
	.tuzhi ul {
		padding: 3px;
	}

	.tuzhi ul li {
		width: 33.33%;
		padding: 3px;
		box-sizing: border-box;
	}

	.tuzhi-more a {
		font-size: 14px;
	}
}