@charset "utf-8";
/* CSS Document */
/*正文页和列表页公共样式*/
.mainWrap .container{
	padding: 15px 50px 0px 30px;
min-height:700px;
}
/*左边盒子*/
.mainWrap .leftBox {
	width: 273px;
	height: auto;
	/*	background: silver;*/
	margin-right: 45px;
	position: relative;
}


.mainWrap .leftBox h2 {
/*	background-color: var(--blue);*/
	width: 100%;
	height: 66px;
	background: url("../img/aside/bg_colname.png");
}
.mainWrap .leftBox a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	display: flex;
	text-align: center;
/*	padding: 20px 7px;*/
	color: #000;	
	font-weight: normal;
	display: block;
	width: 100%;
	
}
.mainWrap .leftBox h2 a {
/*	padding-left: 24px;*/
	font-size: 24px;
	line-height: 66px;
	color: #ffffff;	
}
.mainWrap .leftBox ul{
	width: 100%;
	padding-top: 7px;
	padding-bottom: 100px;
	box-shadow: 0px 4px 10px 0px rgba(185, 189, 188, 0.44);
/*	position: relative;background: url(../img/aside/leftNav01.png) no-repeat bottom left;*/
/*	background-color: #FFFFFF;*/
}
.mainWrap .leftBox ul::after{content: "";width: 100%;height: 111px;background: url(../img/aside/leftNav02.png) no-repeat center;background-size:100% 131px;position: absolute;bottom: -100px;left: 0;}
.mainWrap .leftBox dl{padding: 10px 0;background: #598CDB;}
.mainWrap .leftBox li, .mainWrap .leftBox dd{
/*	background-color: #eef0f3;*/
	width: 100%;
	height: auto;
	position: relative;
}
.mainWrap .leftBox dd{background-color: #598CDB;margin: 2px 0;}
.mainWrap .leftBox li a img{position: absolute;right: 17px;top: 17px;width: 6px;height: 12px;}
.mainWrap .leftBox li a,.mainWrap .leftBox dd a {
	padding: 7px 18px;
	line-height: 30px;
/*	justify-content: center;*/
	position: relative;
}
.mainWrap .leftBox li a img{
	position: absolute;
	right: 7px;
/*	top: 20px;*/
}
.mainWrap .leftBox li{
	background: white;
	border-bottom: 2px solid #DADADC;
}
.mainWrap .leftBox li.menu.on {border: none;}

.mainWrap .leftBox li>a{display: block;position: relative;z-index: 1;}
.mainWrap .leftBox li>a::after{content: ""; width: 0; height: 100%; background: #2F6FD1; position: absolute; left: 0px; top: 0px;transition: all 0.6s ease 0s;z-index: -1;}
.mainWrap .leftBox li>a:hover::after { width: 100%; transition: all 0.6s ease 0s; }
.mainWrap .leftBox li>a:hover,.mainWrap .leftBox li.on>a{color: white;font-weight: bold;}
.mainWrap .leftBox li.on>a::after{content: ""; width: 100%; height: 100%; background: #2F6FD1; position: absolute; left: 0px; top: 0px;z-index: -1;}
.mainWrap .leftBox dd a{color: white;}
.mainWrap .leftBox dd.on a,.mainWrap .leftBox dd:hover a{background:#2F6FD1;font-weight: bold;}



/*右边盒子*/
.mainWrap .rightBox {
	width: 957px;
	height: auto;
	/*	background: silver;*/
}
/*顶部盒子*/
.mainWrap .topBox {
	width: 100%;
	height: 40px;
/*	border-bottom: 2px solid #cecece;*/
/*	margin-top:30px; */
	position: relative;
}
.mainWrap .topBox .colName{
	border-bottom: 6px solid var(--blue);
	font-size: 22px;
	color: #333;
	width: auto;
	padding: 7px 9px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: -3px;
}
/*顶部盒子-当前位置*/
.mainWrap .topBox .currentLocation{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 7px 0;
	float: left;
}
.mainWrap .topBox .currentLocation a,.mainWrap .topBox .currentLocation span {
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 0 2px;

}
.mainWrap .topBox .currentLocation img{
		margin: 0 10px;
}
/*
.mainWrap .topBox .currentLocation a.cur{
	color: #a60002;
}
*/