.limit-two-lines {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#spotlight a {
	display: inline-block
}

#spotlight b {
	display: block;
	padding: 10px
}

#spotlight button {
	padding: 5px 10px
}

#spotlight img,.modal-body .image {
	max-width: 270px;
	margin: 10px
}

.modal-body .image {
	display: inline-block;
	max-height: 180px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.spotlight.image {
	cursor: pointer
}

.materialshow ul li{list-style-type:none; display: block;float: left;width: 290px;height: 200px;border: 1px solid #ebedf2; margin: 20px;position: relative;}
.materialshow ul li a:first-child{list-style-type:none; display: block;float: left;width: 100%;height: 100%;text-align: center;line-height: 190px;}
.materialshow ul{margin: 0;padding: 0;}
.materialshow ul li a{margin: 0;padding: 0;display: inline-block}
.materialshow .removefile { 
	/* margin-left: -19px; margin-top: -7px;  */
	top: -9px;
	right: -4px;
	left: 270px;
	font-size: 1.6rem; display: inline-block; position: absolute; color: #b8bdcd}
.materialshow li .removefile{ cursor: pointer;}