.dlitem img{
	max-width: 100%;
	cursor: context-menu;
}
.dlitem button{
	width: 100%;
	float: right;
	font-size: 13px;
	box-sizing: border-box;
	padding: 3% 1%;
	cursor:pointer;
	color: #656225;
	background: #FFCE12;
}
.dlitem .btn-info{
	background: #3FC4EA;
	color: #fff;
}
.dlitem li{
	list-style: none;
	font-size: 14px;
}
.dlitem{
	float: right;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #B7B7B7;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	height: 300px; 
	margin-bottom: 23px;
	padding:15px;
	text-align:center;
	 flex-grow: 1;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 322px;
}
.dsit{
	display:table
}

.dlitem:hover {
	    border: 1px solid #FFCE12;
    -webkit-box-shadow: 4px 4px 10px 0px rgb(255, 206, 18);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 10px 0px rgb(255, 206, 18);
}
#dle-content{
	flex-direction: row;
	display : flex;
	 justify-content: space-around;
	flex-wrap: wrap;
    width: 100%;
	display: inline;
}