:root {
	--header-height: 90px;
}

.company-page {
	background-size: contain;
	background: white url("../img/banner/common-bg-page.png") no-repeat 0 100%;
}

.company-page .card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 24px;
}

.company-page .card-list .card .img {
	width: 100%;
	aspect-ratio: 464/320;
}

.company-page .card-list .card .img img {
	width: 100%;
	height: 100%;
}

.company-page .card-list .card:hover .text-box {
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
}

.company-page .card-list .card:hover .text-box .detail {
	color: #333333;
}

.company-page .card-list .card:hover .text-box::after {
	width: 100%;
}

.company-page .card-list .card .text-box {
	padding: 20px;
	transition: ease 450ms;
	background: white;
	position: relative;
}

.company-page .card-list .card .text-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0256FF;
	transition: 450ms ease;
}

.company-page .card-list .card .text-box .title {
	font-size: 20px;
	color: #333333;
	line-height: 29px;
	height: 3em;
	margin-bottom: 33px;
	font-weight: bold;
}

.company-page .card-list .card .text-box .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company-page .card-list .card .text-box .bottom span {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	transition: ease 450ms;
}

.news-list .item {
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid rgba(232, 233, 236, 0.7);
}

.news-list .item:hover .right, .news-list .item:hover .center .title {
	color: #1452BA;
}

.news-list .item .left {
	position: relative;
	padding-right: 24px;
}

.news-list .item .left::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 42px;
	background: #E8E9EC;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.news-list .item .left .day {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 52px;
	text-align: center;
}

.news-list .item .left .time {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
}

.news-list .item .center {
	flex: 1;
	margin-left: 30px;
	margin-right: 8.333vw;
}

.news-list .item .center .title {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	margin-bottom: 20px;
	transition: 450ms ease;
}

.news-list .item .center .content {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.news-list .item .right {
	flex-shrink: 0;
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	transition: 450ms ease;
}

.detail-page .title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 43px;
	margin-bottom: 20px;
}

.detail-page .info {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #E8E9EC;
}

.detail-page .rich-box {
	padding: 40px 0 80px;
	border-bottom: 1px dashed #E8E9EC;
}

.detail-page .rich-box p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
}

.detail-page .rich-box img {
	margin: 30px auto;
}

.detail-page .bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.detail-page .bottom .left {
	flex: 1;
	margin-top: 40px;
}

.detail-page .bottom .left a {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	transition: 450ms ease;
	width: 100%;
}

.detail-page .bottom .left a + a {
	margin-top: 10px;
}

.detail-page .bottom .left a:hover {
	color: #1452BA;
}

.detail-page .bottom button {
	flex-shrink: 0;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #1452BA;
}

.detail-page .bottom button a {
	padding: 11px 42px;
	color: #1452BA;
	display: block;
	transition: 450ms ease;
}

.detail-page .bottom button a:hover {
	background: #1452BA;
	color: white;
}

@media (max-width: 992px) {
	.company-page .card-list {
		display: block;
	}
	
	.company-page .card-list .card {
		display: block;
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
	}
	
	.company-page .card-list .card .text-box .title {
		line-height: 26px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.company-page .card-list .card .text-box .bottom span {
		line-height: 20px;
		font-size: 14px;
	}
	
	.company-page .card-list .card .text-box .bottom span + span {
		color: #1452BA;
	}
	
	.company-page .card-list .card + .card {
		margin-top: 20px;
	}
	
	.news-list a {
		display: block;
		padding: 20px 16px;
		box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
	}
	
	.news-list a .title {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		line-height: 26px;
		margin-bottom: 12px;
		min-height: 52px;
	}
	
	.news-list a .content {
		font-size: 14px;
		color: #666666;
		line-height: 24px;
		min-height: 48px;
		margin-bottom: 12px;
	}
	
	.news-list a .bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.news-list a .bottom span {
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}
	
	.news-list a .bottom span + span {
		color: #1452BA;
	}
	
	.news-list a + .news-list a {
		margin-top: 20px;
	}
	
	.detail-page .title {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	
	.detail-page .info {
		padding-bottom: 8px;
	}
	
	.detail-page .rich-box {
		padding: 12px 0px;
	}
	
	.detail-page .rich-box p {
		font-size: 16px;
		color: #333333;
		line-height: 30px;
		text-indent: 2em;
	}
	
	.detail-page .rich-box img {
		width: 100%;
		margin: 15px auto;
	}
	
	.detail-page .bottom {
		display: block;
	}
	
	.detail-page .bottom button {
		display: block;
		margin: 8px auto;
	}
}
