@charset "utf-8";
/*---------------------------------------------------------------------------------- 產品 */
#index_pro {
	margin-left: 10px;
}
#index_pro .frame {
	/*background-image: url(../img/index_pro_frame.png);
	background-repeat: no-repeat;*/
	background-color:#eee;
	height: 107px;
	width: 155px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-left: 12px;
	margin-top: 20px;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
}

#index_pro  .frame img {
	/*background-image: url(../img/index_pro_frame.png);
	background-repeat: no-repeat;*/
	height: 107px;
	width: 156px;
	background-color:#eee;
}
.more_btn {
	text-align: right;
	padding-right: 10px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.more_btn a {
	color: #FF6666;
	text-decoration: none;
	font-family: "微軟正黑體", "新細明體", Arial;
	font-size: 13px;
	word-spacing: 0.1em;
	font-weight: bold;
}


.news_list {
}
.news_list li {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 10px;
	margin-left: 7px;
}
.news_list li a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	width:260px;
	overflow:hidden;
	display:-moz-inline-box;/* 一定要加 不然a或span撐不開 */
    display:inline-block;/* 一定要加 不然a或span撐不開 */
}
.news_list .date {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
