@charset "utf-8";
/* CSS Document */
#container {
	width: 722px;
	height: auto;
	margin: auto;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px #DDDDDD solid;
	background-image: url(../wrapper/container_bg.png);
	box-shadow: 0px 5px 10px 1px lightgray;
	padding: 10px;
	
}
#container2 {
	width: 682px;
	height: auto;
	margin: auto;
	letter-spacing: 0px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px #DDDDDD solid;
	background-image: url(../wrapper/container_bg.png);
	box-shadow: 0px 5px 10px 1px lightgray;
	padding: 30px;
	
}
#list {
	width: 100%;
	height: auto;
	float:left;
}
#list .photobox {
	width:236px;
	height:298px;
	margin:0 2px 0 2px;
	padding:0 0 0 0;
	float:left;
	background-image: url(bg.png);
	}
#list .photobox:hover {
	background-image: url(bg-.png);

	}
#list .date {
	width:80px;
	height:50px;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	float:left;
	text-align:center;
	color:#FFF;
	}
#list .date span{ font-size:25px;}
#list .caption {
	width:150px;
	height:42px;
	margin:0 0 0 0;
	padding:18px 0 0 0;
	float:left;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	}
#list .caption a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list .caption a:hover {
	color: #D52541;
	text-decoration: none;
}

#list .photo {
	width:230px;
	height:173px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	}
#list .des {
	width: 210px;
	height: 45px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
	float: left;
	overflow:hidden;
	}
/***最新消息內頁*********************************************************/
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#list2 .left {
	width: 500px;
	height: auto;
	float: left;
	margin:20px 0 20px 0 ;
}

#list2 .right {
	width: 106px;
	height: auto;
	margin: 0 0px 0 0;
	float: right;
}
#list2 .caption {
	width: 560px;
	height: auto;
	padding: 30px 0 0 10px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
	float: right;
}
#list2 .date {
	width: 100px;
	height: 55px;
	padding:20px 0 0 0;
	float: left;
	color: #492D0A;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	background-color:#888888;
	text-align:center;
	color:#FFF;
}
#list2 .date span{ font-size:30px;}

#list2 .photo_nav {
	width: 642px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	float: left;
	border: 1px #888888 solid;
}
#list2 .txt {
	width: 100%;
	height: auto;
	letter-spacing: 1px;
	padding-top: 20px;
}

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

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