@charset "utf-8";
/* CSS Document */
#container {
	width: 720px;
	height: auto;
	margin: auto;
	letter-spacing: 2px;
	text-align: justify;
	line-height: 20px;
	text-justify: inter-ideograph;
}
/*-照片列表-----------------------------------------*/
#list{
	width:100%;
	height:auto;
	
	
	}
#list .list{
	width: 720px;
	padding: 10px 0px 10px 0px;
	}
#list .list:hover .photo{
	background-image:url(links-.png);
	}	
#list span {
	color: #8e0000;
}
/***最新消息*********************************************************/
#list .photo{
	width: 95px;
	height: 86px;
	float: left;
	background-image:url(links.png);
	-webkit-transition: border-color 120ms linear;
	-moz-transition: border-color 120ms linear;
	-o-transition: border-color 120ms linear;
	transition: border-color 120ms linear;
	
	}


#list .info_nav{
	width: 620px;
	height: 85px;
	float: right;
	border-bottom: 1px dotted #C9C9C9;
	
	}
#list .date {
	width: 70px;
	height: 21px;
	margin-top: 5px;
	padding-left: 0px;
	color: #00B285;
	float: left;
}
#list .day {
	width: 24px;
	height: 22px;
	float: left;
	padding-top: 2px;
	background-image: url(date_bg.png);
	color: #FFF;
	text-align: center;
	
	}
#list .caption{
	width: 100%;
	height: 20px;
	padding: 35px 0 0px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	
	}
#list .caption A:link {
	color: #444444;
	font-weight:bold;
	TEXT-DECORATION: none;
}
#list .caption A:visited {
	color: #E62F41;
	TEXT-DECORATION: none;
}
#list .caption A:hover {
	color: #F46A22;
	TEXT-DECORATION: underline;
}

#list .links {
	width: 100%;
	height: auto;
	color: #666666;
	margin-top: 5px;
}
#list .links a {
	color: #666666;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list .links a:hover {
	color: #F27F3F;
	text-decoration: none;
}

#list .border01 {
	border-bottom:1px #BBBBBB  dotted;

}
