@charset "utf-8";
/* CSS Document */

#content{
	color: #666666;
	height: auto;
	width: 690px;
	font-size: 13px;
	line-height: 26px;
	padding: 5px;
}

#content .list{
	margin: 0 8px;
	height: 208px;
	width: 210px;
	float: left;
}
#content .photo{
	width: 204px;
	height: 153px;
	position: relative;
	border: 3px solid #004E74;
	overflow:hidden;
}
#content .photo a{
	background-image: url(hover.png);
	width: 204px;
	height: 153px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	
}
#content .photo a:hover{opacity: 1.0;}

#content .title{
	line-height: 25px;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin: auto;
	width: 190px;
	padding-left: 14px;
	font-size: 14px;
}
#content .title a{
	font-weight: bold;
	color: #00486A;
	text-decoration: none;
}
#content .title a:hover{
	color: #FF8000;
}