.main {
	position: relative;
	margin: 1rem auto;
	min-height: 40rem;
	overflow: hidden;
	background: #fff;
	    box-shadow: 5px 5px 10px -5px rgb(0 0 0 / 50%);
    border: 1px solid #e0e0e0;
}

.siderBar {
	float: left;
	width: 25%;
}

.siderBar li {
	margin-bottom: 1px;
	padding: 0.4rem 0;
	line-height: 50px;
	font-size: 18px;
	background: #f0f0f0;
	cursor: pointer;
	transition: all .5s;
	text-align: center;
}
.siderBar li.cur a{
	color: #fff !important;

}
.siderBar li.cur,
.siderBar li:hover {
	color: #fff;
	background: rgba(22, 47, 114, 1);
}
.siderBar li.cur a,
.siderBar li:hover a {
	color: #fff;
}

.menu ul li {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
.menu ul li a{
  color: #000000;
} 

.content {
	float: right;
	width: 70%;

}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}
.content .item {
	padding: 300px 0;
	font-size: 50px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.breadcrumb {
	background-color: transparent;
}

.breadcrumb a {
	color: #000000 !important;
}


.inner_img img {
	height: 17rem;
	width: 100%;
}
.content .list::before {
	content: "▪";
	color: rgba(22, 47, 114, 1);
	font-size: 2.5rem;
	padding-right: 1rem;
}

.content .list a{
	width: 100%;
}
.content .list a:hover {
	cursor: pointer;
	color: #3B79EA;
}

.fy{/* 
	position: absolute;
	bottom: 0;
	    width: 70%; */
}