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

#dis_block {
	margin-left: 0px;
	width:700px;
	height:360px;
}
.dis_left {
	margin-right: 30px;
	margin-top: 20px;
	float: left;
}
.dis_right {
	height: 20px;
	width: 20px;
	margin-top: 20px;
	float: right;
	margin-left: 20px;
	margin-right: 30px;
}
.dis_main {
	float: left;
	width:700px;
	height:360px;
}
.dis_pic {
	float: left;
	width: 310px;
	height: 180px;
	text-align: center;
}
/*圖片滑出黑色塊*/
.gallery_block {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.gallery_block img {
	position: relative;
	border: 0;
}
.gallery_block .caption {
	position: absolute;
	top: 140px;	/* .gallery_block 的高 - 想顯示 title 的高(這邊是設 55) */
	width: 300px;	/* .gallery_block 的寬 - .caption 的左右 padding */
	padding: 0;
	cursor: pointer;
	color: #fff;
	background: url(../images/black.png) repeat;
}
.caption {
	height: auto;
	margin-top: 30px;
}
.desc {
	margin-top: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 8px;
	text-align: left;
	font-size: 15px;
}
.desc a {
	color: #FFF;
	text-decoration: none;
}
.desc a:hover {
	color: #FFF;
	text-decoration: none;
}
.dis_nav_father {
	position: relative;
	bottom:0px;
	height:455px;
	width:214px;
	overflow:auto;
}
.dis_nav {
	position: absolute;
}
.dis_nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.dis_nav a:hover {
	color: #54c3c6;
	text-decoration: none;
}
.dis_nav ul {
	margin: 0px;
}
.dis_nav li {
}
.dis_nav li a {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
