@charset "utf-8";
/* CSS Document */
/*正文页和列表页公共样式*/
.mainWrap {
	padding-top: 67px;
}
/*左边盒子*/
.mainWrap .leftBox {
	width: 310px;
	height: auto;
	/*	background: silver;*/
	margin-right: 45px;
	position: relative;
}


.mainWrap .leftBox h2 {
/*	background-color: var(--blue);*/
	width: 100%;
	height: 63px;
	background: url("../img/aside/h2.png") no-repeat center;
}
.mainWrap .leftBox a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 21px;
	text-align: center;
	display: flex;
	align-items: center;
/*	padding: 20px 7px;*/
	
}
.mainWrap .leftBox h2 a {
	font-size: 29px;
	font-weight: bold;
	color: #ffffff;
	width:  231px;
	padding: 12px 0;
	text-align: left;
	padding-left: 36px;
	
}
.mainWrap .leftBox ul{
/*	background: url("../img/bgImg/bg_aside.png") bottom center no-repeat;*/
	background-color: rgb(174,225,255);
	width: 231px;
}
.mainWrap .leftBox li, .mainWrap .leftBox dd{
	background-color: #eef0f3;
	width: 100%;
	height: auto;
	position: relative;
}
.mainWrap .leftBox dd{background-color: white;}
.mainWrap .leftBox li a {
	color: var(--dark-blue);
	padding: 15px 30px;
	justify-content: center;
	position: relative;
}
.mainWrap .leftBox li a img{
	position: absolute;
	right: 7px;
	top: 20px;
}
.mainWrap .leftBox .nosub a:hover,.mainWrap .leftBox .nosub a.active {
    color: #9b7d3a;
    font-size: 22px;
    background: #fff;
}
.mainWrap .leftBox .nosub a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 0;
    background: var(--blue);
    transition: .5s;
}
.mainWrap .leftBox .nosub:hover a:before,.mainWrap .leftBox .nosub  a.active:before{
    height: 100%;
}
/*右边盒子*/
.mainWrap .rightBox {
	width: 845px;
	height: auto;
	/*	background: silver;*/
}
/*顶部盒子*/
.mainWrap .topBox {
	width: 100%;
	height: 40px;
	border-bottom: 3px 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;
	position: absolute;
	bottom: 0;
	right: 0;
}
.mainWrap .topBox .currentLocation a,.mainWrap .topBox .currentLocation span {
	display: block;
	font-size: 13px;
	color: #333333;

}
.mainWrap .topBox .currentLocation img{
		margin: 0 10px;
}
/*
.mainWrap .topBox .currentLocation a.cur{
	color: #a60002;
}
*/

