.fontsize14{
	font-size: 14px;
}

.fontsize16{
	font-size: 16px;
}

.fontsize18{
	font-size: 18px;
}

.fontsize22{
	font-size: 22px;
}

.pic-view{
	cursor: pointer;
}

.pointer{
	cursor: pointer;
}
.red{
	color: red;
}

.green{
	color:green;
}

.blue{
	color: blue;
}

.bggray{
	background: #F7F7F7;
}

.nomsg{
	font-size: 16px;margin: 10px 0;
}

.link_black a{
	color: #000;
}

.link_black a:hover{
	color: red;
}

.link_333 a{
	color: #333;
}

.link_333 a:hover{
	color: red;
}

.text_align_left{
	text-align: left!important;
}

/*文本不换行*/
.nowrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.headbg{
	width: 100%;
    height: 240px;
    background: url(../images/headbg.jpg) no-repeat;
    background-size: 100% 100%;
}
.headbg .title{
	font-size: 38px;
    color: #fff;
    margin-top: 70px;
}
.cont_nav{
	margin-top: 56px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    padding-left: 10px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: pointer;
    border: none;
    border-bottom-color: transparent;
    line-height: 50px;
    height: 60px;
    text-align: center;
    background-color: #F7F7F7;
    color: #0D6FBA!important;
    font-size: 22px;
}

.nav-tabs>li>a {
    margin-right: 0px;
    border-radius:0;
    cursor: pointer;
    border: none;
    border-bottom-color: transparent;
    line-height: 50px;
    width: 180px;
    height: 60px;
    text-align: center;
    background-color: #2286d1a6;
    color: #fff!important;
    font-size: 22px;
}

.xxgk .nav-tabs>li>a {
    width: 220px;
}

.nav-tabs>li>a:hover {
    background-color: #2286d1a6;
    color: #fff!important;
}

.container_main{
	height: auto;
    background-color: #F7F7F7!important;
    min-height: 400px;
}

.navigation {
    height: 70px;
    line-height: 70px;
    color: #989898;
    font-size: 16px;
    width: 100%;
    float: left;
    text-indent: 12px;
}

.navigation span {
    color: #137DD1;
}

