.main {
	position: relative;
	margin: 1rem auto;
	/* width: 1300px; */
	min-height: 43rem;
	overflow: hidden;
}

.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;

}
.menu ul li a:hover{
	color: #fff !important;

}
.siderBar li.cur,
.siderBar li:hover {
	color: #fff !important;
	background: #336699;
}

.menu ul li {
	width: 90%;
	margin: 0 auto;
	padding: 0;
           border-bottom: 1px dashed #ddd;
}
.menu ul li a{
  color: #000000;
} 

.content {
	float: right;
	width: 70%;
}

.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: #336699;
	font-size: 2.5rem;
	padding-right: 1rem;
}

.content .list a{
	width: 100%;
}
.content .list a:hover {
	cursor: pointer;
	color: #3B79EA;
}

.fy{
	bottom: 0;
	    width: 100%;
}
.pager li {
    display: flex;
}

.pager li>a, .pager li>span {
    border: 0;
    border-radius: 0;
}