body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.c-box {
	flex: 1;

}



.content-box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
	margin: 0 auto;

}

.m-title {

	text-transform: none;
}

.footer {
	margin-bottom: 0px !important;
}

.list1 .cl-box {
	height: auto;
}

.l1-text {
	font-size: 15px;
	color: #222;
	line-height: 1.5;
	padding: 3px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media(max-width:1000px) {

	.nodate {
		width: 100%;
		flex: 1;
		line-height: 200px;
		height: calc(100vh - 241px);
		font-size: 20px;
		text-align: center;
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
		white-space: nowrap;
		background-image: url(../image/notdate.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50%;
		/* display: none; */
	}

	.m-title {
		overflow: hidden;
	}

	.list1 {
		width: 100%;
		margin: 0 auto;
		justify-content: flex-start;
	}

	.list1 .cl-box {
		width: 30%;
		/* height: 90px; */
		margin-right: 15px;
		box-shadow: none;
	}

	.list1 .cl-box img {
		height: 90px;
		border-radius: 10px;
	}

	.list1 .cl-box:nth-of-type(3n) {
		margin-right: 0px;
	}
}

@media(min-width:1000px) {
	.content-box {
		flex: 1;
	}

	.nodate {
		flex: 1;
		width: 100%;
		height: calc(100vh - 441px);
		line-height: 450px;
		font-size: 20px;
		position: absolute;
		white-space: nowrap;
		top: 5%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-image: url(../image/notdate.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 1;
		/* display: none; */
	}

	.list1 {
		width: 100%;
		margin: 0 auto;
		justify-content: flex-start;
	}

	.list1 .cl-box {
		box-shadow: none;
		margin: 0 20px 20px 0;
	}

	.cl-box img {
		border-radius: 10px;
	}

	.list1 .cl-box:nth-of-type(11n) {
		margin-right: 0px;
	}
}

.footer {
	margin-bottom: 0px !important;
}