.live_goods_main {
    display: inline;
    float: left;
    position: relative;
	width: 50%;
	background-color: #FFF;
}
.live_goods {
    color: #000;
    border: 1px solid #CCC;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    min-height: 450px;
}
.live_goods h3 {
    background-color: #000;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}
.live_goods .goods_layout {
	padding: 2%;
}
.live_goods .goods_image {
	width: 60%;
	float: left;
}
.live_goods .goods_image img {
	width: 100%;
}
.live_goods .goods_detail {
	width: 40%;
    float: right;
    text-align: center;
}
.live_goods .price {
    font-weight: bold;
    font-size: 24px;
}
.live_goods .detail {
    margin-top: 1em;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
text-align: justify;
margin-left: 14px;
}
.clearfix {clear:both;}



.live_goods .is-asmart { margin:0px;}
.new_item { width: 100%; }
.new_item .live_goods { height: 100%; }
.new_item .goods_image { width: 40%; }
.new_item .goods_detail { width: 60%; }

.landing__block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}  

.live_goods h4 {
    background-color: #0047ba;
    border: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}
