.main {
	position: relative;
	margin: 1rem auto;
	/* width: 1300px; */
	min-height: 43rem;
	overflow: hidden;
}

.siderBar {
	float: left;
	width: 22%;
}

.siderBar li {
	width: 100%;   
	padding: 0.4rem 0;
	/*line-height: 50px;*/
	font-size: 18px;
	background: #f0f0f0;
	cursor: pointer;
	transition: all .5s;
	    padding: 15px !important;
	text-align: center;
}

.siderBar li.cur,
.siderBar li:hover {
	background: #721170;
}
.siderBar li.cur>a{
	font-weight: bold;
}
.siderBar li.cur>a,
.siderBar li:hover >a{
	color: #fff !important;
}

.menu ul li {
	width: 100%;
	padding: 0;
}
.menu ul li a{
  color: #666666;
} 

.content {
	float: right;
	width: 73%;
}

.content .item {
	padding: 300px 0;
	font-size: 50px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb>li+li:before {
    color: #666;
	    content: ">";
}

.breadcrumb a {
	font-size: 1.38rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #666666 !important;
}


.inner_img img {
	height: 17rem;
	width: 100%;
}
.list{
	padding: 2rem 0;
	border-bottom: 1px solid #DDDDDD;
}
.list li{
	padding-bottom: 1.5rem;
}
.content .list li::before {
	content: "▪";
	color: #721170;
	font-size: 2.5rem;
}

.content .list a{
	width: 100%;
}
.content .list a:hover {
	cursor: pointer;
	color: #721170;
}

.pager li {
    display: flex;
}

.pager li>a, .pager li>span {
    border: 0;
    border-radius: 0;
}
.ly{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}
.share>div{
	padding-right: 1rem;
}


/*网站地图*/

.snlj .swiper-wrapper img {
	width: 22.02rem !important;
	height: 6.83rem;
}

.snlj_con,
.qglj_con {
	min-height: 15rem;
}

.snlj_con li {
	min-width: 9.8%;
	height: 3.2rem;
	line-height: 3.2rem;
	background: #ECECEC;
	border-radius: 0rem;
	text-align: center;
	margin: 0 15px 15px;
}

.snlj_con li a,
.qglj_con li a {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #333333;
}

.qglj_con ul {
	background: #ECECEC;
	padding: 1rem;
}

.qglj_con li {
	width: 8.3%;
	height: 3.2rem;
	line-height: 3.2rem;
	border-radius: 0rem;
	text-align: center;
	margin-bottom:  5px;
}


.snlj .row>div{
	margin-bottom: 20px;
}

.qglj_con li:nth-child(n+12) {
	margin-bottom: 5px;
}