/************************************************************
* 分页面样式表
* 此样式表存在于Content页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/

/*--- details ---*/

.details {
	margin:10px auto;
	width:983px;
}


.details_top {
	width:983px;
	height:12px;
	background:url(../images_web/content_top.jpg) no-repeat;

}

.middle_top {
	width:980px;
	height:50px;
	line-height:50px;
	font-size: 14px;
	line-height:50px;
	color: #0a8ae5;
	font-weight:bold;
	margin:0 auto;
	background:url(../images_web/content_top.jpg) repeat-x;
	border-bottom: solid 2px #0a8ae5;
}


.middle {
margin:10px 0 0 0;
	width:983px;
	/*border:solid 1px #c3e4f7;---*/

}

.middle_body {
	width: 980px;
	margin: auto; 
}

.bottom {
	height:12px;
	background: url(../images_web/content_bottom.jpg) no-repeat
}

/*--- information content  ---*/
.inf_con {
	width: 980px;
	padding:15px 0;
	text-align:left;
	line-height:28px;
	color:#333;
}



.breadcrumb2 {
	height: 30px;
	line-height:30px;
 }
.breadcrumb2 ul { 
}
.breadcrumb2 ul li { 
	float: left;
	font-family: '宋体';
	padding: 2px 4px;
	color:#0167c1;
	line-height:30px;
}

.breadcrumb2 ul li a {
	color:#0167c1;
	font-size:12px;
	line-height:30px;}

.breadcrumb2 ul li a:hover {
	color:#216371;
		font-size:12px;
	line-height:30px;}


/*--- title ---*/
.title {
	clear: both;

}
.title h2 {
	line-height:36px;
	text-align: center;
}

.title strong {
	color:#0167c1;
	font-size: 20px;
}

/*--- origin ---*/
.origin {
	height:24px;
	color:#666;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	padding-top:10px;

}


/*---note ---*/

.note {
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #ccc;
}

.note li {
	display: inline;
	font-size: 13px;
	padding: 0 20px;
	background: url(../images_web/icons/content_tools.gif) no-repeat
}

.note li#document_print { 
	background-position: 2px 0;
}

.note li#window_close { 
	background-position: 2px -18px; 
}

.note li#back_top { 
	background-position: 2px -36px;
 }
 

