/************************************************************
* 分页面样式表
* 此样式表存在于Content页面中，并作为默认样式
* Author: DANA(Web Designer)
*************************************************************/


/*--- details ---*/

.details {
	margin:10px auto;
	width:960px;
}


.details_top {
	width:960px;
	height:70px;
	background:url(../images_web/content_top.png) no-repeat;

}

.details_top h3 {
text-align:center;
	padding: 20px 0 0 0;
	font-size: 16px; 
	color: #830009;
	font-family:"Microsoft Yahei";

}
.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;
}



/*--- title ---*/
.title {
	clear: both;

}
.title h2 {
	height:46px;
	line-height:36px;
	text-align: center;
}

.title strong {
	color:#333;
	font-size: 20px;
}

/*--- origin ---*/
.origin {
	height:24px;
	color:#666;
	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;
 }
 

