.content.art_bank.art_effect {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.content.art_bank.art_effect.width1100 .contentTitle {
    width: 1100px;
    margin: 0 auto;
}
.content.art_bank.art_effect .contentTitle {
	font-size: 38px !important;
	font-weight: normal;
	font-family: Oswald;
margin-bottom: 80px !important;
}
.content.art_bank.art_effect.width1100 .contentBody {
	margin: 0 auto;
	width: 1100px;
}
.content.art_bank.art_effect .contentBody .records-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content.art_bank.art_effect.three .contentBody .records-container .object {
    width: 30%;
}

.content.art_bank.art_effect .contentBody .records-container .object .objectImage {
    width: 60px;
}

.content.art_bank.art_effect.three .contentBody .records-container .object .record-note {
    padding-left: 20px;
    padding-right: 20px;
}