.listThemeBox{
	width: 100%;
	padding: 0px 43px;
	margin: 0px auto;
	padding-top: 64px;
}
.listTheme{
	position: relative;
	line-height: 60px;
	font-size: 22px;
	color: #004ca0;
	font-weight: bold;
	padding-left: 20px;
}
.listTheme::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 7px;
	height: 26px;
	margin-top: -13px;
	background-color: #004ca0;
}
.list:nth-last-child(1){
	border-bottom: 1px solid #d3d3d3;
}
.rBox{
	min-height: 878px;
}