.list-top {
	width: 100%;
	height: 320px;
	background: url('../img/Frame2.png') no-repeat center;
	background-size: 100% 100%;
}
.list-box {
        width:100%;
        height:100%;
        background: #F1F5F8;
}
.list-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 1200px;
	width: 60vw;
	min-height: 1032px;
	margin: 0 auto;
	padding: 33px 0;
}
.lc-l {
	width: 210px;
	height: 100%;
	margin-right: 33px;
}
.lc-r {
	width: 100%;
	height: 100%;
}