@charset "gb2312";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}li{list-style:none}table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container{display:inline-block;}
* html .clearfix, * html .container{height:1%;}
.clearfix, .container{display:block;}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
html{color:#555;font-size:12px;font-family:Helvetica, Arial,sans-serif;text-align:left;background-color:#f7f7f7;}
strong, th, thead td, h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:1.9em;}h2{font-size:1.7em;}h3{font-size:1.5em;}h4{font-size:1.3em;}h5{font-size:1.2em;}h6{font-size:1em;}
cite, em, dfn{ font-style: normal;}
code, kbd, samp, pre, tt, var, button, input, select, textarea{font-family:Helvetica, Arial,sans-serif;}
a{color:#444;text-decoration:none;outline:none;}
a:hover{color:#b00;text-decoration:underline;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.5em 0;border:none;}
hr.space{background:#fff;color:#fff;}
table{border-top:1px solid #eee;border-left:1px solid #eee;}
th, td{padding:5px;border-bottom:1px solid #eee;border-right:1px solid #eee;vertical-align:top;}
th{font-weight:bold;text-align:center;background:#f8f8f8;}
textarea, input[type='text'], input[type='password'], select{padding:4px;background:#fff url('imgtext_input_bg.gif') repeat-x left top;border-width:1px;border-style:solid;border-color:#bbb #ddd #ddd #bbb;}
input[type='text'], input[type='password']{width:16em;}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover{ border-color: #aaa;}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus{ border-color: #888;outline:none;}
input, select{cursor:pointer;}input[type='text'],input[type='password']{cursor:text;}label{cursor:pointer;}

/*页面整体css*/

body {
	background:#f0f0f0;
}

/* CSS空白 */
.blank1 { margin:0 auto; height:1px; font-size:1px; clear:both; overflow:hidden }
.blank2 { margin:0 auto; height:2px; font-size:1px; clear:both; overflow:hidden }
.blank3 { margin:0 auto; height:3px; font-size:1px; clear:both; overflow:hidden }
.blank5 { margin:0 auto; height:5px; font-size:1px; clear:both; overflow:hidden }
.blank8 { margin:0 auto; height:8px; font-size:1px; clear:both; overflow:hidden }
.blank10 { margin:0 auto; height:10px; font-size:1px; clear:both; overflow:hidden }
.blank11 { margin:0 auto; height:11px; font-size:1px; clear:both; overflow:hidden }
.blank12 { margin:0 auto; height:12px; font-size:1px; clear:both; overflow:hidden }
.blank13 { margin:0 auto; height:13px; font-size:1px; clear:both; overflow:hidden }
.blank14 { margin:0 auto; height:14px; font-size:1px; clear:both; overflow:hidden }
.blank15 { margin:0 auto; height:15px; font-size:1px; clear:both; overflow:hidden }
.blank20 { margin:0 auto; height:20px; font-size:1px; clear:both; overflow:hidden }
.blank25 { margin:0 auto; height:25px; font-size:1px; clear:both; overflow:hidden }
.blank30 { margin:0 auto; height:30px; font-size:1px; clear:both; overflow:hidden }


/*左右浮动*/
.fl {
	float:left;
}
.fr {
	float:right;
}
/*满屏div*/
.allbox {
	width:100%;
	overflow:hidden;
}
/*100宽居中div*/
.box {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/*统一文字list*/
.list {
	position:relative;
}
  .list ul {
  }

  .list ul li {
	  font-size:12px;
	  line-height:30px;
      text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
  }
  .list ul li a {
	  color:#515151;
  }
  .list ul li span {
	  float:right;
	  color:#999;
  }

  
/*上方功能栏*/
.g-top {
	color:#fff;
	height:40px;
	clear:both;
	background:#ececec;
	border-bottom:2px solid #2d4d86;
}
.g-top .row {
	position:relative;
	padding:0;
	margin:0;
}
.g-top .u-logo {
	float:left;
	height:40px;
	width:160px;
	text-indent:-9999px;
	background: url(imageslogo.png) no-repeat left center;
}
  .m-topnav {
	  float:right;
	  width:;
	  padding:0;
	  box-sizing:border-box;
  }
  .m-topnav li {
	  width:70px;
	  float:left;
	  margin-left:26px;
	  line-height:38px;
	  font-size:12px;
  }
  .m-topnav li a {
	  display:block;
	  width:100%;
	  height:100%;
	  text-align:center;
	  text-decoration:none;
  }
  .m-topnav li a:hover {
	  background:#2d4d86;
	  color:#fff;
  }
   
 
/*顶部*/   
.g-top1 {
	width:100%;
	height:618px;
	background:url(imagestop-bg.jpg) center top no-repeat;
	overflow:hidden;
}
.g-top1 .m-box {
	width:1000px;
	height:618px;
	margin:0 auto;
	background:url(imagestop-bg.jpg) center top no-repeat;
}

/*内容部分开始*/
.g-main {
	position:relative;
	z-index:100;
	overflow:hidden;
}


/*第一行 概述*/
.g-main .m-ct1{
	width:920px;
	height:618px;
	margin:0 auto;
	overflow:hidden;
}
  /*概述文字*/
  .g-main .m-ct1 p {
	  width:920px;
	  margin:0 auto;
	  font-size:16px;
	  color: #FFF;
	  line-height:26px;
	  font-weight:bold;
	  text-indent:2em;
  }
  
  /*权力清单部分*/
  .g-main .m-ct2 {
	  padding:0;
	  padding-bottom:20px;
  }
  .u-title1 {
	  position:relative;
	  width:1000px;
	  height:14px;
	  border-bottom:1px dashed #9f9f9f;
	  margin-bottom:88px;
  }
  .u-title1 .name {
	  position:absolute;
	  z-index:10;
	  left:50%;
	  width:244px;
	  height:28px;
	  margin-left:-122px;
	  background:url(imagesu-tt2.png) center top no-repeat;
  }

/*第二部分内容*/
.g-main2 {
	position:relative;
	background:url(imagesmain-ct3bg.png) center top no-repeat #0075a6;
	overflow:hidden;
}  
  /*权力流程部分*/
  .g-main2 .m-ct3 {
	  padding:78px 0;
  }
  /*流程标题*/
  .u-title2 {
	  position:relative;
	  width:1000px;
	  height:14px;
	  border-bottom:1px dashed #9f9f9f;
	  margin-bottom:88px;
  }
  .u-title2 .name {
	  position:absolute;
	  z-index:10;
	  width:216px;
	  height:28px;
	  margin-left:-108px;
	  left:50%;
	  background:url(imagesu-tt3.png) center top no-repeat;
  }
  
  
  /*行政权力清单*/
  .btn-list1 {
	  width:1000px;
	  margin:60px auto 0 auto;
	  overflow:hidden;
  }
  .btn-list1 ul {
  }
  
  .btn-list1 ul li {
	  float:left;
	  width:170px;
	  height:220px;
	  margin:0 14px;
  }
  .btn-list1 ul li a {
	  display:block;
	  width:170px;
	  height:220px;
  }
  .btn-list1 ul .u-btn1 {
	  background:url(imagesct2-btn1.png) center no-repeat;
  }
  .btn-list1 ul .u-btn2 {
	  background:url(imagesct2-btn2.png) center no-repeat;
  }
  .btn-list1 ul .u-btn3 {
	  border-right:none;
	  background:url(imagesct2-btn3.png) center no-repeat;
  }
  .btn-list1 ul .u-btn4 {
	  border-bottom:none;
	  background:url(imagesct2-btn4.png) center no-repeat;
  }
  .btn-list1 ul .u-btn5 {
	  border-bottom:none;
	  background:url(imagesct2-btn5.png) center no-repeat;
  }
  .btn-list1 ul .u-btn6 {
	  border-bottom:none;
	  border-right:none;
	  background:url(imagesct2-btn6.png) center no-repeat;
  }
  
  
  /*行政权力流程图*/
  .btn-list2 {
	  width:920px;
	  margin:0 auto;
	  overflow:hidden;
  }
  .btn-list2 ul {
  }
  
  .btn-list2 ul li {
	  float:left;
	  width:154px;
	  height:194px;
	  margin-right:37px;
  }
  .btn-list2 ul li a {
	  display:block;
	  width:154px;
	  height:194px;
  }
  .btn-list2 ul .u-btn1 {
	  background:url(imagesct3-btn1.png) center no-repeat;
  }
  .btn-list2 ul .u-btn2 {
	  background:url(imagesct3-btn2.png) center no-repeat;
  }
  .btn-list2 ul .u-btn3 {
	  background:url(imagesct3-btn3.png) center no-repeat;
  }
  .btn-list2 ul .u-btn4 {
	  background:url(imagesct3-btn4.png) center no-repeat;
  }
  .btn-list2 ul .u-btn5 {
	  margin-right:0;
	  background:url(imagesct3-btn5.png) center no-repeat;
  }
  
/*版面信息*/
.g-bottom {
	width:100%;
	background:#fff;
	overflow:hidden
}

.g-bottom .m-box {
	width:600px;
	margin:20px auto;
	line-height:20px;
}

.g-bottom .m-box p span {
	padding:5px 10px;
}
