@charset "utf-8";
/* CSS Document */
.list_banner{
/*	height: 350px;*/
	height: auto;
}
.list_banner img{
	width: 100%;
	height: auto;
}
/*正文页和列表页公共样式*/
.mainWrap {
/*	padding-top: 60px;*/
}
/*左边盒子*/
.mainWrap .leftBox {
	width: 273px;
	height: auto;
	/*	background: silver;*/
	margin-right: 20px;
	position: relative;
}

.mainWrap .leftBox .asideBox{
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	height: auto;
}

.mainWrap .leftBox h2 {
	background-color: var(--blue);
	width: 100%;
/*	height: auto;*/
	font-weight: normal;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mainWrap .leftBox a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 7px;
}
.mainWrap .leftBox h2 a {
	color: #fefefe;
	font-size: 28px;
}
.mainWrap .leftBox ul{
	background: url("../img/bgImg/bg_aside.png") bottom center no-repeat;
	background-color: rgb(174,225,255);
}
.mainWrap .leftBox li, .mainWrap .leftBox dd{
/*	background-color: #eef0f3;*/
	width: 100%;
	height: auto;
	position: relative;
}
.mainWrap .leftBox li.active{background-color: white;}
.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: 885px;
	height: auto;
	/*	background: silver;*/
}
/*顶部盒子*/
.mainWrap .topBox {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid rgb(60,149,196);
	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;
	position: absolute;
	bottom: 0;
	right: 0;
}
.mainWrap .topBox .currentLocation a,.mainWrap .topBox .currentLocation span {
	display: block;
	font-size: 17px;
	color: #333333;
	margin: 0 10px;
}
/*
.mainWrap .topBox .currentLocation a.cur{
	color: #a60002;
}
*/