.coupon_container{
	width: 100%;
	margin: 0 auto;
}
.coupon_list{
	width: 100%;
	
}

.coupon_list{}
.coupon_list li{
	display: inline-block;
	
	margin: 10px 10px;
	width:95%;
	background-image: url(../img/yhqbg.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
	
}
.yhq-con{
	overflow: hidden;
}
.coupon_box > div{
	/*float: left;*/
}
.coupon_left{
	color: #000000;
	float: left;
	width:55%;
	margin: 0 35px;
}
.coupon_value{
	font-size: 0;
}
.coupon_value > span,
.coupon_value > strong{
	/*float: left;*/
	/*display: block;*/
}
.coupon_value > strong{
	font-size: 60px;
	line-height: 60px;
}
.coupon_value > span{
	font-size: 24px;
}
.coupon_value .coupon_text{
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
}
.coupon_value .coupon_text span{
	display: block;
	color: #666;
}
.coupon_left p{
	font-size: 12px;
	margin:  5px 0;
	padding-right: 10px;
}
.coupon_right{
	/*width: 40px;*/
	float: right;
	
	text-align: center;
	
	margin-right: 18px;
	margin-top: 15px;
}
.coupon_right a{
	color: #ffffff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-align: center;
	width: 35px;
	line-height: 28px;
	letter-spacing: 1px;
}
