﻿#middle {
	width: 100%;
}

.middle {
	margin: 30px auto;
	background: #556CD0;
	border-radius: 10px;
	overflow: hidden;
}

.mid-left {
	width: 170px;
	height: 100%;
	background: #556CD0;
	float: left;
	padding-left: 30px;
	color: #FFFFFF;
}

.mid-nav {
	padding-top: 60px;
}

.mid-nav li {
	height: 50px;
	line-height: 50px;
	margin-bottom: 45px;
	color: #556CD0;
	font-size: 16px;
	border-radius: 30px 0 0 30px;
}

.mid-nav li i {
	width: 20px;
	height: 20px;
	margin: 0px 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	background: url(/cms/templates/10543828995560000/images/middle_icon_08.png) no-repeat;
}

.mid-nav li a {
	color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}

.mid-nav li:hover {
	background: #FFFFFF;
	position: relative;
}

.mid-nav li:hover i {
	background: url(/cms/templates/10543828995560000/images/middle_icon_08.png) no-repeat;
}

.mid-nav li:hover a {
	color: #546ccf !important;
	font-size: 16px;
	font-weight: bold;
}


.mid-nav li:hover::before {
	content: " ";
	width: 25px;
	height: 23px;
	position: absolute;
	top: -23px;
	right: 0px;
	background: url(/cms/templates/10543828995560000/images/middle_icon_01.jpg);
}

.mid-nav li:hover::after {
	content: " ";
	visibility: visible;
	width: 25px;
	height: 24px;
	position: absolute;
	bottom: -24px;
	right: 0px;
	background: url(/cms/templates/10543828995560000/images/middle_icon_02.jpg);
}

.currentNav {
	background: #FFFFFF;
	position: relative;
}

.currentNav a {
	color: #546ccf !important;
	font-size: 16px;
	font-weight: bold;
}

.currentNav::before {
	content: " ";
	visibility: visible;
	width: 25px;
	height: 23px;
	position: absolute;
	top: -23px;
	right: 0px;
	background: url(/cms/templates/10543828995560000/images/middle_icon_01.jpg);
	ight: 0px;
}

.currentNav::after {
	content: " ";
	visibility: visible;
	width: 25px;
	height: 24px;
	position: absolute;
	bottom: -24px;
	right: 0px;
	background: url(/cms/templates/10543828995560000/images/middle_icon_02.jpg);
}

/* 图标处理 */
/* 初始情况 */
.mid-nav li:nth-child(1) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_07.png) no-repeat;
}

.mid-nav li:nth-child(2) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_09.png) no-repeat;
}

.mid-nav li:nth-child(3) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_11.png) no-repeat;
}

.mid-nav li:nth-child(4) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_29.png) no-repeat;
}

.mid-nav li:nth-child(5) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_31.png) no-repeat;
}

.mid-nav li:nth-child(6) i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_13.png) no-repeat;
}


/* 鼠标经过 */
.mid-nav li:nth-child(1):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_08.png) no-repeat;
}

.mid-nav li:nth-child(2):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_10.png) no-repeat;
}

.mid-nav li:nth-child(3):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_12.png) no-repeat;
}

.mid-nav li:nth-child(4):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_30.png) no-repeat;
}

.mid-nav li:nth-child(5):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_32.png) no-repeat;
}

.mid-nav li:nth-child(6):hover i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_14.png) no-repeat;
}

/* currentNav标签选中 */
.mid-nav li:nth-child(1).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_08.png) no-repeat;
}

.mid-nav li:nth-child(2).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_10.png) no-repeat;
}

.mid-nav li:nth-child(3).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_12.png) no-repeat;
}

.mid-nav li:nth-child(4).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_30.png) no-repeat;
}

.mid-nav li:nth-child(5).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_32.png) no-repeat;
}

.mid-nav li:nth-child(6).currentNav i {
	background: url(/cms/templates/10547887655560000/images/middle_icon_14.png) no-repeat;
}

.mid-right {
	width: 920px;
	height: 100%;
	min-height: 600px;
	background: #FFFFFF;
	float: left;
	padding: 0px 40px 40px 40px;
}

.mid-path {
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
}

/* 文章列表 */
.mid-list {
	width: 100%;
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 50px;
}
