@charset "utf-8";
/* CSS Document */

/*********************正文内容****************************/
.main2{
	float:left; 
	width:960px;
}

.head_mid{
	float: left;
	width: 960px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
}

.head_mid li{
	float: left;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size:12px;
}

.head_mid li a {
	color: #0000CC;
	cursor:pointer;
	text-decoration:none;
}

.head_mid li a:hover {
	color: #F00;
	text-decoration:underline;
}

.content{
	float:left;
	width:960px;
}

.mid_title{
	float:left;
	width:960px;
	text-align:center;
	color:#002f64;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:10px;
}

.mid_cont{
	float:left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.mid_cont li{
	float:left;
	line-height:24px;
	text-indent: 2em;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
}

.mid_cont li font{
	font-weight:bold;
	font-size:12px;
	color:#002f64;
}

.tab_detail{
	float:left;
	width:960px;
	font-size:12px;
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom: 1px solid #B0D5ED;
	color:#333;
}

.tab_detail tr th{
	text-align:center;
	height:24px;
	line-height:24px;
	border-top:1px solid #B0D5ED;
	border-bottom: 1px solid #B0D5ED;
}

.tab_detail tr td{
	height:20px;
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.tab_detail tr td a{
	color:#333;
	text-decoration:none;
}

.tab_detail tr td a:hover{
	text-decoration:underline;
	color:#ff9933;
}




/*********************正文内容End****************************/
