@charset "utf-8";
#content .workList{
	text-align:center;
	width:280px;
	height:180px;
	float:left;
	margin:10px 20px 0 7px;
	border:solid 1px #ccc;
	background-color:#eee;
	padding:0;
	}
#content .workList:nth-child(3n){
	margin-right:0;
	}
#content .workList a.workThum{
	display:block;
	width:280px;
	height:150px;
	margin:0;
	padding:0;
	overflow:hidden;
	}
#content .workList .workThum img{
	width:280px;
	height:auto;
	margin:0;
	padding:0;
	}
#content .workList h4{
	margin:7px;
	padding:0;
	font-size:14px;
	font-weight:bolder;
	color:#000;
	background:url(http://www.darkeyes.com.tw/wp/wp-content/themes/responsive/core/css/button_plus.png) no-repeat right center;
	}
#content .workList h4 a.more{
	color:#000;
	display:block;
	width:100%;
	height:100%;
	
	}

