.new_date {
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
	height: 80px;
	text-align: center;
}
.day{
	font-size: 50px;
	display: block;
	font-weight: bold;
	color: #0061e3;
	/* position: absolute; */
	/* left: 0; */
	width: 50px;
	float: left;
	
	/* top: 50%; */
	/* transform: translateY(-50%); */
	font-family: bahnschrift;
}
.year{
	/* margin: auto; */
	transform: translateY(50%);
	float: left;
	top: 50%;
	color: #888;
	font-size: 12px;
	font-family: "eras light itc";
	width: 50px;
}
/* .prv{
	height: 2px;
	content: "";
	background: #0061e3;
	width: 2em;
} */
.new_date:after{
	position: absolute;
	height: 2px;
	content: "";
	background: #0061e3;
	width: 2em;
	left: 120px;
	top: 25%;
}

.new_title {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	
}
.new_title h5{
	color: #000000bf;
	font-weight: bold;
	font-size: 16px;
}

.new_from{
	height: 50px;
	width: 100%; 
	padding-bottom: 10px;
}

.new_span {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
}

.new_content {
	width: 100%;
	/* height: 100px; */
	overflow: hidden;
}

.time{
	margin-bottom: 8px;
}
.time p{
	margin: 0px;
}

.news-item img{
	height: 218.75px;
}
