.lb-wrap {
	width: 1200px;
	min-height: 370px;
    height: auto;
	margin: 0 auto;
	margin-top: -72px;
	background: #fff;
	overflow: hidden;
	clear: both;
}

.channel-wrap {
	overflow: hidden;
	clear: both;
	width: 1172px;
	background-color: #fff;
	margin: 0 auto;
	padding: 14px 14px 20px 14px;
}

.position {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	margin-bottom: 20px;
	padding-bottom: 16px;
    border-bottom: 1.5px solid #3a8631;
	position:relative;
	padding-left:21px;
}

.position:before{
	content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    background: url(/images/position.png) no-repeat center;
	background-size:100%;
    left: 0;
    top: 8px;
}

.position a:last-child {
	color: #3a8631;
}

.list-wrap {
	width: 100%;
	overflow: hidden;
}

/*宸︿晶*/
.list-wrap .left {
	width: 215px;
	float: left;
}

.list-wrap .left .title {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #3a8631;
	margin-bottom: 4px;
}

/*鎵嬮鐞存牱寮?/
.list_dt {
	background: #f7f7f7;
	color: #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.list_dt:hover {
	background: #efefef;
}

.menu_on {
	background: #efefef;
}

.menu_on a {
	text-decoration: none;
	color: #3a8631;
}

/*鍙充晶鏍峰紡*/

.list-wrap .right {
	width: 930px;
	float: right;
}

.list-wrap .right .title {
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	background-color: #3a8631;
	margin-bottom: 4px;
}

.list-wrap .list-lb {
	width: 100%;
	min-height: 500px;
	line-height: 45px;
	padding: 15px 0;
	border-bottom: 1px #ccc dashed;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 16px;
}

.list-wrap .list-lb ul li{
	position: relative;
	padding-left: 16px;
}

.list-wrap .list-lb ul li:hover a, .list-wrap .list-lb ul li a:hover{
	color: #3a8631;
}

.list-wrap .list-lb ul li:hover span{
	color:#3a8631;
}

.list-wrap .list-lb ul li:before{
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/point.png) no-repeat center;
    background-size: 100%;
    left: 0;
    top: 15px;
}

.list-wrap .lb-time {
	color: #adadad;
	/* margin-right: 10px; */
	float: right;
}

.list-wrap .nr-bt-ldzc {
	width: 96%;
	line-height: 40px;
	font-size: 26px;
	color: #e60000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-wrap .nr-bt {
	width: 96%;
	line-height: 40px;
	font-size: 26px;
	color: #e60000;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
}

.list-wrap .nr-time {
	line-height: 55px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	border-bottom: 1px solid #ededed;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* 鍏宠仈闃呰 */
.wh {
	width: 100%;
	margin: 1px auto;
	border-bottom: 1px dashed #ddd;
	line-height: 30px;
	height: 40px;
	color: red;
	margin-bottom: 20px;
}

.wh a {
	color: #f00;
}

.list-wrap .nr-zw {
	color: #555;
	line-height: 42px;
	margin: 0 auto;
	font-size: 16px;
}

/*------------------------ 鍒嗛〉 ----------------------------*/

.page-wrap {
    margin-bottom: 20px;
    font-size: 14px;
	text-align: center;
}

/*------------------------ 缃戠珯鍦板浘 ----------------------------*/

.col_box{
	width: 100%;
	position: relative;
}

.col_box .col_title{
	height: 50px;
	margin: 10px 0;
	background-color: #f8f8f8 ;
	color: #3a8631;
	font-size: 20px;
	line-height: 50px;
	padding-left: 25px;
	text-align: left;
	font-weight: bold;
}

.col_box .col_title:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 30px;
	background-color: #3a8631;
	left: 0;
	top: 10px;
}

.col_box .wzdt_ul {
	padding: 10px 0;
}

.col_box .wzdt_ul li{
	height: 50px;
	float: left;
	line-height: 50px;
	border-bottom: none;
	padding-left: 25px;
	position: relative;
	font-size: 18px;
	width: 200px;
}

.col_box .wzdt_ul li::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../images/point.png") no-repeat center;
	background-size: 120%;
	left: 0;
	top: 15px;
}

.col_box .cxfw_ul{
	display: flex;
    flex-wrap: wrap;
	padding: 20px 0;
}

.col_box .cxfw_ul li{
	width: 20%;
	padding: 10px 0;
}

.col_box .cxfw_ul li .item{
	display: flex;
    flex-direction: column;
    align-items: center
}
