@charset "utf-8";
/* CSS Document */
#container {
	width: 718px;
	height: auto;
	float: left;
	padding: 0px 10px 30px 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	
}
#list {
	width: 100%;
	height: auto;
}
#list .list {
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: auto;
	background-image: url(../common/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list span {
	color: #8e0000;
}
/***最新消息*********************************************************/
#list .photo {
	width: 165px;
	height: auto;
	float: left;
	position:relative;
}
#list .photo img {
	padding: 4px;
	background-color: #FFF;
	border: 1px #D9D9D9 solid;
}
/*圖片覆蓋***************************/
/*上層需要設定position:relative;******/
#list .cover {
	width: 150px;
	height: 113px;/*需扣掉64px高度*/
	text-align: center;
	font-size: 12px;
	top: 5px;
	left: 5px;
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
	position: absolute;
}
#list .photo:hover .cover {
	width: 150px;
	height: 113px;/*需扣掉64px高度*/
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(cover.png);
}
#list .cover a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list .cover a:visited {
	color: #fff;
	text-decoration: none;
}
#list .cover a:hover {
	color: #F27F3F;
	text-decoration: none;
}

/*圖片覆蓋***************************/
#list .info_nav {
	width: 550px;
	height: auto;
	float: right;
}
#list .date {
	width: 80px;
	height: 21px;
	padding-left: 15px;
	color: #ABA76B;
	font-size: 12px;
	float: left;
	padding: 5px 0 5px 0;
	margin:0px 0 0 20px;
}
#list .more {
	width: 54px;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	margin-top: 5px;
}
#list .caption {
	width: 390px;
	height: 20px;
	padding: 5px 0 5px 0;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}
#list .caption A:link {
	color: #9F8670;
	TEXT-DECORATION: none;
	font-weight: bold;
}
#list .caption A:visited {
	color: #9F8670;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	color: #BA3730;
	TEXT-DECORATION: none;
}
#list .description {
	width: 528px;
	height: auto;
	color: #464646;
	font-size: 13px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 10px 0 10px 0;
	border-top: 1px #A9AA8A dotted;
	border-bottom: 1px #A9AA8A dotted;
	background-color: #F4F5F0;
}
#list .border01 {
	border-bottom: 1px #CCCCCC solid;
}
/***最新消息內頁*********************************************************/
/***最新消息內頁*********************************************************/
#list .border01 {
	border-bottom: 1px #CCCCCC solid;
}
#list2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	color: #000000;
	margin: 0 auto;
}
#list2 .left {
	width: 600px;
	height: auto;
	/*float: left;*/
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:center;
	margin:0 auto;
}
#list2 .left img{
	background-color: #FFFFFF;
	border: 1px #D5D6D1 solid;
	padding:10px 35px 10px 35px;	
	
	}
#list2 .right {
	width: 540px;
	height: auto;
	/*float: right;*/
	margin: 10px auto;
}
#name{
	border: 1px #444444 solid;
	height:auto;
	width:100%;
	overflow:hidden;
	margin-bottom: 20px;
}
#name .caption {
	width: 605px;
	height: auto;
	padding: 10px;
	font-size: 15px;
	color: #1F1813;
	letter-spacing: 1px;
	background-color: #444444;
	color: #FFF;
	float:left;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
}
#name .date {
	width: 85px;
	padding: 10px 0 0 5px;
	color: #664C00;
	text-align: center;
	font-size: 12px;
	float:left;
	
}
#list2 .photo_nav {
	width: 100%;
	height: auto;
	
}
#list2 .txt {
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #777777;
	letter-spacing: 1px;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
	border-top:1px #A9AA8A dotted;
}
#list2 .photos_nav {
	width: 70px;
	height: auto;
	float: left;
	margin: 0 10px 7px 8px;
	position:relative;
	
}
#list2 .photos_nav img{
	background-color: #FFFFFF;
	border: 1px #D5D6D1 solid;
	padding:4px 5px 4px 5px;		
	}

/*圖片覆蓋***************************/
/*上層需要設定position:relative;******/
#list2 .cover {
	width: 80px;
	height: 60px;/*需扣掉64px高度*/
	text-align: center;
	font-size: 12px;
	top: 1px;
	left: 1px;
	filter: alpha(opacity=0); /*IE,透明度50%*/
	-moz-opacity: 0; /*Firefox,透明度50%*/
	opacity: 0;/*其他浏览器,透明度50%*/
	position: absolute;
}
#list2 .photos_nav:hover .cover {
	width: 80px;
	height: 60px;/*需扣掉64px高度*/
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
	background-image: url(cover2.png);
}
#list2 .cover a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list2 .cover a:visited {
	color: #fff;
	text-decoration: none;
}
#list2 .cover a:hover {
	color: #F27F3F;
	text-decoration: none;
	
	
}
/*圖片覆蓋***************************/
/************************************************************/
