html, body {
	overflow: hidden;
}

.allContent {
	height: 1080px;
	width: 1920px;
}

.header {
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	font-size: 44px;
	grid-template-columns: 725px 470px 725px;
	height: 240px;
	left: 0;
	line-height: 200%;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1920px;
	z-index: 100;
}

.header .location {
	font-size: 35px;
	margin-top: -60px;
	text-align: right;
}

.header .date {
	margin-left: 60px;
	text-align: left;
}

.header .logo {
	position: relative;
}

.header .logo img {
	width: 470px;
}

.header .time {
	margin-right: 60px;
	font-weight: 700;
	text-align: right;
}

.allContent > .content {
	margin-top: 150px;
	height: 930px;
	position: relative;
}

.allContent > .content > .content {
	height: 930px;
}

.blockContainer > div, .contentCenter .pageTitle {
	max-width: 100%;
}

.articleBlock.layout1 .articles {
	height: 930px;
}

.articleBlock.layout1 .articles .backgrounds {
	height: 930px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1920px;
	z-index: 1;
}

.articleBlock.layout1 .articles .contentSlides {
	overflow: hidden;
	position: absolute;
	width: 1920px;
	z-index: 10;
}

.articleBlock.layout1 .articles .contentSlidesWrapper {
	transition: transform 1s;
}

.articleBlock.layout1 .articles .contentSlidesWrapper.no-transition {
	transition: none;
}

.articleBlock.layout1 .articles .contentSlides .slide {
	float: left;
	width: 1920px;
}

.articleBlock.layout1 .articles .backgrounds .slide {
	background-position: center;
	background-size: cover;
	height: 930px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .8s;
	width: 1920px;
}

.articleBlock.layout1 .articles .slide.active {
	opacity: 1;
}

.blockContainer .blockitems, .blockitem .formblockitems {
	margin-left: 0;
	margin-right: 0;
}

.blockContainer .contentCenter {
	margin: 180px auto 0 auto;
	width: 1720px;
}

.slide .blockContainer .blockitem {
	background-color: #fff;
	padding: 30px;
}

.blockContainer > div {
	padding: 0;
}

.slide .contentCenter {
	grid-gap: 30px;
}

.blockContainer h2.blockItemTitle {
	font-size: 0.68rem;
	margin-top: 0;
}

.ticker {
	background: var(--color-02);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	bottom: 0;
	color: var(--color-01);
	display: none;
	font-size: 100px;
	font-weight: 700;
	left: 960px;
	line-height: 70px;
	padding-bottom: 35px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 500px;
	z-index: 10;
}
