﻿#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/10543828734810000/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/10543828734810000/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/10543828734810000/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/10543828734810000/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/10543828734810000/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/10543828734810000/images/middle_icon_02.jpg);
}

/* 图标处理 */
/* 初始情况 */
.mid-nav li:nth-child(1) i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_07.png) no-repeat;
}
.mid-nav li:nth-child(2) i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_09.png) no-repeat;
}
.mid-nav li:nth-child(3) i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_11.png) no-repeat;
} 
.mid-nav li:nth-child(4) i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_13.png) no-repeat;
} 
/* 鼠标经过 */
.mid-nav li:nth-child(1):hover i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_08.png) no-repeat;
}
.mid-nav li:nth-child(2):hover i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_10.png) no-repeat;
}
.mid-nav li:nth-child(3):hover i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_12.png) no-repeat;
}
.mid-nav li:nth-child(4):hover i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_14.png) no-repeat;
}
/* currentNav标签选中 */
.mid-nav li:nth-child(1).currentNav i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_08.png) no-repeat;
}

.mid-nav li:nth-child(2).currentNav i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_10.png) no-repeat;
}

.mid-nav li:nth-child(3).currentNav i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_12.png) no-repeat;
}

.mid-nav li:nth-child(4).currentNav i {
	background: url(/cms/templates/10543828734810000/images/middle_icon_14.png) no-repeat;
}


.mid-right {
	width: 920px;
	height: 100%;
	background: #FFFFFF;
	float: left;
	padding: 0px 40px;
}

.mid-path {
	width: 100%;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
}

/* 材料nav */
.mid-cl-nav{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.mid-cl-nav ul li{
	float: left;
	font-size: 18px;
	margin-right: 20px;
}

.mid-cl-nav ul li{
	float: left;
	width: 100px;
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-right: 30px;
}

.mid-cl-nav ul li:hover a{
	color: #546ccf!important;
	font-size: 20px;
	font-weight: bold;
}

.mid-cl-nav ul li:hover a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #546ccf;
}

.clnCurrent a{
	color: #546ccf!important;
	font-size: 20px;
	font-weight: bold;
}

.mid-cl-nav ul li.clnCurrent a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #546ccf;
}


/* 文章列表 */
.mid-list {
	width: 100%;
	min-height: 460px;
	margin:10px 0 40px; 
}

.mid-list ul li {
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.mid-list ul li:hover {
	border-bottom: 1px solid #FFB03C;
}

.mid-list ul li:hover .list-title{
	color: #546ccf;
}

.mid-list ul li:hover .list-cz a{
	color: #546ccf;
}

.mid-list ul li:hover .list-cz a:nth-child(1) i{
	background: url(/cms/templates/10543828734810000/images/middle_icon_16.png);
}

.mid-list ul li:hover .list-cz a:nth-child(2) i{
	background: url(/cms/templates/10543828734810000/images/middle_icon_18.png);
}


.list-title{
	width: 680px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
}

.list-cz{
	width: 240px;
	float: left;
}

.list-cz a{
	width: 120px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #999999;
	float: left;
}

.list-cz a i{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.list-cz a:nth-child(1) i{
	background: url(/cms/templates/10543828734810000/images/middle_icon_15.png);
}

.list-cz a:nth-child(2) i{
	background: url(/cms/templates/10543828734810000/images/middle_icon_17.png);
}


/* 页码*/
.mid-page {
	width: 100%;
	height: 120px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.mid-page a {
	min-width: 20px;
	height: 20px;
	display: inline-block;
	background: #F3F5F7;
	padding: 10px;
	text-align: center;
	margin: 0px 10px;
	border-radius: 5px;
}

.prev,
.next {
	padding: 10px 20px !important;
}

.mid-page a:hover {
	background: #556CCF;
	color: #FFFFFF;
}

.page-tip {
	margin-left: 20px;
}

.page-input {
	width: 40px;
	height: 20px;
	padding: 10px;
	display: inline-block;
	background: #F3F5F7;
	text-align: center;
	margin: 0px 5px;
	color: #333333;
	font-size: 16px;
	border-radius: 5px;
}

.pageCurrent{
	background: #556CCF!important;
	color: #FFFFFF!important;
}

/* 页码 end*/
