




.mainTable {
	width: 660px;
	text-align: center;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	}
	.mainTable th {
		border-bottom: #a1cece 2px solid;
		padding: 9px 0;
		color: #338484;
		font-size: 0.9em;
		font-weight: bold;
		}
	.mainTable td {
		border-bottom: #eaeaea 1px solid;
		padding: 9px 0;
		}
		.mainTable td.aLeft {
			text-align: left;
			padding: 9px 0 9px 10px;
			}
		.mainTable td p.level {
			margin: 0 auto;
			}


.emergency {
	width: 624px;
	height: 143px;
	background: url("../../images/main/emergencyBg.gif") no-repeat 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	padding: 21px 18px 0 18px; 
	}
	.emergency .tit {
		border-bottom: #e6e6e6 1px solid;
		padding: 0 0 6px 10px;
		margin: 0 0 11px 0;
		}
	.emergency .short {
		width: 180px;
		height: 70px;
		overflow: hidden;
		background: url("../../images/main/emergencyBox.gif") no-repeat 0 0;
		padding: 10px;
		float: left;
		margin: 0 10px 0 0;
		}
		.emergency .last {
			margin: 0;
			}
		.emergency li.shortLogo {
			float: left;
			width: 80px;
			height: 30px;
			padding: 0 5px 0 3px;
			}
		.emergency li.shortTit {
			float: left;
			width: 80px;
			height: 30px;
			padding: 0 0 0 10px;
			font-weight: bold;
			font-size: 0.9em;
			line-height: 145%;
			}
			.emergency li.shortTit a {
				color: #0066cc;
				}

		.emergency li.shortType {
			clear: both;
			width: 180px;
			height: 17px;
			overflow: hidden;
			padding: 12px 0 0 0;
			}
			.emergency li.shortType span {
				color: #47af9f;
				}

	.emergency .more {
		position: absolute;
		top: 24px;
		right: 24px;
		}

.mainBoard {
	clear: both;
	width: 660px;
	overflow: hidden;
	position: relative;
	}
	.mainBoard .tit {
		height: 24px;
		background: url("../../images/main/titBg.gif") repeat-x 0 0;
		}
	.mainBoard .tab {
		position: absolute;
		top: 0;
		right: 57px;
		}
		.mainBoard .tab li.w50 { width: 50px; }
		.mainBoard .tab li {
			float: left;
			padding: 0 2px 0 0;
			text-align: center;
			width: 80px;
			}
			.mainBoard .tab li a {
				display: block;
				height: 24px;
				padding: 0 0 0 2px;
				background: url("../../images/main/tab_off.gif") no-repeat 0 0;
				}
				.mainBoard .tab li a span {
					display: block;
					height: 18px;
					padding: 6px 2px 0 0;
					background: url("../../images/main/tab_off.gif") no-repeat right 0;
					}

			.mainBoard .tab li a:hover, .mainBoard .tab li a:focus, .mainBoard .tab li a.on {
				background: url("../../images/main/tab_on.gif") no-repeat 0 0;
				}
				.mainBoard .tab li a:hover span, .mainBoard .tab li a:focus span, .mainBoard .tab li a.on span {
					background: url("../../images/main/tab_on.gif") no-repeat right 0;
					height: 17px;
					padding: 7px 2px 0 0;
					}


	.mainBoard .more {
		position: absolute;
		top: 5px;
		right: 0;
		}






