@charset "utf-8";
.pro-list li {
	width: 31.3%;
	height: auto;
	margin-left: 1%;
	float: left;
	margin-right: 1%;
	margin-bottom: 20px;
}

.pro-list li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

.pro-list li a:hover .pro-pic {
	border: 1px solid #FF9900;
}
.pro-pic {
	width: 100%;
	float: left;
	height: 0px;
	padding-bottom: 66%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.pro-pic img {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	height: auto;
	width: 100%;
}

.pro-title {
	font-size: 20px;
	color: #004494;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.pro-box {
	padding-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}
.pro-box table {
	width: 100%;
}

.pro-box table tr td {
	/* [disabled]white-space: nowrap; */
	padding: 5px;
}

.pro-title {
	font-size: 18px;
	color: #003293;
	font-weight: bold;
	text-overflow : ellipsis;
	white-space: nowrap;
	width: 10%;
}
.pro-title-show {
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.pro-price {
	color: #DE0023;
	/* [disabled]text-align: center; */
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	width: 100%;
}
.pro-desc {
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
}

.text {
}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {
	
}

/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {
	
	.pro-list li {
		width: 94%;
		margin-left: 3%;
		float: none;
		margin-right: 3%;
		margin-bottom: 20px;
	}

}
