.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 .search{
	position: relative;
	width:480px;
	margin:0 auto 20px;
	*zoom: 1;
}
.mod-panel .search .input-text{
	display: block;
	width:70%;
	height: 20px;
	border:1px solid #ebebeb;
	padding:10px 20% 10px 8px;
	line-height: 20px;
	outline: none;
}
.mod-panel .search .input-submit{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	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 .intro{
	margin-bottom: 10px;
	line-height: 24px;
	text-align: right;
	font-size: 16px;
}
.mod-panel .intro span{
	float: left;
}
.mod-panel .intro a{
	color:#4bae4f;
}
.mod-panel .title{
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 16px;
	color:#212121;
}
.mod-panel .title a{
	margin:0 10px;
	color:#4bae4f;
}
.mod-panel table{
	position: relative;
	float: left;
	width: 33.3%;
	margin-left: -1px;
	margin-bottom: 20px;
	background: #fff;
	*zoom:1;
}
.mod-panel th,.mod-panel td{
	height:24px;
	padding:9px 7px;
	border:1px solid #ccc;
	line-height: 24px;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}
.mod-panel th{
	background: #f5f5f5;
	font-size:16px;
	color:#212121;
}
.mod-panel .th{
	white-space: nowrap;
	color: #212121;
}

.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 table{
		float: none;
		width: 100%;
		margin-bottom: 16px;
		margin-left: 0;
		color: #333;
	}
	.mod-panel th, .mod-panel td{
		padding: 6px 5px;
	}
	.mod-panel th{
		background: none;
		color: #2095f2;
	}
}