@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;
}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float: left;
}
#list .photoframe {
	height: auto;
	width: 673px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: calc(100% - 20px);
	border: 1px #00B285 solid;
	background-color:#fff;
}
#list .photoframe:hover {
	border: 1px #00B285 solid;
	background-color:#009F78;
}
#list .photoframe:hover .date{
	color:#FFFFBF;

}
#list .photoframe:hover .txt{
	color:#DDDDDD;

}
#list .photoframe:hover .caption A:link{
	color:#FFF;

}
#list .center {
	height: auto;
	width: 100%;
	float: right;
}
#list .txt {
	height: auto;
	width: 100%;
	padding: 10px 0px 0px 0px;
	color: #747474;
	text-align: left;
	float: left;
	letter-spacing: 2px;
	line-height: 18px;
	background-image: url(line.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#list .photo {
	height: auto;
	width: 220px;
	margin: 0 auto;
	margin: 0px 0px 10px 0px;
	float: left;
}
#list .photo_style {
	padding:5px;
	border: 1px solid #E4E3E2;
}
#list .photo_style:hover {
	padding:5px;
	border: 1px solid #8BBD17;
}
#list .date {
	height: 30px;
	width: 12%;
	float: left;
	color: #8BBD17;
	font-size: 12px
}
#list .caption {
	height: 30px;
	width: 88%;
	padding: 0px 0px 0px 0px;
	color: #666666;
	text-align: left;
	font-size: 15px;
	float: left;
	font-family: '微軟正黑體';
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
#list .caption A:link {
	color: #666666;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #666666;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #057E5B;
}
#list .view {
	height: 130px;
	width: 95px;
	float: right;
}
/*******************************/
#list .border01 {
	border-bottom: 1px #CCCCCC solid;
}
/*******************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
}
#list2 .left {
	width: 420px;
	height: 420px;
	float: left;
	padding: 5px;
	background-color: #FFF;

}
#list2 .left img{
	border: 1px #00B285 solid;
	
	
	}
#list2 .right {
	width: 280px;
	height: 430px;
	float: right;
	padding-top: 0px;
	background-image: url(pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#list2 .caption_frame {
	width: 100%;
	height: auto;
	margin-bottom:10px;
	border-bottom:1px dotted #91CEC1;
}
#list2 .caption {
	width: 600px;
	padding: 5px 10px 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 .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;
	border:1px solid #CCC;
}
#list2 .photostyle_s:hover {
	border:1px solid #00B285;
}
/************************************************************/
#list2 .cover {
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 5;
	left: 1px;
	top: 1px;
}

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