﻿#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/10547359580090000/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/10547359580090000/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/10547359580090000/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/10547359580090000/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/10547359580090000/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/10547359580090000/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;
}


/* 材料nav */
.mid-cl-nav {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	margin-top: 30px;
	margin-bottom: 35px;
}

.mid-cl-nav ul li {
	float: left;
	font-size: 18px;
	width: 50%;
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-bottom: 5px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}

.mid-cl-nav ul li:hover a {
	color: #546ccf !important;
	font-size: 18px;
	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: 18px;
	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: 500px;
	margin-top: 10px;
}

.list-title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}


.container {
	width: 100%;
	margin: 10px auto;
}

.ac {
	border: 1px solid #556CCF;
	border-left: 4px solid #556CCF;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.ac-label {
	font-weight: 700;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0px 50px;
	display: block;
	cursor: pointer;
	background-color: whiteSmoke;
	transition: background-color .15s ease-in-out;
}

.ac-input:checked+label,
.ac-label:hover {
	background-color: #EEF0FA;
}

.ac-label:after,
.ac-input:checked+.ac-label:after {
	content: "+";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	transition: background-color .15s ease-in-out;
}

.ac-input:checked+.ac-label:after {
	content: "-";
}

.ac-input {
	display: none;
}

.ac-text,
.ac-sub-text {
	opacity: 0;
	height: 0;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

.ac-input:checked~.ac-text,
.ac-sub .ac-input:checked~.ac-sub-text {
	opacity: 1;
	height: auto;
}

.ac-sub .ac-label {
	background: none;
	font-weight: 600;
}

.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked+.ac-label:after {
	left: 0;
	background: none;
}

.ac-sub .ac-input:checked+label,
.ac-sub .ac-label:hover {
	background: none;
}

.ac-sub-text {
	padding: 0px 30px 0px 50px;
}

/* 页码*/
.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*/

/* 招标操作流程 */
#zb-rule-data p {
	line-height: 24px;
	font-size: 12px;
}

#zb-rule-data .flip-lg {
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	width: 100%;
	color: #333333;
	background: #EEF0FA;
	border-left: 4px solid #2468f2;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
}

#zb-rule-data .flip-lg:before {
	content: ' ';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/cms/templates/10547359580090000/images/middle_icon_19.png);
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

#zb-rule-data .flip-lg.active:before {
	content: ' ';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/cms/templates/10547359580090000/images/middle_icon_20.png);
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

#zb-rule-data .flip-lg.active {
	background: #dee8fd;
	color: #2468f2;
	border: 1px solid #556CCF;
	border-bottom: 0px;
	border-left: 4px solid #556CCF;
}

#zb-rule-data .panel-lg {
	padding: 10px 30px 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #556CCF;
	border-top: 0px;
	border-left: 4px solid #556CCF;
}

#zb-rule-data .panel-lg {
	display: none;
}


/* 竞标操作流程 */
#jb-rule-data p {
	line-height: 24px;
	font-size: 12px;
}

#jb-rule-data .flip-lg {
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	width: 100%;
	color: #333333;
	background: #EEF0FA;
	border-left: 4px solid #2468f2;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
}

#jb-rule-data .flip-lg:before {
	content: ' ';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/cms/templates/10547359580090000/images/middle_icon_19.png);
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

#jb-rule-data .flip-lg.active:before {
	content: ' ';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/cms/templates/10547359580090000/images/middle_icon_20.png);
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

#jb-rule-data .flip-lg.active {
	background: #dee8fd;
	color: #2468f2;
	border: 1px solid #556CCF;
	border-bottom: 0px;
	border-left: 4px solid #556CCF;
}

#jb-rule-data .panel-lg {
	padding: 10px 30px 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #556CCF;
	border-top: 0px;
	border-left: 4px solid #556CCF;
}

#jb-rule-data .panel-lg {
	display: none;
}


.panel-title {
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}

.panel-lg img {
	max-width: 100%;
	height: auto;
	margin: 15px 0px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


.list-zzgc{
	display: none;
}

.on{
	display: block;
}