header{
	margin: 48px 0;
}

header div{
	margin: 24px;
}

header div a img{
	height: 48px;
}

header div p{
	margin: 6px 0;
	font-weight: 600;
	font-size: 24px;
}

header div p strong{
	color: #77b138;
	font-weight: 600;
	font-size: 24px;
}

header form{
	margin: 24px;
}

header form fieldset{
	position: relative;
}

header form fieldset input[type="text"]{
	padding-right: 48px;
	padding-left: 18px;
	border-radius: 24px;
}

header form fieldset button{
	z-index: 10;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #06141f;
}

header form fieldset button i{
	color: #ffffff;
}

header nav{
	margin: 24px 18px;
}

header nav ul:after{
	display: block;
	clear: both;
	content: "";
}

header nav ul li{
	float: left;
	width: 20%;
	padding: 0 6px;
}

header nav ul li a{
	display: block;
}

header nav ul li a figure{
	padding: 12px 0;
	border-radius: 6px;
	background-color: #ffffff;
	text-align: center;
}

header nav ul li a figure img{
	height: 24px;
}

header nav ul li a figure figcaption{
	margin-top: 12px;
	color: #06141f;
	font-size: 14px;
}

section{
	margin: 48px 0;
}

section div{
	margin: 0 24px;
}

section div p a{
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
}

section div p a i{
	position: absolute;
	top: 0;
	right: 0;
	color: #9aa4ae;
	font-size: 22px;
}

section ul li{
	margin: 24px;
}

section ul li a{
	display: block;
	border-radius: 6px;
	background-color: #17232f;
}

section ul li a:after{
	display: block;
	clear: both;
	content: "";
}

section ul li a figure{
	float: left;
	position: relative;
	width: 168px;
}

section ul li a figure img{
	width: 168px;
	height: 126px;
	border-radius: 6px 0 0 6px;
}

section ul li a figure figcaption{
	z-index: 10;
	position: absolute;
	width: 100%;
	aspect-ratio: 4 / 3;
	top: 0;
	left: 0;
	border-radius: 6px 0 0 6px;
	background-color: rgba(0, 0, 0, 0.5);
}

section ul li a figure figcaption u{
	position: absolute;
	width: 144px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 72px);
	line-height: 24px;
	text-align: center;
}

section ul li a dl{
	float: left;
	position: relative;
	width: calc(100% - 216px);
	margin: 0 24px;
}

section ul li a dl dd strong{
	display: block;
	overflow: hidden;
	margin: 24px 0;
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ul li a dl dd span{
	display: block;
	overflow: hidden;
	margin: 6px 0;
	color: #9aa4ae;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ol{
	margin: 0 18px;
}

section ol:after{
	display: block;
	clear: both;
	content: "";
}

section ol li{
	width: 50%;
	float: left;
	margin-top: 24px;
	padding: 0 6px;
}

section ol li a{
	display: block;
}

section ol li a figure{
	position: relative;
}

section ol li a figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 6px;
}

section ol li a figure figcaption{
	z-index: 10;
	position: absolute;
	width: 100%;
	aspect-ratio: 4 / 3;
	top: 0;
	left: 0;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.5);
}

section ol li a figure figcaption u{
	position: absolute;
	width: 144px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 72px);
	line-height: 24px;
	text-align: center;
}

section ol li a dl{
	margin-top: 24px;
}

section ol li a dl dd strong{
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

section ol li a dl dd span{
	display: block;
	overflow: hidden;
	margin-top: 6px;
	color: #9aa4ae;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}