@media (min-width: 768px) {
	.news-list h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.news-list img {
	float: left;
}

ul.news-list {
	margin: 0;
	padding: 0;
}

.news-list li {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.news-list .date.box {
		width: 80px;
		box-shadow: none;
		position: absolute;
		top: 6px;
	}

	.news-list .post {
		margin-left: 100px;
		min-height: 120px;
	}

	.news-list span {
		display: block;
		text-align: center;
	}

	.news-list .day {
		font-size: 30px;
		padding-top: 5px;
		font-weight: bold;
	}

	.news-list .year {
		/* background: #c72e00; */
		background: #cddaec;
		border-radius: 0 0 5px 5px;
	}
}

@media (max-width: 767px) {
	.news-list .date {
		display: none;
	}
}