.navigation .navbg {
    width: 13px;
    height: 24px;
    background: url(../images/bit05.jpg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.main_page{
	width: 100%;
	padding: 0 22px;
	background-color: #fff;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    margin: 0px auto 25px auto;
    float: left;
}

.cont_xzqh{
	margin: 20px;
	border-bottom: 1px solid #E3EBED;
	padding-bottom: 20px;
}

/*只支持ie10以上*/
.cont_xzqh select[disabled='disabled']::-ms-value {
    color: #fff;
}

.xzqhsel{
	margin-left: 2%;
	border: 0px;
	width: 99%;
	height: 50px;
	background: url('../images/bg_select0.png') 0% 0% / 100% 100% no-repeat;
	appearance: none;
	outline: none;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.xzqhsel option{
	color: #000;
}

.xwql_search_bg {
    width: 260px;
    background: url(../images/bg_search2.png) no-repeat center center;
    text-align: left;
    height: 35px;
}
.xwql_search_bg .inputtxt {
    width: 210px;
    height: 35px;
    background: none;
    outline: none;
    text-indent: 12px;
    color: #A9B1C4;
    border: none;
}
.xwql_search_bg .btn {
    width: 45px;
    display: inline-block;
    cursor: pointer;
    height: 35px;
    vertical-align: middle;
	overflow: hidden;    
}

.xwql_lb_search select{
	border:0;
	width:200px;
	margin-left:0%;
	height:35px;
	background:url('../images/bg_select1.png') no-repeat transparent;
	background-size:100% 100%;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline: none;
	line-height:35px;
	padding-left:50px;
	font-size:14px;
	color:#A1AABB;
	cursor:pointer;
}

.btn-bule,.btn-bule:hover,.btn-bule:focus,.btn-bule:active{
    color: #fff;
    background-color: #2D94E0;
    outline:0;
}

.xwql_table{
	font-size:16px;
}

.xwql_table {
    border: 1px solid #E8EEEC;
}

.xwql_table>tbody>tr>td, .xwql_table>tbody>tr>th, .xwql_table>tfoot>tr>td, .xwql_table>tfoot>tr>th, .xwql_table>thead>tr>td, .xwql_table>thead>tr>th {
    border: 1px solid #E8EEEC;
}

.xwql_table .table-thead{
	background-color: #EBF4FB;
    height: 72px;
    color: #015CA3;
}

.xwql_table .table-thead td, .xwql_table .table-thead th {
    border-bottom-width: 1px;
}

.xwql_table .table-thead th {
    vertical-align: middle;
    font-weight: normal;
}

.xwql_table .table-tbody td{
	vertical-align: middle;
}

.xwql_table .table-tbody>tr:nth-child(1n){
	background:#fff;
}
.xwql_table .table-tbody>tr:nth-child(2n){
	background:#F7FBFC;
}
.xwql_table .table-tbody>tr:hover{
	background:#f9f9f9;
}

.pageselect{
	border: 0px;
	width: 80px;
	height: 40px;
	background: #3391cf;
	color: #ffffff;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 5%;
}

.btn_blue2 {
    border: 0;
    color: #fff;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    outline: none;
    background-color: #3391CF;
    border-radius: 2px;
}

.btn_number{
	width: 40px;
	height: 40px;
	border:1px solid #3391cf;
	text-align: center;
}

.btn_arrow{
	transform:scaleX(0.8) scaleY(1.4);
	letter-spacing:-3px;
	display: inline-block;
}

.modal {
	width:100%;
}

.tsjb_href{
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
}

.modal-dialog{
	width: 380px;
}

.container_box{
	width: 100%;
	min-height: 600px;
   /*  padding: 0 22px 60px 22px; */
}

/**办理流程**/
.process_group{
	min-height: 160px;
	width: 100%;
	border: 1px dashed #BABBBD;
	margin-top: 78px;
	background-color: #F9FDFF;
}
.process_group .title{
	color: #fff;
	font-size: 16px;
	width: 152px;
	height: 56px;
	background-color: transparent;
	background-image: url("../images/sp_detail_title.png");
    margin: -19px auto 0 auto;
    text-align: center;
    line-height: 32px;
}
.process_group .text{
	padding: 15px 40px 20px 40px;
	line-height: 1.5;
}

.process_group .text a{
	display: block;
	color: blue;
	line-height: 1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.process_detail{
	min-height: 600px;
	width: 100%;
	border: 1px dashed #BABBBD;
	margin:40px auto 0 auto;
	background-color: #F9FDFF;
	padding: 0 30px;
}

.process_detail .qdmc{
	/* padding:45px 260px; */
	padding: 2%;
	font-size: 28px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
}

.article_content img,.process_detail img{
  vertical-align:middle;
  max-width: 100%;
  object-fit: cover;
  height:auto;
  vertical-align:middle;
  zoom:expression( function(elm) { 
  	if (elm.width>800) { 
  		var oldVW = elm.width; elm.width=800; 
  		elm.height = elm.height*(800/oldVW); 
  	} 
  	elm.style.zoom = '1'; 
  }(this)); 
}

/*结果公示详情表格*/
.jggs_table{
	font-size:16px;
}

.jggs_table .table-thead td, .jggs_table .table-thead th {
    border-bottom-width: 1px;
}

.jggs_table .table-thead th {
    vertical-align: middle;
    font-weight: normal;
}

.jggs_table .table-tbody td{
	vertical-align: middle;
}

.jggs_table .title{
	text-align: right;
	background-color: #F7FBFC;
    color: #035ca0;
    width: 15%;
}

.jggs_table .text{
    width: 35%;
}

/*办理事项*/
.blsx_detail .bar{
	display: inline-block;
    width: 172px;
    height: 50px;
    line-height: 50px;
    background-color: #2d94df;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.blsx_detail .nodetitle{
	border-bottom: 1px solid #dce0df;
	font-size: 18px;
}

.blsx_detail .nodetitle span{
	display: inline-block;
	border-bottom: 3px solid #2e94df;
	width: auto;
	margin-bottom: -1px;
	height: 50px;
	line-height: 58px;
}

.blsx_detail .imgbox{
	float: left;
	max-width: 16%;
	margin: 10px 2%;
}

.blsx_detail .imgbox img{
	max-width: 100%!important;
	height: 90px!important;
}

/*信息详情*/
.margintop30{
	margin-top: 30px;
}
.col_line{
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

.article_content{
	font-size: 16px;
	line-height: 30px;
	min-height: 600px;
	margin: 20px 0;
}

/*村级资产详情*/
.cjzc_detail .bar{
	background: #ededed;
    height: 40px;
    line-height: 40px;
}

.cjzc_detail .bar span{
	background: #2286D1;
	display: inline-block;
	color: #fff;
	padding: 0 15px;
}

.zctable tr td{
    padding: 25px 25px!important;
    font-size: 16px;
}

.zctable .title{
	width:25%;
}

.zctable .zctitle{
	background: #F7FBFC;
	vertical-align: middle;
}

.zctable .cont{
	width:50%;
}

.zctable .imgbox{
	float: left;
	max-width: 16%;
	margin: 10px 2%;
}

.zctable .table-tbody>tr:hover{
	background:#f9f9f9;
}

/*村级资金*/
.xwql_lb_search .selym{
	display: inline-block;
}
.srje{
	color: #f57f41;
}

/*我要写信*/
.letter{
	font-size: 16px;
}
.letter .bar{
	text-align: center;
	color: #1694CF;
    font-size: 22px;
    font-weight: bold;
}


@media (max-width: 767px){
	.nav-tabs>li {
	    padding-left: 0;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	    font-size: 18px;
	}
	.nav-tabs>li>a {
	    width: auto;
	    font-size: 18px;
	}
	
	.modal-dialog{
		width: 80%;
		margin: 0 10%;
	}
	
	.searchwords{
		float: left!important;
	}
	
	.main_page {
	    width: 100%;
	    padding: 0 5px;
	}
	
	.cont_process{
		width: 100%;
		min-height: 600px;
	    padding: 0 5px 20px 5px;
	}
	
	.process_detail .qdmc {
	    font-size: 22px;
	    padding: 4% 2% 10% 2%;
	}
	
	.blsx_detail .nodetitle span{
		line-height: 24px;
    	font-size: 16px;
	}
	
	.xxgk .nav-tabs>li>a {
	    width: auto;
	    font-size: 16px;
	    max-width: 120px;
	    line-height: 25px;
	}
	
	.xxgk .nav-tabs>li.active>a, .xxgk .nav-tabs>li.active>a:focus, .xxgk .nav-tabs>li.active>a:hover {
	    font-size: 16px;
	    max-width: 120px;
	    line-height: 25px;
	}
}

/* define bootstrap 8 columns */
.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
 
.col-xs-1-8 {
  width: 12.5%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
}

 /* define bootstrap 5 columns */
 .col-xs-1-5,
 .col-sm-1-5,
 .col-md-1-5,
 .col-lg-1-5 {
     position: relative;
     min-height: 1px;
     padding-right: 10px;
     padding-left: 10px;
 }

 .col-xs-1-5 {
     width: 20%;
     float: left;
 }

 @media (min-width: 768px) {
 .col-sm-1-5 {
         width: 20%;
         float: left;
     }
 }
 @media (min-width: 992px) {
     .col-md-1-5 {
         width: 20%;
         float: left;
     }
 }
 @media (min-width: 1200px) {
     .col-lg-1-5 {
         width: 20%;
         float: left;
     }
 }
 
 /* define bootstrap 7 columns */
 .col-xs-1-7,
 .col-sm-1-7,
 .col-md-1-7,
 .col-lg-1-7 {
     position: relative;
     min-height: 1px;
     padding-right: 10px;
     padding-left: 10px;
 }

 .col-xs-1-7 {
     width: 13.29%;
     float: left;
 }

 @media (min-width: 768px) {
 .col-sm-1-7 {
         width: 13.29%;
         float: left;
     }
 }
 @media (min-width: 992px) {
     .col-md-1-7 {
         width: 13.29%;
         float: left;
     }
 }
 @media (min-width: 1200px) {
     .col-lg-1-7 {
         width: 13.29%;
         float: left;
     }
 }
 
.visit,.department_des{
	margin-top:45px!important;
}
.department_description_text{
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin-left: 30px;
}

.visit_text{
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	border-left: 1px solid #c6cbce;
	border-right: 1px solid #c6cbce;
}
.function_box{
	height:200px;
	padding-top:20px;
}

@media screen and (max-width: 767px) {
 .container_small_device{
 	margin:0px 4% ;
 	width:92%;
 }
 .visit{
 	margin-top:0px!important;
 }
 .department_des{
 	margin-top:25px!important;
 }
 .department_description_text{
 	text-align: center;
 	margin:0px;
 }
 .visit_text{
 	border:0px;
 	margin:0px;
 }
 .function_box{
 	height:180px;
 }
}

.piclink{
	color: #000;
	font-size: 15px;
	line-height: 30px;
}

.piclink a{
	color: #000;
}

.visits_num{
	font-weight: bold;
	font-size: 22px;
}

.visit_img{
	margin-bottom: 10px;
}

.btn2 {
    display: inline-block;
    padding: 8px 60px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3b92dd;
    background-image: url(../images/bit_00.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.btn2:hover {
	background-color: #337ab7;
}

.infocontent{
	margin: 20px;
	line-height: 30px;
}

svg{
	background: url(../images/bg_map.png)  10% 24% no-repeat;
	background-size: 78%;
}

@media (max-width: 576px) {
	.headbg {
	    height: auto;
	}
	.headbg .title {
	    font-size: 180%!important;
	    margin: 30px 0;
	}
	
 }

.xwql_lb_search{
	margin-top: 2%;
}
