.newsbox {
	display: flex;
	width: 1180px;
	margin: 0 auto;
}

.show-contentbox {
	width: 935px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	overflow: hidden;
}

.showtitle {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.showtitle-left {
	color: #db0708;
	font-size: 16px;
	
}

.onenewstitle {
	margin: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-bottom: 1px solid #e6e6e6;
}

.onenewstitle-time {
	font-size: 12px;
}

.article {
	padding: 10px;
	font-weight: bolder;
}
