article{
	display: grid;
}

.article-whole{
	display: block;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 1200px;
	justify-content: center;
}

.article-list{
	list-style-type: none;
}

.article p {
	max-width: 1200px;
}

.article ul{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.article li{
	margin-bottom: 0.5em;
}

.article > h1{
	text-align: center;
}

.article h1, .article h2, .article h3, .article h4{
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.article-detailview p{
	max-width: 700px;
}

.grid-group-two-news > div > span{
	margin-top: -0.1em;
	margin-bottom: 0em;
}

.article-date{
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

.date-frontpage{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.25em;
}

.article-margin{
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.article-preview{
	text-overflow: clip;
	overflow-y: hidden;
	max-height: 255px;
}