@charset "utf-8";
/* CSS Document - about */
#content{
	margin:0 auto;
	position:relative;
	line-height:26px;
}
#content .list{
	height:100px;
	margin-bottom:25px;
}
#content .photo{
	width:218px;
	height:98px;
	float:left;
	border:#CCCCCC 1px solid;
}
#content .info{
	width:470px;
	float:right;
	height:100px;
}
#content .name{
	color:#788C37;
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	line-height:35px;
	height:35px;
	margin-bottom:5px;
	border-bottom:#BBBBBB 1px dashed;
}
#content .name a{
	color:#788C37;
	text-decoration:none;
}
#content .name a:visited{
	color:#788C37;
	text-decoration:none;
}
#content .name a:hover{
	color:#E37200;
	text-decoration:none;
}
#content .con{
	height:60px;
	overflow:hidden;
	color:#777777;
	line-height:20px;
}
#content img{
	max-width: 710px;
	height:auto !important;
}