.mod-panel{
	width:100%;
	max-width: 960px;
	margin:0 auto 30px;
	_width:960px;
}
.mod-panel .hd{
	padding-top: 15px;
	margin-bottom: 25px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-size: 24px;
	color:#212121;
}

.mod-panel .map{
	width: 600px;
	height: 550px;
	margin: 0 auto 30px;
	text-align: center;
}
.mod-panel .table-outer{
	margin-bottom: 20px;
}
.mod-panel .table-outer h3{
	height: 20px;
	margin-bottom: 5px;
	border-left: 3px solid #2095f2;
	padding-left: 10px;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
}
.mod-panel .table-inner{
	overflow-x: auto;
}
.mod-panel table{
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	*zoom:1;
}
.mod-panel th,.mod-panel td{
	height:24px;
	padding: 12px 5px;
	border:1px solid #ccc;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.mod-panel th,.mod-panel td.th{
	background: #f5f5f5;
	padding: 9px 15px;
	white-space: nowrap;
	text-align: left;
	color:#212121;
}
.mod-panel p a{
	margin: 0 3px;
}

.dev-middle .mod-panel,.dev-small .mod-panel{
	_width:auto;
}

/* 移动版响应 */
@media screen and (max-width: 1023px) {
	.mod-panel .hd{
		padding-top: 0;
		margin-bottom: 0;
		line-height: 22px;
		text-align: left;
	}
	.mod-panel .hd h1{
		font-size: 16px;
		color: #333;
	}
	.mod-panel .intro{
		line-height: 32px;
		margin-bottom: 5px;
		text-align: left;
		font-size: 14px;
	}
	.mod-panel .intro span,.mod-panel .intro a{
		float: none;
		display: block;
	}
	.mod-panel .intro span{
		color: #2095f2;
	}
	.mod-panel .intro a{
		color: #00cc33;
	}
	.mod-panel .title{
		width: 102%;
		padding:0;
		font-size: 14px;
		color: #333;
	}
	.mod-panel .title span{
		display: block;
	}
	.mod-panel .title a{
		display: inline-block;
		width: 34px;
		height: 34px;
		margin:3px 2px 4px 0;
		border: 1px solid #ccc;
		line-height: 35px;
		text-align: center;
		text-decoration: none;
		font-size: 20px;
		color: #333;
	}
	.mod-panel .map{
		zoom:  0.5;
	}
	.mod-panel table{
		float: none;
		width: 100%;
		white-space: nowrap;
		color: #333;
	}
	.mod-panel th, .mod-panel td{
		padding: 6px 5px;
	}
}