/************************************************************
* 分页面样式表
* 此样式表存在于Content页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/


/*--- details ---*/

.details {
	margin:10px auto 0 auto;
	width:960px;
}


.details_top {
	width:960px;
	height:70px;
	background:url(../Images_Web/content_top.jpg) no-repeat;

}

.details_top h3 {
	padding: 20px 0 0 0;
	font-size: 14px; 
	color: #0073b0;

}
.middle {
	width:960px;
	background: url(../Images_Web/content_middle.jpg) repeat-y

}

.middle_body {
	width: 900px;
	margin: auto; 
}

.bottom {
	height: 26px;
	background: url(../Images_Web/content_bottom.jpg) no-repeat
}

/*--- information content  ---*/
.inf_con {
	width: 900px;
	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:#0073b0;
	line-height:30px;
}

.breadcrumb2 ul li a {
	color:#0073b0;
	line-height:30px;}

.breadcrumb2 ul li a:hover {
	color: #67c658;
	line-height:30px;}








/*--- title ---*/
.title {
	clear: both;

}
.title h2 {
	height:46px;
	line-height:36px;
	text-align: center;
}

.title strong {
	color:#0073b0;
	font-size: 14px;
}

/*--- origin ---*/
.origin {
	height:24px;
	color:#666;
	padding-top:10px;
	border-bottom: 1px dashed #ccc;
}


/*---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;
 }
 

