@charset "utf-8";
/* CSS Document */
#container {
	width: 730px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*-照片列表-----------------------------------------*/
#container .c01 {
	color: #3F5F9F;
}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
}
#list .frame {
	width: 330px;
	height: auto;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 8px 0px 10px 0px;
	border: 1px #DBBB69 solid;
	background-color: #fff;
}
#list .frame:hover {
	border: 1px #DBBB69 solid;
	background-color: #D3AE4B;

}
#list .frame:hover .caption a{
	color:#FFF;
}
#list .frame:hover .date{
	color:#FFFFBF;
}
#list .frame:hover .description{
	color:#EEEEEE;
}
#list .frame_label {
	width: auto;
	height: auto;
	z-index: 5;
	position: absolute;
	top: -10px;
	right: -7px;
}
#list span {
	color: #8e0000;
}
/***最新消息*********************************************************/
#list .photo {
	width: 308px;
	height:231px;
	margin: auto;
	text-align:center;
	
	
}
#list .photo img {
		max-width: 308px;
	max-height:231px;

}
#list .info_nav {
	width: 100%;
	height: auto;
	margin: auto;
}
#list .date {
	width: 100px;
	height: auto;
	float: left;
	margin-left: 10px;
	color: #AA8A34;
	font-size: 12px;
	padding-top: 5px;
}
#list .caption {
	width: 208px;
	height: 42px;
	float: left;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#list .caption A:link {
	color: #545454;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #545454;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
#list .description {
	width: 308px;
	height: 50px;
	color: #777777;
	margin: auto;
	padding-top:10px;
	line-height: 20px;
	background-image: url(line.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#list .more {
	width: 100%;
	height: 35px;
	color: #A0866E;
	text-align: right;
}
#list .border01 {
	border-bottom: 1px #CCCCCC solid;
}
/*******************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
}
#list2 .left {
	width: 416px;
	height: 312px;
	float: left;
	padding: 5px;
	background-color: #FFF;
	border: 1px #DBBB69 solid;

}
#list2 .left img{

	
	}
#list2 .right {
	width: 280px;
	height: 430px;
	float: right;
	padding-top: 0px;
}
#list2 .caption_frame {
	width: 100%;
	height: auto;
	margin-bottom:10px;
	border-bottom:1px dotted #91CEC1;
}
#list2 .caption {
	width: 600px;
	padding: 5px 0 0 15px;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
	
}
#list2 .date {
	width: 100px;
	height: 21px;
	padding-left: 0px;
	color: #00B285;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}

#list2 .photo_nav {
	width: 100%;
	height: auto;
	position:relative;	
}
#list2 .txt {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #85796A;
	letter-spacing: 1px;
	padding: 10px 0 20px 0;
}
#list2 .photos_nav {
	width: 82px;
	height: auto;
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
}

#list2 .s_photo {
	width:80px;
	height:60px;
	background:#FFFFFF;
	border: 1px solid #DBBB69;
	}
	
#list2 .s_photo table{
}
	
#list2 .photostyle_s {
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;

}
#list2 .photostyle_s:hover {
	border: 1px solid #DBBB69;
}
/************************************************************/
#list2 .cover {
	width: 80px;
	height: 60px;
	position: absolute;
	z-index: 5;
	left: 1px;
	top: 1px;
}

#list2 .photos_nav:hover .cover {
	width: 80px;
	height: 60px;
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(cover.png);
}
