/************************************************************
* 分页面样式表
* 此样式表存在于Content页面中，并作为默认样式
* Author: DANA(Web Designer)
*Technical Exchange: QQ21260224
*************************************************************/



.v_details {
	clear:both;
	width:680px;
	border:solid 1px #beebbe;
	padding:20px 20px;
	margin:0 0 20px 0;
	overflow:hidden;
}



/*--- information content  ---*/
.inf_con {
	width: 680px;
	padding:15px 0;
	text-align:left;
	line-height:28px;
	color:#333;
}

/*--- bread crumb ---*/

.breadcrumb {

	height:30px;
	line-height: 28px;
	color:#333;

}
.breadcrumb li  {
float:left;
line-height:30px;
padding: 0 5px 0 5px;}
.breadcrumb li a{
	color:#333;

}

.breadcrumb li a:hover{
	color:#1a6bac;

}

/*--- title ---*/
.title {
clear: both;
width:720px;
height:40px;
text-align: center;


}
.title h2 {
	line-height:32px;
	text-align: center;
}

.title strong {
	color:#333;
	font-size: 14px;
}

/*--- origin ---*/
.origin {
	line-height:24px;
	color:#666;
	border-bottom: 1px dashed #ccc;
	margin:0 0 10px 0;
}

.origin  a {
color:#333;}
.origin  a:hover {
color:#1a6bac;}


/*---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/icons/content_tools.gif) no-repeat
}
.note li a {
color:#333;}
.note li a:hover {
color:#1a6bac;}

.note li#document_print { 
	background-position: 2px 0;
}

.note li#window_close { 
	background-position: 2px -18px; 
}

.note li#back_top { 
	background-position: 2px -36px;
 }
 

