.item-img-list {
    width: 12%;
    height: auto;
    background-size: cover!important;
    margin: 1px;
    float: left;
}

.clear {
	clear: both;
}

.photo-title {
    padding: 8px 16px;
    background: rgba(81,129,184,1);
    color: #fff;
}

.photo-title span {
    float: right;
}

.photo-content {
    width: 99.7%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 600px){
	
	.item-img-list {
		width: 20%;
	}
	
}