@charset "utf-8";
/* CSS Document */
#container {
	width: 721px;
	height: auto;
	margin: auto;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #4C4C4C;
	line-height: 23px;
}
#container .c01{
	color:#DFB325;
	font-weight:bold;
	}
/*-照片列表-----------------------------------------*/
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photoframe {
	height: 127px;
	width: 720px;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px #E3F2E6 solid;

	
}


#list .date {
	padding-top: 3px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #E1327F;
	line-height: 16px;
}
#list .caption {
	width: 680px;
	height: 25px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	color: #777777;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px #E5D297 solid;
}
#list .caption a {
	color: #000000;
	TEXT-DECORATION: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#list .caption a:hover {
	COLOR: #900;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	COLOR: #FA5C10;
	
}
#list .txt {
	height: 60px;
	width: 575px;
	color: #4C4C4C;
	text-align: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
	float: left;
	letter-spacing: 2px;
	line-height: 20px;

	
}
#list .more {
	width: 83px;
	height: 26px;
	float: left;
	margin: 10px 0 0 20px;
}/*分享按鈕變色方式*/

/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#list2 .left {
	width: 548px;
	height: auto;
	float: left;
}
#list2 .left img{
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
border:2px #C79C43 solid;
}
#list2 .right {
	width: 120px;
	height: auto;
	margin: 0 30px 0 0;
	float: right;
}
#list2 .caption {
	width: 610px;
	height: auto;
	padding: 2px 0 0 10px;
	font-size: 14px;
	color: #5E2A02;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
}
#list2 .date {
	width: 98px;
	height: 26px;
	float: left;
	color: #492D0A;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-image:url(date_bg.jpg);
}
#list2 .photo_nav {
	width: 100%;
	height: auto;
	padding-top:20px;
	margin-top:20px;
	float:left;
border-top: 1px #E5D297 solid;	
}
#list2 .txt {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	padding-top: 20px;
}

#list2 .photos_nav {
	width: 100%;
	height: auto;
	margin: 10px 0;
	position:relative;
	text-align:center;
}
#list2 .cover {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 1px;
}
#list2 .photos_nav .cover {
	width: 120px;
	height: 90px;
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(cover.png);
}
#list2 .photos_nav .cover:hover {
	width: 120px;
	height: 90px;
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
	background-image: url(cover.png);
}

/************************************************************/
