


.section-list{
	width: 100%;
	height: calc(100% - 288px);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 16px 0;
	overflow-y: auto;
	box-sizing: border-box;
}

.list-item{
	width: 70%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7;
	display: flex;
	box-sizing: border-box;
	margin-top: 20px;
}

.item-left{
	width: 280px;
	height: 180px;
	overflow: hidden;
	border-radius: 12px;
	margin-right: 20px;
}

.item-img{
	width: 100%;
	height: 100%;
	display: block;
}

.item-right{
	width: calc(100% - 300px);
	height: calc(100% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item-bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item-title{
	font-size: 18px;
	
}

.item-detail{
	font-size: 14px;
	color: #999999;
}

.more{
	width: fit-content;
	padding: 0 16px;
	height: 40px;
	background-color:#2ECD9C;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
}

.cte-time{
	font-size: 14px;
	color: #999999;
}

