.content{
	background-color:#fff;
	background-image:url(/images/23/news-bg.png),url(/images/23/news-bg.png);
	background-repeat:repeat-x;
	background-position:0 0,0 100%;
	padding: 20px 0;
}
#news{
	overflow: hidden;
}
#news h3{
    float: left;
	margin-right: 30px;
}
#news .newsinfo{
}
#news .newsinfo >div{
	overflow: hidden;
	line-height: 50px;
}
#news .newsinfo >div p{
    float: left;
	font-size:18px;
	color:#6a211b;
}
#news .newsinfo >div h4{
    float: left;
	margin-left:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
#news .newsinfo >div h4 a{
	color:#010101;
	font-size:18px;
	font-weight:normal;
}

#news .newsinfo >div p.more{
    float: right;
}
#news .newsinfo >div p.more a{
	font-size:14px;
	color:#6a211b;
}
#news .slick-slider{
	margin-bottom: 10px;
}
#ad-list .bxslider{
	overflow:hidden;
	margin-bottom:10px;
}
#ad-list .bxslider div{
	float:left;
	width:23%;
	margin:0 1%;
}
#aboutWrap{
	margin: 15px 0;
	padding: 40px 0;
	background: no-repeat fixed center top / cover;
	-moz-box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
	box-shadow: inset 0 2px 24px rgba(20%,20%,40%,0.5);
}
#aboutWrap h3{
	margin: 10px 0;
	font-size: 30px;
	color: #A20609;
}
#aboutWrap h3 b{
	margin-left: 10px;
	font-size: 16px;
	color: #535353;
}
#aboutWrap article{
	margin: 15px auto;
	width: 60%;
	font-size: 16px;
	line-height: 200%;
}
#aboutWrap article a.more{
	margin-left: 10px;
}
#productWrap ul{
	text-align: center;
}
#productWrap ul li{
	margin: 15px 1%;
	width: 30%;
	display: inline-block;
}
#productWrap ul li .productPhoto a.photo{
	background-size: 100% auto;
}
#productWrap ul li:hover .productPhoto a.photo{
	background-size: 120% auto;
}
#productWrap ul li h3{
	overflow: hidden;
	margin-top: 15px;
	height: 23px;
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#productWrap ul li h3 a{
	color: #8a511b;
}

@media screen and (max-width: 768px) {
	#news h3 img{
		height: 35px;	
	}
	#news .newsinfo >div{
	    line-height: 35px;	
	}
	#news .newsinfo >div p,
	#news .newsinfo >div h4 a,
	#news .newsinfo >div p.more a{
		font-size:14px;
	}
	#ad-list .bxslider div{
		width: 48%;
		margin: 10px 1%;
		text-align: center;
	}
	#aboutWrap article{
		width: 80%;
	}
}
@media screen and (max-width: 640px) {
	#news h3{
		float:none;
	}
	#productWrap ul li{
		width: 47%;
	}
}

@media screen and (max-width: 450px) {
	#ad-list .bxslider div,
	#productWrap ul li{
		width: 98%;
	}
}