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

.artist_article .news_feed_list{
	border-bottom: none;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
	padding: 0;
}
.artist_article .news_images{
	/*width: 30%;
	float: none;*/
	margin-right: 0;
}
.artist_article .news_images img{
	width: 100%;
}

.artist_article  .news_detail{
	width: 100%;
	float: none;
	padding: 20px;
	box-sizing: border-box;
	/*border: 1px solid #eee;*/

}
.artist_article .news_hgroup{
	float: none;
	width: 100%;
	padding-left: 0;
}

.artist_article .news_hgroup h2{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.artist_article .news_text {
	padding-bottom: 0!important;
}

/*goods*/
.artist_goods{
	clear: both;
	margin: 20px 0 0;
	padding:4%;
	background: #efefef;
	border-radius: 4px;
}

.artist_goods .sp_arrows:after{
	display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	/*background: #000;*/
	border-right: 2px solid #333;
	border-top: 2px solid #333;
}

.artist_goods .artist_goods__ttl{
	font-size: 1.25rem!important;
	padding-bottom: 0!important;
	margin-bottom: 10px;
	font-weight: bold;
}

.artist_goods__list{
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
	/*overflow-x: scroll;*/
}

.artist_goods__list li{
	width: 45%;
	/*margin-bottom: 40px;*/
	/*margin-left: 4%;*/
	/*flex-shrink: 0;*/
	/*margin-left: 10px;*/
	/*background: #fff;*/
	padding: 0 5px;
	height: auto;
	/*min-height: 220px;*/
}

.artist_goods__list li:first-child{
	margin-left: 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;
	font-size: 0.875rem;
}
.artist_goods__list li .artist_goods__price{
	font-weight: bold;
	font-size: 0.875rem;
	color: #CC2222!important;
	padding: 0 10px 10px;
}

