.mod-panel{
	width:100%;
	max-width: 960px;
	margin:0 auto 30px;
	_width:960px;
}
.mod-panel .hd{
	padding-top: 15px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1, .mod-panel .hd h2{
	font-weight: normal;
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd p{
	font-size:16px;
	color:#bdbdbd;
}
.mod-panel .bd{
	width:100%;
	max-width:750px;
	margin:0 auto;
	_width:750px;
}
.mod-panel .search{
	position: relative;
	width: 100%;
	max-width:480px;
	margin:0 auto 40px;
	*zoom: 1;
	_width:480px;
}
.mod-panel .search .name{
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.mod-panel .search .input-text{
	display: block;
	width:70%;
	height: 20px;
	border:1px solid #ccc;
	padding:10px 20% 10px 8px;
	line-height: 20px;
	outline: none;
}
.mod-panel .search .input-select{
	/* display: block; */
	/* width:70%; */
	height: 36px;
	border:1px solid #ccc;
	margin:5px 5px 5px 0;
	line-height: 20px;
	outline: none;
}
.mod-panel .search .input-submit{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	height: 42px;
	width: 22.5%;
	background: #4bae4f;
	border:medium none;
	line-height: 42px;
	vertical-align:middle;
	font-size:16px;
	color: #fff;
	cursor:pointer;
	outline: none;
}
.mod-panel #links{
	text-align:center;
}
.mod-panel #links a{
	margin:0 3px;
	color:#00f;
}
.mod-panel .t9{
	background:#CCE6CD;
	}
.mod-panel table{
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
.mod-panel .table th,.mod-panel .table td{
	padding:9px 15px;
	border:1px solid #ccc;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
}
.mod-panel .table .text-left{
	text-align: left;
}
.mod-panel .table .td-links{
	white-space: normal;
}
.mod-panel .table .text-left a{
	margin-right: 4px;
}
.mod-panel .table th{
	background: #f5f5f5;
	font-size:16px;
	color:#212121;
}
.mod-panel #quanguo tr:nth-of-type(odd){ background:#f5f5f5;}
.mod-panel .table tfoot a{
	display: block;
	line-height: 24px;
	color:#4bae4f;
}

.banner-outer{
	max-width: 500px;
	margin: 15px auto;
}

/* 移动版响应 */
@media screen and (max-width: 1023px) {
	.mod-panel .hd h1{
		font-size: 18px;
		color: #333;
	}
	.mod-panel .search{
		margin: 0 auto 20px;
	}
	.mod-panel .search .input-text{
		padding:8px 20% 8px 8px;
	}
	.mod-panel .search .input-submit{
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
}

@media screen and (max-width: 750px){
	.mod-panel .hd p{
		font-size: 14px;
	}
	.mod-panel .search{
		margin: 0 0 20px;
	}
	.mod-panel .bd a{
		float: none;
		*position: static;
	}
	.mod-panel th, .mod-panel td{
		padding: 6px 4px;
	}
	.mod-panel .ft{
		padding-top: 15px;
	}
	.mod-panel .ft p{
		margin-bottom: 10px;
		line-height: 22px;
		text-align: left;
	}
}