.edu_main{
	display: flex;
	gap: 30px;
}
.edu_left{
	flex: 30%;
}
.edu_right{
	flex: 70%;
	position: relative;
}
.edu_tab{
	display: flex;
	flex-direction: column;
	margin: 0 0 20px;
}
.edu_col{
	display: flex;
}
.edu_col > div{
	flex: 1;
	border: 1px black solid;
    margin: -1px 0 0 -1px;
    padding: 8px;
    overflow: auto;
}
.edu_left .edu_tab > a, .edu_left .edu_tab > span{
	border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #ddd;
}
.edu_left .edu_tab > a:last-child, .edu_left .edu_tab > span:last-child{
	border-bottom: 0;
}
.edu_tab > a, .edu_tab > span{
	border: 1px black solid;
    margin: -1px 0 0 -1px;
    color: black;
    padding: 8px;
}
.edu_tab > a:hover{
	background: #ddd;
}
.edu_right h1{
	margin: 0 0 20px;
	font-size: 36px;
    line-height: 40px;
}
.edu_right p{
	margin-bottom: 20px;
}
.edu_bold{
	font-weight: bold;
}
.edu_ver{
	width: 43px;
    height: 40px;
    background: url(/simple/img/special.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 980px){
	.edu_main{
		flex-direction: column;
	}
	.edu_left, .edu_right{
		flex: 100%;
	}
	.edu_ver{
		top: -30px;
	}
	body .edu_main_content{
	    padding: 1px;
		overflow: auto;
	}
	body .edu_col > div{
		min-width: 150px;
	}
}