﻿/* 头部 */
.whbanner{
    background: url(../images/whIndex/banner.png) no-repeat center top;
    width: 100%;
    height: 389px;
    background-size: 1920px 100%;
    /* max-width: 1920px; */
}
.header-whzwfw{
	padding: 25px 0;
	box-sizing: border-box;
}
.header-whzwfw .logo{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.userinfo .logins a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 66px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	margin-top: 12px;
}
.userinfo .logins .register{
	background-color: #ffffff;
	border-radius: 3px;
	color: #0e745e;
}
.wh-nav{
	border-radius: 3px;
	background-color: rgba(255,255,255,0.2);
	padding: 0 55px;
}
.wh-nav li {
	display: inline-block;
	text-align: center;
	margin-right: 100px;
}
.wh-nav li:last-child{
	margin-right: 0;
}
.wh-nav li a{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.wh-nav li.active a{
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.compartment{
	color: #fff;
	margin-top: -90px;
	padding-left:50px;
}
.compartment .tit{
	font-size: 18px;
	font-weight: bold;
}
.compartment div{
	width: 240px;
	height: 90px;
	padding-top: 30px;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	background-image: linear-gradient(to top, #05aa81,#16ce98);
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.compartment div i{
	display: none;
}
.compartment div.active i{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	display:inline-block;
	height: 25px;
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/* 主体内容 */
.main{
	background-color: #fff;
	margin-bottom: 40px;
}
.xmfw-content{
	padding: 35px 35px 10px 35px;
	box-sizing: border-box;
}
.xmfw-content .tab-title {
	background: rgba(255,255,255,0.9);
	font-size: 0;
}
.xmfw-content .tab-title span.active {
	z-index: 99;
	box-shadow: 4px 0 10px rgba(82,102,97,0.14);
	color: #21906a; 
	background: #fff;
	border: 1px solid #399777;
}
.xmfw-content .tab-title span.active:after{ 
	content:""; 
	width: 0; 
	height: 0; 
	border-style:solid; 
	border-width:15px; 
	border-color:#fff transparent transparent transparent; 
	position: absolute; 
	margin-top:70px; 
	left: 50%;
	margin-left:-7px;
	z-index: 10;
}
.xmfw-content .tab-title span.active:before{ 
	content:""; 
	width: 0; 
	height: 0; 
	border-style:solid; 
	border-width:16px; 
	border-color:#399777 transparent transparent transparent; 
	position: absolute; 
	margin-top:70px; 
	left: 50%;
	margin-left:-8px; 
	z-index: 9;
}
.xmfw-content .tab-title span {
	font-size: 22px;
	color: #333;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 49%;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}
.xmfw-content .tab-title span img{
	margin-right: 10px;
}
.tz-content{
		padding: 0 25px 25px;
		box-sizing: border-box;
		background:#fff;
}
.tz-list{
		width: 300px;
		height:100px;
		border-radius: 5px;
		color: #fff;
		padding: 25px 0px;
		box-sizing: border-box;
		text-align: center;
		margin:30px 20px 0 0;
		cursor: pointer;
		position: relative;
		float:left;
}
.tab-list{
		width:940px;
		margin:0 auto;
}
.tz-list:nth-child(3n){
margin-right:0
}
.tz-list:hover{
		padding: 15px 0;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2); 
}
.tz-list:hover .lc-p{
		display:block
}
.tz-list:hover img{
		display:none
}
.tz-list:hover .line,.tz-list:hover .line img{
		display:block;
}
.tz-list:hover .tz-list-txt{width:auto}
.tab-list .tz-list-active{
	padding: 15px 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2); 
}
.tab-list .tz-list-active img{
	display:none
}
.tab-list .tz-list-active .line,.tab-list .tz-list-active .line img,.tab-list .tz-list-active .lc-p{
		display:block;
}
.tab-list .tz-list-active .tz-list-txt{
	width:auto;
	text-align: center;
}
.list-bg01{
		background:#1e94d8; 
	 /* box-shadow: 2px 2px 10px #c1e6fd;   */
}   
.list-bg02{
		background:#04a37c; 
	 /* box-shadow: 2px 2px 10px #caf5e8;       */
}
.list-bg03{
		background:#e8922d; 
	 /* box-shadow: 2px 2px 10px #f9e3d1; */       
}   
.list-bg04{
		background:#4e79c8; 
	/*  box-shadow: 2px 2px 10px #c4d8ea;       */
}
.list-bg05{
		background:#1e94d8; 
	 /* box-shadow: 2px 2px 10px #cdd5f0;  */     
}  
.list-bg06{
		 background:#0dbb8c; 
		/* box-shadow: 2px 2px 10px #cdd5f0;  */     
 }  
.tz-list:after{
		position: absolute;
		bottom: -10px;
		left: 165px;
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;       
		display:none;
}    
.tz-list-txt{
		text-align: left;
		padding-left: 10px;
		font-size: 16px;
		width: 180px;
}
.xm-tip{
		text-align: center;
		padding:0px 0px 20px 0px;
		font-size: 20px;
		background:#fff;
}
.xm-tip>img{
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0px 0px;
}
.xm-tip span{
		color: #2d7a60;
		font-size: 20px;
}
.list-xm{
		background:#fff;
}
.list-xm-item{
		box-sizing: border-box;
		margin-bottom: 35px;
}
.item-title{
		height: 40px;
		background-color: #f3f6f8;
		position: relative;
		width:930px;
}
.item-title-txt{
		display: block;
		padding-left:32px;
		padding-right:32px;
		font-size: 16px;
		background-color: #2d7a60;
		color: #fff;
		height: 40px;
		line-height: 40px;
		border-top-right-radius: 25px;
		cursor: pointer;
		position:relative;
}
.set-b{
		position:absolute;
		width:26px;
		height:25px;
		top:0;
		left:0;
		line-height:13px;
		color:#fff;
		font-weight:normal;
		background: url(../images/whIndex/stage_num.png);
		text-align: left;
		text-indent: 3px;
}
.item-title-txt>img{
		display: inline-block;
		vertical-align: middle;
		margin-right:7px;
}
.set-btn{
		position: absolute;
		top: 0px;
		right: -204px;
}
.set-btn a{
		display: inline-block;
		vertical-align: middle;
		border-radius: 5px;
		height: 40px;
		line-height: 40px;
		margin-right: 5px;
		padding: 0px 15px;
		color: #fff;
		background-color: #2d7a60;
}
.set-btn a:hover{
		opacity: 0.8;
}
.set-btn a.set-btn-bg02{
		background-color: #f3ac58;
}
.list-xm-detail{
		padding: 10px 0px 0px 0;
		box-sizing: border-box;
}
.list-xm-detail p>img{
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0px 0px;
}
.xm-listItem{
		box-sizing: border-box;
		margin: 10px 0px;
		color: #333;
}
.xm-listItem .list-tit{
	margin-bottom: 10px;
	padding-left: 35px;
}
.xm-listItem .list-tit i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 9px;
	height: 6px;
}
.xm-listItem .list-content{
	padding: 5px 40px 5px 90px;
}
.xm-listItem ul li .list-content:nth-child(2n){
	background-color: #f1ede8;
}
.xm-listItem .list-content .xm-listItem-left{
	line-height: 26px;
}
.xm-listItem .list-tit i.up{
	background: url(../images/whIndex/up.png) no-repeat;
}
.xm-listItem .list-tit i.down{
	background: url(../images/whIndex/down.png) no-repeat;
}
.xm-listItem ul li{
		padding:5px 0px 0px 0px;
}
.xm-listItem-left{
		float: left;
}
.xm-listItem-left>img{
		display: inline-block;
		vertical-align: middle;
		margin-right:10px;
		margin-top: -3px;
}
.xm-listItem-right{
		float: right;
		color: #999;
}
.xm-listItem-right a{
		display: inline-block;
		vertical-align: middle;
		color: #2d7a60;
		border: 1px solid #2d7a60;
		border-radius: 5px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		padding: 0px 12px;
		margin-left: 10px;
}
.tz-list-width:after{
		left: 100px;
}
.tz-list .line{
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tz-list .line img{
	margin: 5px auto;
}
/* 办件公示样式。 add by shangqichao 2020/01/08 */
.bjgs-content {
	width: 100%;
	min-height: 330px;
	padding: 40px 35px;
	box-sizing: border-box;
	border-top: 25px solid #f9f9f9;
}
.item-tit{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.ck-more {
	position: relative;
	left:1040px;
	bottom: 40px;
	color: #666
}
.ck-more>img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.bxtj_box{
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.layui-form-checkbox[lay-skin=primary] span {
 overflow: inherit;
 white-space: unset;
}
.bjgs-content .layui-table th{
	background-color: #edf0f4;
	border: 1px solid #fff;
}
.bjgs-content .layui-table td{
	border: 1px solid #fff;
}
.lc-p {    
 display:none;
 margin:5px auto 0;   
}
.lc-p a{
  width: 88px;
  height: 24px;
  line-height:24px;
  font-size:16px;
  color:#fff;
  margin-right:5px;
  display:inline-block;
  text-align:center; 
}
.lc-p a:hover{
	color:#fff
}
.lc-div{
	margin-bottom:5px
}
.ny-content{
		min-height:100px !important;
}
.item-title-txt01,.p-new{
	display:inline-block
}
.item-title .p-new{
	margin-left: 20px;
}
.item-title .p-new img{
	margin-right:5px;
}
.layui-table-sp01{
   padding:0 !important
}
.layui-table-sp01 .layui-table{
	margin-top:-21px !important
}



/*脚部*/
.footer-ahzwfw{padding: 30px 0;background: #e3e3e3;color: #333333;text-align: center;font-size: 14px;}
.footer-ahzwfw .footer-wrapper{margin: 0 auto;width: 1200px; display: inline-block;}
.footer-ahzwfw .footer-nav{margin: 5px 0;text-align: left;}
.footer-ahzwfw .footer-nav a{display: inline-block;margin: 0 10px;}
.footer-ahzwfw .footer-nav a:before{position: relative;left: -12px;content: "";display: inline-block;width: 0;height: 14px;border-left: 1px solid #333;vertical-align: middle;}
.footer-ahzwfw .footer-nav a:first-child:before{display: none;}
.footer-ahzwfw .footer-copyright{text-align: left;}
.footer-ahzwfw .footer-copyright p{margin:5px 0;}
.footer-ahzwfw .footer-copyright span{display: inline-block;margin: 0 10px;color: #333;white-space: nowrap;}
.footer-ahzwfw .footer-link{float: left;margin: 0 40px;}
.footer-ahzwfw .footer-link:after{margin-left: 44px;vertical-align: top;display: inline-block;content: url(../images/whIndex/footer-line.png);width:2px;height:100px;}
.footer-ahzwfw .footer-link .zhaocuo{float: left;margin-top:15px;width:113px;height:61px;}
.footer-ahzwfw .footer-link .dangzhengjiguan{float: left;margin-top:15px;margin-left:23px;width:50px;height:61px;}
.footer-ahzwfw .footer-body{height: 100px;color:#333;font-size: 14px; line-height: 2;position: relative;width: 80%;float:right;}
.footer-ahzwfw .footer-body a{color: #333;text-decoration: none;}
.dangzhen_img{position: absolute; right: 0px; top: 15px;}

/* 2011-11-30 */
.tz-content{
	margin-top: 70px;
}
.tab-lists{
	position: relative;
}
.swiper-container{
	height: 260px;
}
.zf-arrow-left {
	background: url(../images/whIndex/arrow-left.png) no-repeat left top;
	position: absolute;
	left: -40px;
	top: 49%;
	margin-top: -15px;
	width: 26px;
	height: 69px;
	z-index: 999;
}

.zf-arrow-right {
	background: url(../images/whIndex/arrow-right.png) no-repeat left bottom;
	position: absolute;
	right: -40px;
	top: 49%;
	margin-top: -15px;
	width: 26px;
	height: 69px;
	z-index: 999;
}
.sh-arrow-left {
	background: url(../images/whIndex/arrow-left.png) no-repeat left top;
	position: absolute;
	left: -40px;
	top: 49%;
	margin-top: -15px;
	width: 26px;
	height: 69px;
	z-index: 999;
}

.sh-arrow-right {
	background: url(../images/whIndex/arrow-right.png) no-repeat left bottom;
	position: absolute;
	right: -40px;
	top: 49%;
	margin-top: -15px;
	width: 26px;
	height: 69px;
	z-index: 999;
}
.div-select-list{
	padding: 30px 0px;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0px;
	top: 195px;
	z-index:9;
	display: none;
}
.div-select-list a{
	display: inline-block;
	background-color: #fff;
	border-radius: 17px;
	padding: 0px 38px;
	height: 58px;
	line-height: 60px;
	margin-left: 35px;
	color: #333;
	margin-right: 8px;
}