/*header{*/
	/*margin-bottom: 20px;*/
/*}*/
.chapterTit{
	height:60px;
	line-height: 60px;
	text-align: center;
	font-weight:600;
	font-size: 20px;
	color: #fff;
	background: #5F713D;
	margin: 0 auto;
}
.col-md-4{
	width: 36%;
	margin: 0 auto;
}
.chapterTit span{
	display: inline-block;
	width: 98px;
	position: relative;
}
.chapterTit span::before{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -30px;
	top:0;
	bottom: 0;
	margin: auto;
}
.chapterTit span::after{
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -30px;
	top:0;
	bottom: 0;
	margin: auto;
}
.siderBars{
	width: 300px;
	margin-right: 20px;
	background: #fff;
	padding: 30px 0;
	text-align: center;
	height: 400px;
	line-height: 40px;
}
.con{
	width: 880px;
	background: #fff;
	text-align: left;
	overflow: auto;
	padding: 20px 30px;
	line-height: 36px;
	/*margin-bottom: 60px;*/
	min-height: 400px;
	max-height: 780px;
}
.con a{
	color: #333;
}

.title{
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 15px;
}
.title::before{
	content: "";
	width:6px;
	height: 6px;
	border-radius: 50%;
	background: #5F713E;
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
.con .date{
	color: #666;
}
.con a:hover,.con a:hover .date{
	color: #D5B543;
}
.con a:hover .title::before{
	background:#D5B543;
}
.siderBars li{
	height: 40px;
	margin: 10px 0;
}
.siderBars li:hover,.siderBars li.cur{
	color: #fff;
	cursor: pointer;
}
.siderBars li.xwdt{
	background: url(../images/xwdtH.png) no-repeat  28% center;
}
.siderBars li.xwdt:hover,.siderBars li.xwdt.cur{
	background:#F39938 url(../images/xwdt.png) no-repeat  28% center;
}
.siderBars li.wlzx{
	background: url(../images/wlxxH.png) no-repeat  28% center;
}
.siderBars li.wlzx:hover,.siderBars li.wlzx.cur{
	background:#F39938 url(../images/wlxx.png) no-repeat  28% center;
}
.siderBars li.wlsm{
	background: url(../images/wlsmH.png) no-repeat  28% center;
}
.siderBars li.wlsm:hover,.siderBars li.wlsm.cur{
	background:#F39938 url(../images/wlsm.png) no-repeat  28% center;
}
.siderBars li.zcfg{
	background: url(../images/zcfgH.png) no-repeat  28% center;
}
.siderBars li.zcfg:hover,.siderBars li.zcfg.cur{
	background:#F39938 url(../images/zcfg.png) no-repeat  28% center;
}
.siderBars li.qycx{
	background: url(../images/qycxI.png) no-repeat  28% center;
}
.siderBars li.qycx:hover,.siderBars li.qycx.cur{
	background:#F39938 url(../images/qycxIH.png) no-repeat  28% center;
}
.siderBars li.rycx{
	background: url(../images/rycxI.png) no-repeat  28% center;
}
.siderBars li.rycx:hover,.siderBars li.rycx.cur{
	background:#F39938 url(../images/rycxIH.png) no-repeat  28% center;
}
.siderBars li.clcx{
	background: url(../images/clcxI.png) no-repeat  28% center;
}
.siderBars li.clcx:hover,.siderBars li.clcx.cur{
	background:#F39938 url(../images/clcxIH.png) no-repeat  28% center;
}


.siderBars li.cdzcx{
	background: url(../images/cdzI.png) no-repeat  28% center;
}
.siderBars li.cdzcx:hover,.siderBars li.cdzcx.cur{
	background:#F39938 url(../images/cdzIH.png) no-repeat  28% center;
}

.siderBars li.tkzdcx{
	background: url(../images/tkzdI.png) no-repeat  28% center;
}
.siderBars li.tkzdcx:hover,.siderBars li.tkzdcx.cur{
	background:#F39938 url(../images/tkzdIH.png) no-repeat  28% center;
}

.siderBars li.wlgz{
	background: url(../images/wlgzI.png) no-repeat  28% center;
}
.siderBars li.wlgz:hover,.siderBars li.wlgz.cur{
	background:#F39938 url(../images/wlgzIH.png) no-repeat  28% center;
}

.tiaozhuan	{
	float:right;z-index:999;position:absolute;width:1180px;text-align: right;margin-top: 5px;
}

.yqlj{
	margin-top: 15px;text-align: center
}
.yqlj a:hover { color: #2980b9; text-decoration: underline; }

.breadcrumbs,.breadcrumbs a{
	color:#666;
	line-height: 60px;
}
.breadcrumbs a:hover{
	color:#D5B543
}

.containerBox{
	background: #fff;
	/*margin-top: -20px;*/
	padding: 40px 150px;
	/*margin-bottom: 60px;*/
}
.containerBox h2{
	font-size:36px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:60px;
	text-align: center;
	margin-bottom: 40px;
}
.searchBox{
	margin-bottom: 20px;
	}
	.searchBox input,	.searchBox input:focus,	.searchBox input:hover,	.searchBox input:visited{
		width:300px;
		height:40px;
		border:1px solid rgba(153,153,153,1);
		border-radius:10px;
		margin-right: 10px;
		padding-left: 20px;
		outline: none;
	}
	.btn{
		width:88px;
		height:40px;
		line-height: 40px;
		background:rgba(245,192,33,1);
		border-radius:10px;
		color: #fff;
		cursor: pointer;
		text-align: center;
	}
	.btn:hover{
		background:rgba(245,192,33,0.8);
	}
	.btn img{
		width: 17px;
		height: 18px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.resultBox table{
		border-collapse: collapse;
		width:100%;
	}
	.resultBox table td{
		padding: 10px 5px;
		color: #333;
		border: 1px solid #eee;
		vertical-align: top;
	}
	.resultBox table td.tdL{
		color: #666;
		text-align: right;
		width: 20%;
	}
	.timeInfo{
		width: 100%;
		height:60px;
		font-size:14px;
		font-family:PingFang SC;
		font-weight:400;
		color:rgba(102,102,102,1);
		line-height:60px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}

	.containerBox img{
		width: 100%;
		height: auto;
		margin: 40px auto;
	}
	.timeInfo img{
		width: 17px;
		height: 16px;
		vertical-align: middle;
		margin: auto;
	}
		.timeInfo span{
			margin-right: 30px;
		}
		.mainInfo{
			border-top: 1px solid #999;
			padding:30px 0;
		}
		.mainInfo h5{
			font-size: 24px;
			margin-bottom: 20px;
			text-align: center;
		}
		.mainInfo p{
			text-indent: 2em;
			line-height: 36px;
			margin-bottom: 30px;
		}