.column{
	margin-bottom: 30px;
}
.column-01{
	border-top: 2px solid #3b58ad;
}
.column-01 ul{
	height: 106px;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}
.column-01 ul li{
	flex: 1;
	position: relative;
}
.column-01 ul li:not(:last-child):before{
	content: '';
	display: inline-block;
	height: 61px;
	width: 1px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.column-01 ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}
.column-01 ul li img{
	margin-bottom: 10px;
}
.column-01 ul li.active span{
	color: #3b58ad;
}
.column-01 ul li.active:after{
	content: '';
	display: inline-block;
	height: 1px;
	width: 64px;
	background: #3b58ad;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.list-box{
	margin-bottom: 0 !important;
}
.list-box--pre li{
	padding-left: 20px;
}
.list-box li:not(:last-child) {
    margin-bottom: 15px;
}
.list-box{
	padding-bottom: 25px;
	margin-bottom: 25px;
	
}
.list-box:not(:last-child){
	border-bottom: 1px dashed #e0e0e0;
}
.list-box li a{
	display: flex;
}
.list-box li span{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-box li em{
	color: #666;
}
.list-box li a:hover em{
	color: #3b58ad;
}
.main .pagin {
    margin-top: 40px;
}
