.lsTitle{
	height:50px;
	line-height:50px;
	color:#229acc;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.smFk{
	width:28px;
	position:relative;
	bottom:2px;
}
.brandcon{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.branditem{
	width: 19%;
    text-align: center;
    position: relative;
}
.branditem span{
	width: 100%;
    text-align: center;
    font-size: 14px;
    color: #262626;
    line-height: 28px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.goods{
	display:inline-block;
	width:45%;
}
.lsWrap{
	padding:10px;
}
.lsMore{
	border-radius:2px;
	background:#671A0F;
	color:#fff;
	font-size:14px;
	padding:4px 11px;
}

.lsArticleItem{
	display:block;
	border-top:1px solid #EEEEEE;
	padding:15px 10px;
	position:relative;
}
.lsArticleTitle{
	color:#333333;
	font-size:16px;
}
.lsArticleItemLeft{
	height:86px;
	width:227px;
	position:relative;
}
.lsArticleItemTime{
	position:absolute;
	bottom:0;
	right:0;
	color:#666666;
	font-size:12px;
}
.lsArticleItemThumb{
	width:112px;
	height:85px;
	position:absolute;
	top:15px;
	right:10px;
}