body {
	margin: 0;
}

.block-title{
	font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	font-size: 22px;
	background-color: #e9e9e9;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 5px 15px;
	color: #383838;
}
.articles a {
	display: block;
	font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	text-decoration: none;
	color: #383838;
	margin-bottom: 15px;
}
.articles a .d-flex {
	gap: 10px;
}
.articles a .d-flex .title {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56;
	color: #2d303d;
}
.articles a .d-flex .created {
	color: #7c7e82;
	font-size: 10px;
	letter-spacing: 0.25px;
	margin-top: 8px;
}
.articles a .d-flex img {
 	object-fit: contain;
	width: 100%;
	height: 100%;
}
.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1040;
	height: 55px;
	background-color: #112b6b;
	font-size: 16px;
	color: #2d303d;
}
.header .icon {
	display: block;
	font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	background-size: 45px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url('/images/logo.png');
	padding-left: 55px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	height: 55px;
	line-height: 55px;
}
@media screen and (min-width: 768px) {
	.header {
		height: 65px;
	}
	.header .icon {
		background-size: 55px;
		padding-left: 65px;
		font-size: 22px;
	}
}

