@charset "utf-8";

.title{
	margin:20px 0px 10px 20px;
	color:#606060;
	font-family:"黑体";
	font-size:18px;
}

.record_message{
	line-height:21px;
}

.record_list div{
	margin:20px 0px 20px 0px;
	border-bottom:1px dotted #AAAAAA;
}

.record_list a{
	height:143px;
	width:167px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#606060;
	display:block;
	text-decoration:none;
	margin-right:18px;
}
.record_list a:hover{
	color:#000000;
}

.record_list img{
	height:110px;
	width:165px;
	border:0px;
	margin-bottom:5px;
	border:1px solid #D9D8D8;
}

.page_box{
	background-color:#F0F0F0;
	border:1px solid #D8D8D8;
	line-height:30px;
}
.add_border{
	border-top:3px solid #009899;
	margin-bottom:20px;
}
.pages_number{
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	border-right:1px solid #D9D8D8;
}
.pages_infor{
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #D9D8D8;
	float:left;
}
.pages_types{
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid #D9D8D8;
	float:left;
}

.pages_types a{
	text-decoration:none;
	color:#009899;
}
.pages_button{
	float:right;
	margin-right:20px;
}
.pages_button img{
	border:0px;
}


.picture_content{
	background-color:#F0F0F0;
	padding:20px 20px 10px 20px;
	border:1px solid #D8D8D8;
	line-height:21px;
}

.page_title{
	color:#606060;
	font-family:"黑体";
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px dotted #A9A9A9;
	margin-bottom:2px;
}

.picture_name{
	float:left;
	width:195px;
	overflow:hidden;
	line-height:25px;
	height:25px;
}

.picture_types{
	float:left;
	width:305px;
	line-height:25px;
	height:25px;
}

.picture_types span{
	display:block;
	color:#009899;
	float:right;
	padding:0px 8px 0px 8px;
}

.picture_types b{
	font-weight:100;
	display:block;	
	float:left;
	padding:0px 10px 0px 10px;
}

.picture_button{
	float:right;
}
.picture_button img{
	border:0px;
}

#photo{
	margin:25px 0px 25px 0px;
	text-align:center;
}

#photo img{
	max-width:558px !important;	
	width:expression(this.width>550?550:true);
}
#photo_name{
	font-weight:bold;
	font-size:16px;
}