/************************************************************
* ��ҳ����ʽ��
* ����ʽ�������Contentҳ���У�����ΪĬ����ʽ
* Author: DANA(Web Designer)
*************************************************************/


/*--- details ---*/

.details {
	margin:10px auto;
	width:960px;
}


.details_top {
	width:960px;
	height:70px;
	background:url(../images/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/content_middle.jpg) repeat-y

}

.middle_body {
	width: 900px;
	margin: auto; 
}

.bottom {
	height: 26px;
	background: url(../images/content_bottom.jpg) no-repeat
}

/*--- information content  ---*/
.inf_con {
	width: 900px;
	padding:15px 0;
	text-align:left;
	line-height:28px;
	color:#333;
	font-size:14px;
}



/*--- title ---*/
.title {
	clear: both;

}
.title h2 {
	height:46px;
	line-height:36px;
	text-align: center;
}

.title strong {
	color:#333;
	font-size: 18px;
}

/*--- origin ---*/
.origin {
	height:24px;
	color:#666;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	text-align:center;
}


/*---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/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;
 }
 

 .inf_con img{
    max-width: 100%;
}
.inf_con p img{
    max-width: 100%;
}