 .article-item {
	display: flex;
	width: 848px;
   height:172px;
 	min-height: 100px;
	padding: 16px;
	margin-bottom: 16px;
   background: #fff !important;
   border-radius: 3px 3px 3px 3px;
}
.article-item img {
	flex: none;
	width: 250px;
	height: 140px;
	margin-right: 16px;
   position: relative;
}
.play-icon-mask{
   position: absolute;
	width: 250px;
	height: 140px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.can-click{
  width: 110px !important;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #c9c9c9;
  color: #757575;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}