.pictures-list-content{padding: 10px;margin-top: 10px;border: 1px solid #ededed;}
.pictures-list-content>h3{text-align: center;line-height: 40px;}
.pictures-list{width: 100%;margin-bottom: 20px;}
.pictures-list-list{float: left;width: 16.66%;padding: 10px;padding-bottom: 0;}
.background-img{height: 120px;width: 100%;}
.list-name{line-height: 20px;height: 20px;text-align: center;font-size: 15px;}
.content-left{width: 70%;margin: 0 auto;}
.content-left>h3{text-align: center;border-bottom: 1px solid #ededed;padding-bottom: 20px;margin-top: 20px;margin-bottom: 20px;}
.list-position{text-align: center;line-height: 20px;height: 80px; font-size: 14px;overflow:hidden;}
@media only screen and (max-width: 768px) {
	.pictures-list-content{margin: 0;border: none;}
	.pictures-list-list{width: 50%;}
	.content-left{width: 100%;margin: 0 auto;}
	.content-left>h3{margin: 10px 0;padding-bottom: 10px;}
}