*{
	font-family: SimSun;
}
a{
	text-decoration: none;
}
ul,li{
    list-style: none;
}
.clear:after{
	clear: both;
	content: '';
	height: 0;
	display: block;
	visibility: hidden;
}
.bh_wrapper{
	width: 1200px;
	margin:20px auto;
}
/*左侧*/
.bh_left{
	width: 810px;
	float:left;
}
.bh_hot,.bh_list{
	margin:20px;
}
/*热门百货*/
 .hot_title{
	color: #abc300;
	font-size: 16px;
}
.hot_ul{
	margin:35px 0px;
}
.hot_ul li{
	margin-right: 20px;
	float: left;
	display: block;
	list-style: none;
	width: 22%;
	text-align: left;
	margin-bottom: 25px;
}
.hot_ul li a{
	font-size: 14px;
	color: #868684;
	display: block;
	text-decoration: none;
}
.hot_ul li a:hover{
	color: #e60012;
}
/*热门百货 end*/
/*百货列表*/
.list_li{
	width: 100%;
	margin-top: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_li .list_left{
	width: 170px;
	margin: 30px;
	margin-right: 20px;
	float: left;
}
.list_li .list_left .img_wrap{
	width: 170px;
	height: 130px;
	/*border-radius: 5px;*/
	overflow: hidden;
	
}
.list_li .list_left .img_wrap img{
	width: 100%;
	border-radius: 8px;
}
.list_li .list_left .hot_wrap{
	margin-top: 15px;
}
.list_li .list_left .hot_wrap .hot_icon{
	display: inline-block;
	width: 19px;
	height: 22px;
	margin-left: 45px;
	margin-bottom: -6px;
}
.list_li .list_left .hot_wrap span{
	color: #484848;
	font-size: 14px;
}
.list_right{
	width: 490px;
	float: right;
	margin-top: 25px;
	margin-right: 40px;
}
.list_right .title{
	font-size: 16px;
	color: #484848;
}
.list_right .title:hover{
	color: #ff0000;
}
.list_right .title:hover .address{
	color: #484848;
}
.address{
	float: right;
}
.address_icon{
	float: right;
	width: 19px;
	height: 19px;
	margin-right: 5px;
}
.artical{
	color: #484848;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow: hidden;
	line-height: 27px;
	margin-top: 20px;
}
.btn{
    font-size: 16px;
    color: #484848;
    text-align: center;
    margin:40px 0;
    cursor: pointer;
}
.btn:hover{
    color: #ff0000;
}
/*百货列表 end*/
/*右侧*/
.bh_right{
	width: 370px;
	float:right;
	margin-left: 20px;

}
.bh_class{
	margin: 20px 30px;
}
/*百货分类*/
.class_wrap{
	margin-top: 30px;
}
.class_wrap .class_title{
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}

.class_list a{
	float: left;
	display: block;
	color: #a4a4a4;
	font-size: 14px;
	margin-right: 40px;
	margin-top: 15px;
}
.class_list a:nth-child(3n){
	margin-right: 0;
}
.class_list a:hover{
	color: #ff0000;
}
/*百货分类 end*/
/*最新百货*/
.bh_news{
	margin: 80px 30px;
}
.news_wrap{
	margin-top: 30px;
}
.news_list{
	margin-bottom: 30px;
}
.news_list .newsimg{
	float: left;
	width: 100px;
	height: 77px;
	overflow: hidden;
}
.news_list .newsimg img{
	width: 100%;
	border-radius: 5px;
}
.news_list .news_mes{
	float: right;
	width: 185px;
}
.news_list .news_mes .news_title{
	color: #484848;
	font-size: 14px;
}
.news_list .news_mes .news_title:hover{
	color: #ff0000;
}
.news_list .news_mes .news_p{
	color: #484848;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	line-height: 22px;
	margin-top: 18px;
}
/*最新百货 end*/