body {
	position: relative;
	width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

.footer {
	margin-bottom: 0px;
}

.content-box {
	min-height: 70vh;
}

.caption_text {
	text-transform: none;
}

.ct_box_four {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ct_four_box {
	width: 21%;
	padding: 10px 15px;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	border-bottom: none;
}

.ct-text_four p:nth-of-type(1) {
	font-size: 15px;
	font-weight: 600;
}

.ct-text_four p:nth-of-type(2) {
	font-size: 13px;
	color: rgba(11, 17, 31, .5);
}

.ct_four_box img {
	border-radius: 4px;
}

@media(max-width:750px) {

	.content-box {
		min-height: 70vh;
		flex: 1;
	}

	.nodate {
		width: 100%;
		height: 400px;
		font-size: 20px;
		position: absolute;
		white-space: nowrap;
		top: 40%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-image: url(../images/notdate.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center;
		z-index: 99999;
		/* display: none; */
	}

	.content-box {
		width: 94%;
		margin: auto;
	}

	.ct_four_box {
		width: 100%;
	}

	.caption_text {
		font-size: 25px;
	}
}

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

	.caption_text {
		width: 100%;
	}

	.nodate {
		width: 100%;
		height: 400px;
		font-size: 20px;
		position: absolute;
		white-space: nowrap;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		background-image: url(../images/notdate.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-size: 70% 700px;
		background-position: center;
		z-index: 99999;
		/* display: none; */
	}

	.ct_four_box {
		margin: 0 10px 20px 0;
	}

	.ct_four_box:nth-of-type(4n) {
		margin-right: 0px;
	}

}