.artist_article{
	width: 100%;
	/*overflow: hidden;*/
}

.artist_article .news_feed_list{
	clear:both;
	padding: 10px 6px 20px;
	border-bottom: none;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.artist_article .news_images img{
	width: 100%;
}
.artist_article  .news_detail{
	width: 100%;
	float: none;
	/*padding: 30px;*/
	padding: 20px 20px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	/*border: 1px solid #eee;*/
}
.artist_article .news_hgroup h2{
	margin-top: 20px;
}
.artist_article .news_read{
	/*padding-top: 0;*/
	margin-right: 20px;
	padding:0;
}
.artist_article .news_text {
	padding-bottom: 0!important;
}

.artist_up_blk{
	overflow: hidden;
	padding-bottom: 10;
}

.artist_goods{
	clear: both;
	margin: 40px 0 20px;
	padding: 30px;
	background: #efefef;
	border-radius: 4px;
}
.artist_goods .artist_goods__ttl{
	font-size: 1.25rem!important;
	padding-bottom: 0!important;
	font-weight: bold;
}

.artist_goods__list{
	/*display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;*/
}

.artist_goods__list li{
	width: 172px;
	margin-top: 16px;
	margin-right: 10px;
	background: #fff;
	height: auto;
}
.artist_goods__list li:nth-child(5n){
	/*margin-right: 0;*/
}

.artist_goods__list li img{
	width: 100%;
	display: block;
	box-sizing: border-box;
	/*border: 1px solid #ccc;*/
}
.artist_goods__list li .artist_goods__name{
	padding: 0 10px;
	padding-bottom: 0!important;
	margin: 5px 0 0;
	font-size: 0.875rem;
}
.artist_goods__list li .artist_goods__price{
	font-weight: bold;
	font-size: 0.875rem;
	color: #CC2222;
	padding: 0 10px 10px;
}

.slick-track{
	margin-left: 0!important;
}

