@charset "utf-8";
/* CSS Document */


#position{
	width:694px;
	float:right;
	margin:20px 50px 3px 0;
	text-align:left;
	font:12px 微軟正黑體;
	color:#333;
}
#position a{
	color:#333;
	text-decoration:none;
}
#position a:hover{
	color:#999;
}

#con{
	float:right;
	margin-right:50px;
	text-align:center;
}
#con_title{
	width:694px;
	height:35px;
	background-image:url(../images/title_caselist.png);
}
#con_content{
	width:629px;
	padding:0 30px;
	border:#CCC 2px solid;
	font:14px/24px 微軟正黑體;
	margin-bottom:20px;
}
/*block*/
.block_left{
	width:300px;
	height:300px;
	float:left;
}
.block_pic{
	padding:10px;
}
.block_pic img{
	width:280px;
	height:180px;
}
.block_title{
	width:280px;
	margin:0 auto;
	text-align:left;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.block_title a{
	text-decoration:none;
	color:#666;
}
.block_title a:hover{
	color:#999;
}
.block_con{
	width:280px;
	height:60px;
	font: 12px/20px 微軟正黑體;
	text-align:left;
	margin:0 auto;
	text-overflow:ellipsis;
	overflow: hidden; 
	display: -webkit-box;
    -webkit-line-clamp:3;/* 第六行要顯示點點點 */
    -webkit-box-orient: vertical;
}
.block_right{
	width:300px;
	height:300px;
	float:right;
}

#pages{
	width:600px;
	margin:0 auto;
}
#pages a{
	font:12px/30px 微軟正黑體;
	color:#333;
	text-decoration:none;
}
#pages a:hover{
	color:#999;
}