@charset "utf-8";
/*----------最新消息----------*/
#photo {
	float: left;
	width: 1080px;
	color: #FFF;
}
#photo ul {
	width: 250px;
	display: block;
	float: left;
	margin: 10px;
	position: relative;
	height: 280px;
}

#photo ul li {
	display: block;
}

#photo ul .map {
	width: 230px;
	float: left;
	overflow: hidden;
	background: #fff;
	height: 150px;
	clear: both;
	overflow: hidden;
	/* -webkit-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5); */
	-moz-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	position: relative;
	padding: 10px;
}
#photo ul .map span {
	height: 150px;
	width: 230px;
	overflow: hidden;
	float: left;
}
#photo ul .map img {
		width: 290px;
		height: 190px;
		-webkit-transform: translate(-12.5px, -8px);
		-moz-transform: translate(-12.5px, -8px);
		-o-transform: translate(-12.5px, -8px);
		transform: translate(-12.5px, -8px);
		-webkit-transition: width 0.4s linear, height 0.4s linear, -webkit-transform 0.4s linear;
		-moz-transition: width 0.4s linear, height 0.4s linear, -moz-transform 0.4s linear;
		-o-transition: width 0.4s linear, height 0.4s linear, -o-transform 0.4s linear;
		transition: width 0.4s linear, height 0.4s linear, transform 0.4s linear;
	}
#photo ul .map:hover img {
		width: 230px;
		height: 150px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

#photo ul .Name {
	font-size: 10pt;
	line-height: 16pt;
	color: #666;
	float: left;
	width: 230px;
	margin: 15px 10px 5px 10px;
}
#photo ul .Date {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
	color: #C00;
}
#photo ul .Broadcast {
	position: absolute;
	z-index: 1000;
	left: 130px;
	top: 70px;	
}



/*----------實績----------*/
#project_map {
	float: left;
	width: 1080px;
	margin-bottom: 60px;
}
.subjectss {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #666;
}
#project_map .Staff {
	width: 230px;
	float: left;
	overflow: hidden;
	background: #fff;
	clear: both;
	overflow: hidden;
	/* -webkit-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5); */
	-moz-box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	box-shadow: 0 0px 8px rgba(102, 102, 102, 0.5);
	position: relative;
	padding: 10px;
	margin: 10px;
}
.abgne_tip_gallery_block {
	width: 230px;
	overflow: hidden;
	position: relative;
	float: left;
	}


	.abgne_tip_gallery_block .caption {
	position: absolute;
	top: 100%;	/* .abgne_tip_gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 220px;	/* .abgne_tip_gallery_block 的寬 - .caption 的左右 padding */
	padding: 10px;
	cursor: pointer;
	color: #fff;
	background-image: url(../images/1px_black.png);
	background-repeat: repeat;
	}
	.abgne_tip_gallery_block .caption h3 {
	margin: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px;
	}
	