@charset "utf-8";
/* CSS Document */
/*正文页和列表页公共样式*/
.mainWrap .container{
/*	padding: 15px 50px 0px 30px;
	padding-top: 23px;*/
	min-height: 700px;
	position: relative;
}
/*左边盒子*/
.mainWrap .leftBox {
	width: 190px;
	height: auto;
	/*	background: silver;*/
/*	margin-right: 45px;*/
	position: absolute;
	left: 0;
	top: 0;
}


.mainWrap .leftBox h2 {
/*	background-color: var(--blue);*/
	width: 100%;
	height: 54px;
	background:url("../img/bgImg/bg_nav1.png") no-repeat;
}
.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%;
	text-shadow: 0px 2px 1px #000000;
	
}
.mainWrap .leftBox h2 a {
/*	padding-left: 24px;*/
	font-size: 24px;
	color: #ffffff;	
	line-height: 55px;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-left: 7px;
}
.mainWrap .leftBox ul{
	width: 160px;
	float: right;
}
.mainWrap .leftBox ul li{
	width: 100%;
	height: 40px;
	background:url("../img/bgImg/bg_nav2.png") no-repeat;
	padding-left: 20px;
}
.mainWrap .leftBox li a {
	line-height: 40px;
	color: white;font-size: 18px;
	text-align: left;
	padding-left:18px;background:url("../img/icon/dot1.png") no-repeat left center;
}
.mainWrap .leftBox li a:hover{
	color: #ffff00;
	background-image:url("../img/icon/dot2.png");
}



/*右边盒子*/
.mainWrap .rightBox {
	width: 1027px;
	height: auto;
	background: url("../img/bgImg/bg_list.png") no-repeat;
	padding-left: 23px;
/*	padding-bottom: 100px;*/
	/*	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;
	float: left;
	height: 46px;
	width: 100%;
	background: url("../img/bgImg/bg_location.png") no-repeat;
	background-size:100% 100%;
	padding-left: 15px;
	padding-top: 7px;
}
.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;
}
*/