.wrap{ .s1{ display: block; min-height: 200px; overflow: hidden; .fl{ width: 340px; margin-right: 1%; text-align: center; padding-bottom: 0; min-height: 700px; float: left; .item{ margin-bottom: 40px; img{ width: 100px; object-fit: contain; } p{ font-weight: 400; font-size: 12px; color: rgba(40,46,48,0.6); } .t1{ font-weight: 400; font-size: 14px; color: #282E30; margin: 5px 0; } } } .fr{ width: calc(98% - 340px); margin-left: 1%; min-height: 700px; float: right; } } }