
.list_box {
	width: 1220px;
	margin:0 auto 0px auto;
	clear: both;
	font-family: "Lucida Grande", "Century Gothic", "Microsoft YaHei", sans-serif;
	margin-top:25px;
}

.list_box ul {
	width: calc(100%);
	overflow: hidden;
	padding: 5px;
	font-size: 0;
	background-color:none;
}

.list_box ul li {
	width: calc(95% / 4 - 10px);
	float: left;
	margin: 12px;
	clear: right;
	padding: 20px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

.list_box ul li img {
	width: 80%;
	margin:0 auto;
}

.list_box ul li h2 {
	width: 100%;
	display: block;
	height:30px;
	line-height: 30px;
	background-color: #a97b38;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom:10px;
	overflow:hidden;
}

.list_box ul li h2 ~ a {
	width: 100%;
	display: block;
	line-height: 25px;
	height: 55px;
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 15px;
	margin-top: 5px;
	padding-bottom: 50px;
	text-decoration: none;
	border-bottom: #666666 dashed 1px;
	transition: color 0.1s 0.1s;display: block;	overflow:hidden;
}

.list_box ul li:hover h2 ~ a {
	color: #e80c45;
	transition: color 0.2s;
}


.list_box ul li p {
	display: inline-block;
	line-height: 20px;
	text-align: center;
	color: #e80c45;
	font-weight: normal;
	font-size: 18px;
	margin-top: 5px;
	text-decoration: none;
	margin:15px 3px 5px 0px; 
}

.list_box ul li p:nth-child(4) {
	text-decoration: line-through;
	color: #333333;
	font-size: 15px;
}

.list_box ul li p:nth-child(6) {
	font-size: 30px;
	vertical-align: -2px;
}






/* Media Query ，也就是當寬度 < 736 px 時將載入下面這段 CSS */
 @media only screen and (max-width: 736px) {

	
.list_box {
	width: 100%;
}	 

	 
.list_box h1 {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 29.66%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	
}

	 
	 
.list_box ul li {
	width: calc(100% / 2 - 15px);
	float: left;
	margin: 7px;
	clear: right;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */
} 
.list_box ul li img {
	margin:0 auto;
	text-align:center;
	width: 90%;
	margin-top:10px;
}
	 
.list_box ul li h2 {
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	margin-top: 5px;
	overflow: hidden;
}

.list_box ul li h2 ~ a {
	width: 100%;
	display: block;
	line-height: 20px;
	height: 40px;
	font-size: 13px;
	margin-top: 5px;
	padding-bottom: 0px;
	overflow: hidden;
}	 
	 
	 
.list_box ul li p {
	display: inline-block;
	line-height: 20px;
	text-align: center;
	color: #e80c45;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	margin:0 3px; 
} 
	
	 
	 
.list_box ul li p:nth-child(4) {
	display: block;
	font-size: 12px;
	text-align: left;
}

.list_box ul li p:nth-child(6) {
	font-size: 20px;
	vertical-align: -1px;
} 
	

	
	

	 
}

/*  Media Query ，也就是當寬度 < 480 px 時將載入下面這段 CSS */
 @media only screen and (max-width: 480px) {
	 
}
/*  Media Query ，也就是當寬度 < 320 px 時將載入下面這段 CSS */
 @media only screen and (max-width: 320px) {
	 
}
