body {
	background: #fff;
}

.banner {
	height: 98px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.banner .container {
	position: relative;
}


@media (min-width: 992px) {}

.page-main {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.page-main {
		padding: 48px;
		margin-top: 40px;
	}

	.left-columnBody-item {
		font-size: 18px;
	}
}

.left-columnBody-item.active h3{
	font-weight: 400;
	font-size: 18px;
	color: #fff!important;
}
.left-columnBody-item.active{
	background-color: #0067C1;
}
.left-columnBody-item:hover{
	background: #EFEFEF;
}
.left-columnBody-item h3 {
	color: #333333;
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
}

.left-columnBody-item.active:hover h3 {
	color: #FFFFFF;
}

.left-columnBody-item.active:hover {
	background: #0067C1;
}


.left-columnBody {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.left-columnBody-item {
	background-color: #FFFFFF;
	padding: 10px 0;
	display: block;
	flex: 1;
}
@media (min-width: 992px) {
	.left-columnHeader {
		padding: 30px 0;
	}
	.left-columnBody {
		margin: 0 20px;
		margin-bottom: 0;
		flex-direction: column;
		border: 1px solid #DFDFDF;
	}
}

.left-columnBody-item:last-child {
	margin-bottom: 0;
}

.right-columnTitle {
	padding: 30px 0;
	margin-bottom: 30px;
}

.right-columnTitle p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.right-columnTitle {
	padding-bottom: 20px;
	border-bottom: 1px solid #0067c1;
	position: relative;
}

.right-columnTitle h2 {
	font-weight: 700;
	font-size: 18px;
	color: #0067C1;
	position: relative;
}

.right-columnTitle:before {
	position: absolute;
	content: '';
	width: 74px;
	height: 6px;
	background: #0067c1;
	bottom: -3px;
	left: 0;
}

.article-title {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.article-info {
	font-size: 14px;
	color: #999;
	text-align: center;
}
.article-body{
	margin-top: 10px;
}
@media (min-width: 992px) {
	.right-columnTitle{
		padding: 0;
		margin-bottom: 0;
	}
	.left-columnBody-item {
		padding: 20px 0;
	}

	.left-columnBody-item.active {
		background-color: #0067C1;
	}

	.left-columnBody-item h3 {
		color: #333333;
		text-align: center;
		margin-bottom: 0;
		font-size: 18px;
	}

	.left-columnBody-item.active:hover h3 {
		color: #FFFFFF;
	}

	.left-columnBody-item.active h3 {
		color: #FFFFFF;
	}

	.left-columnBody-item:hover h3 {
		color: #0067C1;
	}

	.left-columnFooter {
		margin-top: 48px;
	}

	.left-columnFooter img {
		width: 100%;
	}

	.right-columnTitle {
		padding-bottom: 20px;
		border-bottom: 1px solid #0067c1;
		position: relative;
	}

	.right-columnTitle h2 {
		font-weight: 700;
		font-size: 24px;
		color: #0067C1;
		position: relative;
	}

	.right-columnTitle:before {
		position: absolute;
		content: '';
		width: 74px;
		height: 6px;
		background: #0067c1;
		bottom: -3px;
		left: 0;
	}

	.article-title {
		font-weight: 700;
		font-size: 18px;
		color: #333;
		text-align: center;
	}

	.article-header .article-info {
		font-size: 14px;
		color: #999;
		text-align: center;
		margin-top: 16px!important;
	}


}

@media (min-width: 992px) {
	.right-columnTitle {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.right-columnTitle p {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #666;
	}

	.article-header {
		padding: 40px 0;
	}

	.article-title {
		font-size: 28px;
	}

	.article-info {
		font-size: 16px;
	}
}