﻿body {
	background-color: #FFFFFF;
}

.row-box {
	margin-top: 30px;
}

.col-2 {
	padding-left: 0 !important;
}

.title-box {
	margin: 0 auto;
}

.title {
	width: 100%;
	height: 64px;
	background: #0C60B6;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	position: relative;
}


.title::after {
	content: '';
	width: 38px;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.tab-list {
	width: 100%;
	display: flex;
	align-items: center;
	overflow-x: scroll;
}

.tab-item {
	/* width: fit-content; */
	flex: 1;
	/* border-radius: 10px; */
	background: #F5F5F5;
	padding: 8px 8px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	text-align: center;
	/* margin-right: 10px; */
}

.tab-item.active {
	font-weight: 600;
	color: #0C60B6;
	cursor: pointer;
	/* border-left: 4px solid #0C60B6; */
	border-left: none;
}

.tab-item:hover {
	color: #0C60B6;
	cursor: pointer;
}

.list-item {
	display: block;
	padding: 40px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	background: rgba(255, 255, 255, 1);
}

.list-title {
	font-size: 18px;
}

.list-date {
	margin: 10px 0 14px 0;
	font-size: 14px;
}

.list-info {
	font-size: 14px;
}

.rich-header {
	padding: 40px 0px 20px 0;
}

.rich-title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.rich-date {
	font-size: 14px;
	text-align: center;
	margin-top: 12px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.rich-content {
	padding: 20px;
}

.content-box {
	margin-top: 20px;
}

/* .content-item {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
	border-bottom: 1px dashed #ECECEC;
	padding: 12px 0;
} */
.content-item {
	border-bottom: 1px dashed #ECECEC;
	padding: 12px 0;
	display: block;
}


.content-item:last-child {
	border-bottom: none;
}

.content-item-title {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 0;
}
.content-item:hover .content-item-title{
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.07); */
	color: #0C60B6;
	font-weight: 600;
}

.content-item-time {
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
}

.item-time {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.content-item-date {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.address {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}


@media (min-width: 992px) {
	.row-box {
		margin-top: 30px;
	}

	.col-2 {
		padding-left: 0 !important;
	}

	.title {
		width: 230px;
		height: 74px;
		background: #0C60B6;
		font-size: 22px;
		font-weight: 500;
		color: #FFFFFF;
		padding-top: 15px;
		padding-left: 10px;
		position: relative;
	}


	.title::after {
		content: '';
		width: 38px;
		height: 4px;
		background: #FFFFFF;
		position: absolute;
		left: 10px;
		bottom: 10px;
	}

	.tab-list {
		width: 230px;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.tab-item {
		width: 100%;
		background: #F5F5F5;
		border-left: 4px solid #F5F5F5;
		padding: 16px 24px;
		font-size: 18px;
		font-weight: 400;
		color: #333333;
		margin-top: 4px;
	}

	.tab-item.active {
		font-weight: 600;
		color: #0C60B6;
		cursor: pointer;
		border-left: 4px solid #0C60B6;
	}

	.tab-item:hover {
		/* font-weight: 600; */
		color: #0C60B6;
		cursor: pointer;
		border-left: 4px solid #0C60B6;
		opacity: 0.8;
	}

	.list-item {
		display: block;
		padding: 40px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
		background: rgba(255, 255, 255, 1);
	}

	.list-title {
		font-size: 18px;
	}

	.list-date {
		margin: 10px 0 14px 0;
		font-size: 14px;
	}

	.list-info {
		font-size: 14px;
	}

	.rich-header {
		padding: 40px 0px 20px 0;
	}

	.rich-title {
		font-size: 26px;
		color: #333333;
		text-align: center;
	}

	.rich-date {
		text-align: center;
		margin-top: 14px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}

	.rich-content {
		padding: 20px;
	}

	.content-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px dashed #ECECEC;
		padding: 18px 0;
	}

	.content-item:last-child {
		border-bottom: none;
	}

	.content-item-title {
		font-size: 18px;
		font-weight: 400;
		color: #333333;
	}

	.content-item-time {
		display: flex;
		flex-direction: row;
		align-items: baseline;
	}

	.item-time {
		width: 14px;
		height: 14px;
		margin-right: 6px;
	}

	.content-item-date {
		font-size: 14px;
		font-weight: 400;
		color: #333333;
	}
}