@charset "utf-8";

.thumbs{
	width: 760px;
	margin-left: 40px;
}

.thumbs ul{
	overflow: hidden;
}

.thumbs li{
	width: 340px;
	padding-top: 15px;
	padding-bottom: 24px;
	margin-right: 32px;
	display:inline-block;
	vertical-align:top;
}

* html .thumbs li { /* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html .thumbs li{ /* IE 7 */
	display:inline;
	zoom:1;
}

.thumbs li h3{
	height: 160px;
	background: #ffffff url(../img/index_thumb_bg.jpg) no-repeat;
	text-align: center;
	padding-top: 10px;
}

.thumb-txts{
	margin-left: 10px;
	font-size: 85%;
	color: #666666;
}

.thumb-txts h4{
	padding-bottom: 0.5em;
}

.detailBtn {
	margin-left: 10px;
	padding-top: 1em;
}
