.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: 100%;
	overflow: hidden;
	padding: 5px;
	font-size: 0;
	background-color:#ebe9ea;
}
.list_box ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	text-decoration: none;
	position: relative;
	padding-bottom: 0;
}
.list_box ul li {
	width: calc(100% / 2 - 2%);
	float: left;
	margin: 0 1% 2% 1%;
	clear: right;
	padding: 2%;
	background-color: #FFFFFF;
	border-radius:25px; 
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

.list_box ul li .item_img {
	width: calc(100% / 2 - 0%);
	float: left;
	margin: 0 auto;
}
.list_box ul li .item_text {
	width: calc(100% / 2 - 0%);
	float:left;
}

.list_box ul li img {
	width: 80%;
	margin: 6% auto;
}

.list_box ul li h1 {
	display: block;
	height:30px;
	line-height: 30px;
	background-color: #a9a9a9;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom:10px;
	overflow:hidden;
}
.list_box ul li h2 {
	width: 100%;
	display: inline;
	line-height: 25px;
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	text-decoration: none;
	transition: color 0.1s 0.1s;
	overflow:hidden;
}
.list_box ul li h2>p {
	font-size: 15px;
	line-height: 25px;
	height: 55px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	width: 100%;
	display: inline;
/*	border-bottom: #666666 dashed 1px;*/
	overflow:hidden;
}
.list_box ul li h3 {
	font-size: 15px;
	line-height: 25px;
	height: 55px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	width: 100%;
	display: block;
	border-bottom: #666666 dashed 1px;
/*	transition: color 0.1s 0.1s;*/
	overflow: hidden;
}
.list_box ul li h4 {
	width: 100%;
	display: block;
	height:30px;
	border-radius: 80px;
	line-height: 30px;
	background-color: #393939;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom:10px;
	overflow:hidden;
}

.list_box ul li:hover {
	transform: scale(0.96);
    transition: all .6s;
}
.list_box ul li:hover h1 ~ a {
	color: #e80c45;
	transition: color 0.2s;
}


.list_box ul li p {
	display: block;
	line-height: 20px;
	text-align: left;
	color: #e80c45;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	margin: 8px 3px 5px 0px; 
}
.list_box ul li p:nth-child(3) {
	font-size: 15px;
	color: #333333;
	border-top: #666666 dashed 1px;
/*	text-decoration: line-through;*/
}
.list_box ul li .item_text p:nth-child(4) {
	font-size: 18px;
	color: #e80c45;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	margin:15px 3px 5px 0px; 
}
.list_box ul li span {
	font-size: 30px;
	color: #e80c45;
	vertical-align: -2px; 
	text-decoration: line-through;
}



/* Media Query 碞琌讽糴 < 1220 px 盢更硂琿 CSS */
 @media only screen and (max-width: 1220px){ 
 
.list_box { 
	width: 100%;
}
.list_box ul li .item_img {
	width: calc(100% / 2 - 0%);
	float: left;
	margin: 6% auto;
}	
}

/* Media Query 碞琌讽糴 737 px ~ 1000 px 盢更硂琿 CSS */
@media screen and (min-width: 737px) and (max-width: 1000px){
	
.list_box ul li .item_img {
	width: calc(100% / 2 - 0%);
	float: left;
	margin-top: 8%;
}
}

/* Media Query 碞琌讽糴 < 736 px 盢更硂琿 CSS */
 @media only screen and (max-width: 736px) {

	
.list_box {
	width: 100%;
}	  
	 
.list_box ul li {
	width: calc(100% / 2 - 2%);
	float: left;
	margin: 1%;
	clear: right;
	padding: 2%;
	background-color: #FFFFFF;
	border-radius:25px; -moz-border-radius:25px; /* Firefox 3.6 and earlier */
} 
.list_box ul li .item_img {
	width: 100%;
}
.list_box ul li .item_text {
	width: 100%;
}
 
.list_box ul li img {
	margin:0 auto;
	text-align:center;
	width: 90%;
	margin-top:10px;
}

.list_box ul li h1 ~ 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(3) {
	text-align: left;
	display: block;
}
/*
.list_box ul li .item_text p {
	display: block;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	margin:15px 3px 5px 0px; 
}
*/
.list_box ul li .item_text p:nth-child(4) {
	font-size: 16px;
	vertical-align: -1px;
}
.list_box ul li h1 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	margin-top: 0px;
	overflow: hidden;
}
.list_box ul li h2 {
	width: 100%;
	display: inline;
	line-height: 25px;
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	text-decoration: none;
	transition: color 0.1s 0.1s;
	overflow:hidden;
}
.list_box ul li h2>p {
	font-size: 15px;
	line-height: 25px;
	height: 55px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	width: 100%;
	display: inline;
/*	border-bottom: #666666 dashed 1px;*/
	overflow:hidden;
}
.list_box ul li h4 {
	font-size: 15px;
}	 
}

/*  Media Query 碞琌讽糴 < 480 px 盢更硂琿 CSS */
 @media only screen and (max-width: 480px) {
	 
}
/*  Media Query 碞琌讽糴 < 320 px 盢更硂琿 CSS */
 @media only screen and (max-width: 320px) {
	 
}
