<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mod-panel{
	width:100%;
	max-width: 960px;
	margin:0 auto 0px;
	_width:960px;
}
.mod-panel .hd{
	padding-top: 15px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-weight: normal;
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd p{
	font-size:16px;
	color:#999;
}
.mod-panel .bd{
	width:100%;
	max-width:960px;
	margin:0 auto;
	_width:960px;
}
.mod-panel .search{
	position: relative;
	width: 100%;
	max-width:480px;
	margin:0 auto 40px;
	*zoom: 1;
	_width:480px;
}
.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-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 table{
	width: 100%;
	background: #fff;
}
.mod-panel th,.mod-panel td{
	padding:9px 15px;
	border:1px solid #ccc;
	line-height: 24px;

	text-align: center;
	*position: relative;
	*zoom:1;
}
.mod-panel th{
	background: #f5f5f5;
	font-size:16px;
	color:#212121;
}
.mod-panel .th{
	white-space: nowrap;
	text-align: center;
}
.mod-panel .bd{
	margin-bottom: 15px;
}
.mod-panel .bd a{
	float: right;
	display: inline-block;
	margin-left: 4px;
	padding:0 10px;
	*border: 1px solid #ccc;
	line-height: 24px;
	color:#4bae4f;
	*position: absolute;
	*top: 8px;
	*right: 15px;
}
.mod-panel h2{
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}
.mod-panel .ft{
	margin-bottom: 15px;
}
.mod-panel .ft ul{
	overflow: hidden;
}
.mod-panel .ft li{
	float: left;
	width: 180px;
	height: 30px;
	line-height: 30px;
}
.mod-panel .ft li a{
	color: #337ab7;
}

@media screen and (max-width: 1023px) {
	.only-mobile{
		display: table-row;
	}

	.mod-panel .hd{
		padding-top: 0;
		line-height: 22px;
	}
	.mod-panel .hd h1{
		font-size: 16px;
		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{
		text-align: left;
	}
	.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 li{
		width: 50%;
		font-size: 13px;
	}
}</pre></body></html>