/*-------------------- 重置样式 ------------------*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style: normal;}
[hidefocus],summary{outline:0;}
ul , ol , ul li , li , ol li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto; resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font-family:"微软雅黑"; font-size:14px; color:#454545; outline:0;}
a{color:#454545; border: none; text-decoration: none; outline:none; /*移除虚线框 IE8,FF有用*/ hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/}
a:focus{outline: 0; -moz-outline-style: none;}
a:hover{text-decoration: none; color: #177acc;}
img{border: 0 none; /* 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框*/ width: auto\9; /* 修正 IE8 图片消失bug*/ height: auto; /* 防止 img 指定「height」时图片高度不能按照宽度等比缩放，导致图片变形*/ vertical-align: top; /* 去除现代浏览器图片底部的空隙*/ -ms-interpolation-mode: bicubic; /* 修复 IE7 图片缩放失真*/}
button,input,select,textarea{font-size:100%; font-family:tahoma; margin: 0; outline: 0 none; vertical-align: baseline; _overflow:visible; *vertical-align: middle; *overflow:visible;}
body{background: #eef7ff; overflow-x:hidden; min-width: 1200px;}
.f-left{float: left;}
.f-right{float: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}

.f-br0{border-right: none !important;}
.f-bl1{border-left: 1px dashed #ddd !important;}

/*----------------- header样式 -----------------*/
.is-header{
  width: 100%;
}
/*------- headerTop样式 -------*/
.top-wrapper{
  width: 100%;
  background: #f5f5f5;
}
.top-content{
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #666;
  font-size: 12px;
}
.top-content a{
  font-size: 14px;
  color: #666;
  padding: 0 4px;
}

/*------- bannerBox样式 -------*/
.banner-wrapper{
  width: 100%;
  overflow: hidden;
  background: url(../images/common/banner_bg.png) repeat-x;
}
.banner-content{
  position: relative;
  width: 1200px;
  height: 150px;
  margin: 0 auto;
}
.banner-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 433px;
  height: 150px;
}
.banner-logo{
  position: absolute;
  left: 0;
  z-index: 10;
  top: 0;
  width: 558px;
  height: 150px;
}
/*------- Nav样式 -------*/
.m-nav {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 50px;
  background: #177acc;
}
.m-nav .content {
  width: 1200px;
  height: 52px;
  margin: 0 auto;
  position: relative;
}
.m-nav .content ul {
  width: 1200px;
  height: 50px;
  zoom:1;
}
.m-nav .content li {
  height: 52px;
  line-height: 50px;
  float: left;
  position: relative;
  z-index: 999;
}
.m-nav .content li a {
  position: relative;
  display: block;
  height: 50px;
  padding: 0 44px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.m-nav .content li a.current{
  background: #0a5899;
}
.m-nav .content li.line {
  width: 1px;
  height: 50px;
  background: #4393d6;
}
.m-nav .content .mask {
  position: absolute;
  left: 0px;
  bottom: -70px;
  z-index: 0;
  width: 1200px;
  height: 58px;
  background: url(../images/common/subnav_bg.png) repeat;
  display: none;
  opacity: 0;
}
.m-nav .content li .subnav {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 999;
  width: 1200px;
  overflow: hidden;
}
.m-nav .content li .subnav a {
  display: block;
  padding: 0 15px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #333;
  float: left;
}
.m-nav .content li .subnav a:hover {
  background: #e9f5fe;
}
.m-nav .content li .subnav1 {
  width: 800px;
}
.m-nav .content li .subnav2 {
  left:-160px;
  width: 800px;
}
.m-nav .content li .subnav3 {
  left:-370px;
  width: 1000px;
}
.m-nav .content li .subnav4 {
  left:-150px;
  width: 560px;
}
.m-nav .content li .subnav5 {
  left:-60px;
  width: 320px;
}
.m-nav .content li .subnav6 {
  left:-160px;
  width: 320px;
}

/*----------------- notice样式 -----------------*/
.notice-wrapper{
  position: relative;
  width: 1200px;
  height: 58px;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  background: #fff;
}

.u-date{
  float: left;
  height: 56px;
  line-height: 54px;
  padding-left: 14px;
  color: #999;
}

.u-weather{
  position: absolute;
  left: 210px;
  top: 14px;
  width: 270px;
  height: 40px;
  overflow: hidden;
}
.u-search {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 380px;
  height: 36px;
}
.u-search .text {
  width: 268px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ddd;
  border-right: none;
  background: #fff;
  padding: 0 10px;
  color: #808080;
  float: left;
}
.u-search .btn {
  width: 51px;
  height: 36px;
  float: left;
  cursor: pointer;
  background: url("../images/common/search-btn.png") no-repeat center center;
  border: none;
}
.u-search .deep-search {
  display: block;
  float: right;
  width: 30px;
  height: 36px;
  line-height: 18px;
  color: #177acc;
}

/*----------------- main样式 -----------------*/
.is-main{
  width: 1170px;
  padding: 10px 15px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}


/*------- 信息列表样式 -------*/
.f-list{
  padding: 0 12px;
}
.f-list li{
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  /*background: url(../images/common/arr1.png) no-repeat left center;*/
  padding-left: 12px;
}
.f-list li span{
  float: right;
  font-size: 13px;
  color: #999;
}

/*------- location样式 -------*/
.m-location{height: 36px; line-height: 36px; padding-left: 24px; background: url("../images/common/location_icon.png") no-repeat left center; margin-top: -10px;}

/* 翻页样式 */
#page_list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial'; margin-top: 20px;}
#page_list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding: 4px 8px;}
#page_list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page_list a{text-decoration: none;}
#page_list a:hover{color: #0000FF;}
#page_list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding: 4px 8px;}




.m-detail-box{width: 1170px;overflow: hidden;background: #fff;}
.u-relevant{width: 100%; overflow: hidden;}
.u-relevant table{width:100%; border-collapse:collapse;}
.u-relevant td{border: 1px solid #dff0ff;padding:8px 30px;text-align:left;line-height: 22px;}
.u-relevant td.title{width: 70px;}
.u-relevant td.content{width: 450px;}
.u-contentBox{width: 100%; overflow: hidden;}
.u-contentBox h2{padding: 40px 20px; line-height: 42px; font-size: 24px; text-align: center; color: #333;}
.news-contnet{padding: 0 20px; font-size: 16px;}
.news-contnet p{line-height: 40px; text-align: justify; text-indent: 2em; padding: 5px 0;}
.wzewm{text-align:center; margin:20px auto;}
.wzewm span{display:block;}
.wzewm span.txt_color{color: #c0c0c0;}
.wzewm img{width: 150px; height:150px;}
.wzbot{height: 30px; line-height: 30px; text-align: right; font-size: 14px; color: #666; padding-top: 11px; position: relative; border-top: 1px dashed #ddd;}
.wzbot ul.fxd_close{position: absolute; right: 0; top: 11px; text-align: left;overflow: hidden;}
.wzbot ul.fxd_close li{display: block; float: left; width: auto; white-space: nowrap; height: 30px; line-height: 30px; padding: 0 22px;}
.wzbot ul.fxd_close li.font a{padding: 0 2px;}
.wzbot ul.fxd_close li.print_btn{background: url(../images/common/icon1.png) 0 8px no-repeat;}
.wzbot ul.fxd_close li.close_btn{background: url(../images/common/icon2.png) 0 8px no-repeat;}
.wzbot ul.fxd_close li.share_btn{width:150px; padding: 0;}
.is-zy{height: 24px; line-height: 24px; margin: 20px 0 10px;}
.is-zy .f-left{height:24px;background:url(../images/common/left_arr.png) no-repeat left center;padding-left:30px}
.is-zy .f-right{height:24px;background:url(../images/common/right_arr.png) no-repeat right center;padding-right:30px}

/* panel-title */
.u-title{position: relative;height: 43px;border: 1px solid #dff0ff;background: #eef7ff;margin-bottom: 1px;}
.u-title i{position: absolute;left: -1px;top: -1px;display: block;width: 4px;height: 14px;background: #0e76cd;}
.u-title h2{height: 43px;line-height: 43px;padding-left: 16px;}
.u-title h2 a{font-size: 20px;font-weight: bold;color: #0e76cd;}

/*政府公报 on*/
.m-zfgbtab{margin-top: 20px; height: 50px; background: #f9f9f9;}
.m-zfgbtab a.u-prev,.m-zfgbtab a.u-next{display: block; width: 53px; height: 50px; background-image: url(../images/page/icon-zfgb.png); background-repeat: no-repeat; background-color: #f0f0f0;}
.m-zfgbtab a.u-prev:hover,.m-zfgbtab a.u-next:hover{background-color: #06cc;}
.m-zfgbtab a.u-prev{background-position: 0 0;}
.m-zfgbtab a.u-next{background-position: 0 -50px;}
.m-zfgbtab ul{float: left; margin-left: 56px;}
.m-zfgbtab ul li{float: left; margin-right: 100px; line-height: 50px;}
.m-zfgbtab ul li a{font-size: 16px;}
.m-zfgbtab ul li.u-active a{color: #004fac;}
.m-zfgbbox{padding-top: 5px;}
.m-zfgbbox ul li{float: left; margin: 30px 31px 0; width: 228px; height: 322px; text-align: center;border: 1px solid #ddd;position:relative;}
.m-zfgbbox ul li img{display: block; width: 226px; height:280px; }
.m-zfgbbox ul li p{line-height: 50px;font-size:16px;position:absolute;bottom:0;left:0;width:100%;text-align:center;}
.m-zfgbbox ul li .nian{display:block;font-size:22px;color:#d80002;font-weight:bold;text-align:center;position:absolute;top:200px;left:0;width:100%;}
.m-zfgbbox ul li .qi{display:block;font-size:16px;text-align:center;position:absolute;top:232px;left:0;width:100%;}
/*政府公报 end*/

.hidden {
    display: none;
}


.is-search-jl {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
}

.listNew{ padding: 6px 0; overflow: hidden;}
.listNew li{ height: 45px; line-height: 45px; background: url(../images/arr2.png) no-repeat 8px center; padding-left: 21px; border-bottom: 1px dashed #ddd;}
.listNew li span{ float: right; color: #999; font-size: 13px;}
.listNew li a{ font-size: 14px;}



/*list on*/
.m-listsleft{width: 268px; min-height: 737px; /* border-bottom: 3px solid #be0d0d; */}
.m-listsleft h1{height: 50px; line-height: 50px; text-align: center; background: #177acc; color: #fff; font-size: 24px; font-weight: bold;}
.m-listsleft ul li{width: 268px; height: 70px; line-height: 70px; border-bottom: 1px solid #ddd; text-indent: 50px; overflow: hidden;}
.m-listsleft ul li a{display: block; font-size: 18px; background-image: url(../images/page/page_icon.png); background-repeat: no-repeat; background-position: 30px 0;}
.m-listsleft ul li.u-active a,.m-listsleft ul li a:hover{background-position: 30px -70px; color: #177acc; font-weight: bold;}
.m-listsright{width: 872px; min-height: 700px;}
.m-liststitle{height: 41px; line-height: 41px; text-indent: 18px; font-size: 18px; color: #be0d0d; font-weight: bold; border-bottom: 1px solid #ddd;}
.m-liststitle{width: 100%; height: 42px; border-bottom: 1px solid #ddd;}
.m-liststitle span{font-weight: bold; color: #177acc; display: block; height: 18px; line-height: 18px; font-size: 18px; margin: 12px 0 12px 7px;  border-left: 4px solid #177acc; float: left;}
.m-listlis ul{padding: 13px 5px 24px;}
.m-listlis ul li{line-height: 45px; background: url(../images/page/page_icon.png) 5px -140px no-repeat; border-bottom: 1px dashed #ddd;}
.m-listlis ul li span{float: right; color: #666; font-size: 14px;}
.m-listlis ul li a{padding-left: 15px;}
/*list end*/



/* feedback,detail-feedback */

.is-feedbox {
    margin:0 20px;
}

.is-feedbox li {
    min-height:35px;
    height:auto !important;
    height:35px;
    padding:0 0 10px 0;
    line-height:35px;
    font-size:14px;
    font-family:"Microsoft YaHei";
    zoom:1;
    clear:both;
}
.is-feedbox li label, .is-feedbox li input, .is-feedbox li img {
    float:left;
}
.is-feedbox li img {
    margin-right:10px;
}
.is-feedbox li label {
    width:90px;

}
.is-feedbox li input {
    background: #fff;
    position: relative;
    line-height: 1.5em;
    border: 1px solid #dddddd;
    padding: 6px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.is-feedbox li textarea {
    background: #fff;
    position: relative;
    line-height: 1.5em;
    border: 1px solid #dddddd;
    padding: 6px;
    color: #a7b2b8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: auto;
    resize: none;
}
.is-feedbox input.button {
    background: #313233;
    display: inline-block;
    position: relative;
    height: 33px;
    overflow: hidden;
    margin: 18px 2% 2px 0;
    padding: 0 15px 0 15px;
    vertical-align: top;
    line-height: 34px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor:pointer;
}
.is-feedbox input.button:hover {
    background: #0066cc;
    color: #fff;
}
.is-feedbacklist {
    margin:10px 0;
}
.is-feedbacklist li {
    padding:10px 0;
    border-bottom:1px solid #ddd;
    line-height:20px;
}
.is-feedbacktitle {
    background:#f1f1f1;
    color:#333;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.is-feedbacktitle dl {
    padding:5px 10px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    color:#BF0209;
    height: 21px;
}
.is-feedbacktitle .right {
    float:right;
    padding-right: 40px;
}

.is-feedbackcontent{ padding:10px;}

.is-mialhf{position:relative;background:#f4f4f4;border:1px solid #ddd;padding:15px}
.is-hftitle{height:47px;border-bottom:1px dashed #a9a9a9;line-height:47px;font-size:18px;color:#c50000;font-family:"Microsoft YaHei"}

.is-hfcontent {
    color:#555;
    line-height:24px;
    padding:16px 4px;
}




.m-detfuns {
    margin: 30px 15px 50px;
    height: 35px;
    line-height: 35px;
    padding: 0 26px;
    background: #f5f5f5;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*统计数据 on*/
.m-tjsjleft{width: 280px;}
.m-tjsjleft h1{line-height: 45px; padding-left: 45px; background: url(../images/page/icon-tjsj.png) #0066cc 16px center no-repeat; font-size: 16px; color: #fff; font-weight: bold;}
.m-tjsjser{padding: 4px 14px 14px; height: 1144px; border: 1px solid #ddd;}
.m-tjsjser h2{margin-top: 10px; line-height: 42px; padding-left: 50px; font-size: 16px; background-color: #f5f8fa; background-image: url(../images/page/icon-tjsjh.png); background-position: 22px -42px; background-repeat: no-repeat;}
.m-tjsjser h2.on{background-color: #0066cc; color: #fff; background-position: 22px 0;}
.m-tjsjser ul{padding: 6px 0 6px 49px; background: url(../images/page/bg-tjsj.png) #f5f8fa 34px 21px no-repeat;}
.m-tjsjser ul li{line-height: 36px;}
.m-tjsjright{padding: 14px 14px 32px; width: 845px; height: 1161px; border: 1px solid #ddd;}
.m-tjsjfuns{height: 28px; padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.m-showmode ul li{float: left; margin-right: 37px; line-height: 28px;}
.m-showmode ul li a{display: block; padding-left: 30px; background-image: url(../images/page/icon-tjsjmode.png); background-repeat: no-repeat; font-size: 16px;}
.m-showmode ul li.u-active a{font-weight: bold; color: #006abf;}
.m-showmode ul li a.u-lb{background-position: 0 0;}
.m-showmode ul li a.u-tp{background-position: 0 -28px;}
.m-tjsjrefer{width: 545px;}
.m-tjsjrefer span{float: left; display: block; line-height: 28px; color: #3d3d3d; padding: 0 4px;}
.m-tjsjrefer .date-input{float: left; width: 110px; height: 26px; line-height: 26px; padding: 0 0 0 8px; border: 1px solid #ddd;}
.m-tjsjrefer select{float: left; width: 160px; height: 28px; border: 1px solid #ddd; margin: 0 6px;}
.m-tjsjrefer .search-btn{float: left; width: 60px; height: 28px; border: none; background: #3a82dc; cursor: pointer; color: #fff;}
.m-tjsjbox{margin-bottom: 24px;}
.m-tjsjbox p{text-align: center; float: left;}
.m-tjsjbox p.u-tj01{width: 65px;}
.m-tjsjbox p.u-tj02{width: 180px;}
.m-tjsjbox p.u-tj03{width: 170px;}
.m-tjsjbox p.u-tj04{width: 90px;}
.m-tjsjhead{margin: 1px 0 3px; height: 36px; line-height: 36px; background: #f5f5f5;}
.m-tjsjhead p{font-weight: bold;}
.m-tjsjbody ul li{float: left; width: 100%; height: 45px; line-height: 45px; border-bottom: 1px dashed #ddd;}
.m-tjsjbody ul li p.u-tj04 a{margin: 0 auto; display: block; width: 23px; height: 45px; background: url(../images/page/icon-tb.png) center no-repeat;}
/*统计数据 end*/

/*分页 on*/
#page-list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial';}
#page-list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
#page-list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page-list a{text-decoration: none;}
#page-list a:hover{color: #0000FF;}
#page-list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none;margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
/*分页 end*/	
	
	
.is-xxgkSearch{ background:#fefbfb; margin:10px 0 0; padding:8px 10px;}
.is-xxgkSearch td{ padding:4px 0; color:#333; } 
.is-text2{ width:150px; height:20px; line-height:20px; border:1px solid #d0e0e8; vertical-align:middle;padding-left: 5px;} 
.is-xxgkSearch .searchtitle{  font-weight:normal; color:#006abf ;}
.is-xxgkbtn{ width:57px; height:22px; border:0; color:#fff; vertical-align:middle; margin-left:6px;background-color: #006abf;}



























/* 在线申请 */
#applyForm {} 
#applyForm input[type="radio"], #applyForm input[type="checkbox"] {vertical-align: middle;}
#applyForm .apply-title {height: 47px; line-height: 47px; border-bottom: 1px solid #ddd;color: #da7a7b;}
#applyForm .apply-title h2 { padding-left: 20px; font-size: 16px; font-weight: bold;}
#applyForm .apply-title span {padding-right: 20px; font-size: 13px; float: right; color: #ff0000;}
#applyForm .apply-notice {height: 45px; line-height: 45px; border-bottom: 1px solid #ddd;}
#applyForm .apply-notice h2 {float: left; padding-left: 20px; margin-right: 120px;}
#applyForm .apply-notice h2 strong {color: #0066cc; font-size: 16px; padding: 0 10px;}
#applyForm .apply-notice span label {margin: 0 5px;}

#applyForm .apply-person h1 {height: 40px; line-height: 40px; background: #f5f5f5; text-align: center; border-bottom: 1px solid #ddd; font-size: 16px; color: #0066cc;}
#applyForm .apply-person .identity {height: 40px; line-height: 40px; padding-left: 20px; }
#applyForm .apply-person .identity label {margin: 0 5px;}

#applyForm .apply-person td {border: 1px solid #ddd; padding: 8px 0;}
#applyForm .apply-person td.bor-left {text-indent: 30px; border-left: none;}
#applyForm .apply-person td.bor-right {border-right: none;}
#applyForm .apply-person td input {border: 1px solid #ddd; height: 24px; line-height: 24px; width: 240px; margin-left: 20px; padding-left: 10px; background: none;}
#applyForm .apply-person td input:focus {border: 1px solid #0066cc;}

#applyForm .apply-message {margin-top: 10px;}
#applyForm .apply-message h1 {height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; background: #f5f5f5; text-align: center; font-size: 16px; color: #0066cc; margin-bottom: 10px;}
#applyForm .apply-message td {border: 1px solid #ddd; padding: 8px 0; height: 160px;}
#applyForm .apply-message td.bor-left {text-align: center; border-left: none;}
#applyForm .apply-message td.bor-right {border-right: none;}
#applyForm .apply-message td textarea {margin-left: 20px; width: 976px; height:  140px; border: 1px solid #ddd;}

#applyForm .apply-offer td {border: 1px solid #ddd; padding: 10px 0; text-align: center;}
#applyForm .apply-offer td.bor-left {border-left: none;}
#applyForm .apply-offer td.bor-right {border-right: none;}
#applyForm .apply-offer td.bor-top {border-top: none;}
#applyForm .apply-offer td span {display: inline-block; padding: 0 10px;}
#applyForm .apply-offer td span label {margin-left: 5px;}
#applyForm .apply-offer td span input[type="text"] {border: 1px solid #ddd; width: 115px; padding-left: 5px; height: 24px; line-height: 24px; }


.apply-offer .bor-left input#applypassword,.apply-offer .bor-left input#applypassword1{border: 1px solid #ddd; background:#fff; height: 28px; line-height: 28px; padding: 0 8px;}



#applyForm .apply-submit {text-align: center; margin: 30px 0 15px; height: 35px;}
#applyForm .apply-submit input {width: 100px; height: 35px; line-height: 35px; text-align: center; color: #fff; font-size: 14px; margin: 0 15px; border: none;}
#applyForm .apply-submit input[type="submit"] {background: #0066cc;}
#applyForm .apply-submit input[type="reset"] {background: #0066cc;}
/* 在线申请 */

/* 内容 */
.ysqgk-box-detail {padding: 10px; font-size: 16px; line-height: 30px; text-align: justify;}
.ysqgk-box-detail img {max-width: 100%; margin: 0 auto;}
.ysqgk-box-detail-center {text-align: center;}
/* 内容 */

/* 依申请公开查询开始 */
.ysqgk-box .gkcx {}
.ysqgk-box .gkcx .search {height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; text-align: center;}
.ysqgk-box .gkcx .search input[type="text"] {width: 125px; height: 24px; line-height: 24px; border: 1px solid #ddd; padding-left: 5px; margin: 0 10px;}
.ysqgk-box .gkcx .search input[type="text"]:focus {border-color: #0066cc;}
.ysqgk-box .gkcx .search input[type="submit"] {width: 60px; height: 26px; line-height: 26px; text-align: center; color: #fff; background: #0066cc; border: none; margin-left: 10px;}
.ysqgk-box table th {color: #333 !important;}
.ysqgk-box table tr {border-bottom: 1px solid #ddd;}
.ysqgk-box table td {padding: 10px 0;}
.ysqgk-box .gkcx .s0 {width: 10%; text-align: center; color: #0066cc; font-weight: bold;}
.ysqgk-box .gkcx .s1 {width: 35%; line-height: 26px;}
.ysqgk-box .gkcx .s2 {width: 10%; text-align: center;}
.ysqgk-box .gkcx .s3 {width: 15%;}
.ysqgk-box .gkcx .s4 {width: 15%; text-align: center; color: #666;}
.ysqgk-box .gkcx .s5 {width: 15%; text-align: center; color: #ff0000;}
/* 依申请公开查询结束 */


/*依申请公开 on*/
.m-ysqgkbox{border: 1px solid #ddd;}
.m-ysqgktable{width: 1169px; overflow: hidden;}
.m-ysqgktable ul{width: 1200px; zoom: 1; margin-bottom: -1px;}
.m-ysqgktable ul li{float: left;}
.m-ysqgktable ul li p{float: left; border-left: 1px solid #d3e3f0; border-right: 1px solid #d3e3f0;
    border-bottom: 1px solid #d3e3f0; padding: 11px 0px; line-height: 22px; text-align: center; margin-left: -1px;}
.m-ysqgktable ul li p.u-tit{width: 207px; font-weight: bold; text-align: left; text-indent: 28px; background: #f5f8fa;}
.m-ysqgktable ul li p.u-link1{width: 152px;}
.m-ysqgktable ul li p.u-link2{width: 111px;}
.m-ysqgktable ul li p.u-link1 a,.m-ysqgktable ul li p.u-link2 a{padding-left: 13px; background: url(../images/public/icon-li2.png) left center no-repeat;}
/*依申请公开 end*/

/*在线申请 on*/
.m-zxsqunits{margin-bottom: 15px; height: 72px; padding: 14px 0; border: 1px solid #ddd; overflow: hidden;}
.m-zxsqunits ul{zoom: 1; width: 1500px;}
.m-zxsqunits ul li{float: left; margin-left: 40px; width: 710px; line-height: 36px;}
.m-zxsqunits ul li span{font-weight: bold; color: #ce000c;}
.m-zxsqunits ul li.u-wdm{width: 100%;}
.m-zxsqtab{height: 52px; line-height: 52px; background: #f5f5f5;}
.m-zxsqtab ul li{float: left;}
.m-zxsqtab ul li a{display: block; padding: 0 30px;}
.m-zxsqtab ul li.u-active a{background: #fff; border-top: 3px solid #0066cc; color: #0066cc; line-height: 49px;}
.m-zxsqbd{margin: 14px 0 0;}
.m-zxsqinfo{margin-bottom: 28px;}
.m-zxsqinfo p{line-height: 32px; text-indent: 2em; color: #454545;}

.apply-table table{width:100%; border-collapse:collapse;}
table.apply-wrapper th{text-align: center; background: #eff5fb; font-size: 16px; font-weight: bold; padding: 15px 0; border:1px solid #c8dae8; color: #3a82dc;}
table.apply-wrapper td{border:1px solid #c8dae8; padding:10px 20px; text-align:left; line-height: 22px;}
table.apply-wrapper td.apply-cell, table.apply-wrapper td.infor-cell{padding: 15px;}
table.apply-wrapper td font{color: #fe0101;}
table.apply-wrapper td .org{width: 248px; height: 38px; line-height: 38px; border: 1px solid #ddd; padding: 8px 0 8px 6px;}
.apply-person-info td.name1, .apply-need-info td.name1{width: 14px; padding: 0 26px;}
.apply-person-info td.apply-person,.apply-need-info td.apply-person{color: #0066cc; font-weight: bold;}
.apply-person-info td.text-cell{width: 500px;}
.apply-person-info td.text-cell .name2{display: block; width: 90px; height: 28px; line-height: 28px; float: left;}
.apply-person-info td.text-cell .ipt1{width: 356px; height: 26px; border: 1px solid #ddd; padding: 0 5px;}
.apply-need-info td.name2{width: 98px; padding: 10px 20px 10px 14px; text-align: right;}
.apply-need-info td .text-area{width: 874px; height: 90px; border: 1px solid #ddd; padding: 10px; vertical-align: middle;}
.apply-need-info td.carrier-sorts span{padding: 0 10px;}
.apply-need-info td.carrier-sorts input{margin-right: 4px;}
.uploader{position:relative; display:inline-block; overflow:hidden; cursor:default; padding:0; margin:20px 0px;}
.filename{float:left; display:inline-block; outline:0 none; height:48px; width:500px; margin:0; padding:8px 10px; overflow:hidden; cursor:default; text-overflow:ellipsis; white-space:nowrap; background:#fff; border:1px solid #c8dae8; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.button{float:left; height:48px; display:inline-block; outline:0 none; padding:8px 20px; margin:0; cursor:pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 10px; background: #3a82dc; border: none; color: #fff;}
.uploader input[type=file]{position:absolute; top:0; right:0; bottom:0; border:0; padding:0; margin:0; height:48px; cursor:pointer; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity:0;}
.submit-box{text-align: center; margin: 20px 0;}
.submit-box .btn{width: 132px; height: 48px; background: #a6a6a6; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; font-size: 16px; margin: 0 20px; cursor: pointer;}
.submit-box .btn-sub{background: #3a82dc;}
/*在线申请 end*/

/*依申请公开统计 on*/
.statis-table{width: 100%; border-collapse: collapse;}
.statis-table td, .statis-table th{border: 1px solid #d3e3f0; padding: 10px; text-align: center; line-height: 22px;}
.statis-table th{background: #f5f8fa; font-size: 16px; font-weight: bold; padding: 15px 0; color: #006abf;}
.statis-table td.name{width: 100px; text-align: left;}
.statis-table td.u-tc{text-align: center;}
.statis-table td.u-fbd{font-weight: bold;}
.statis-table td.w1{width: 30px;}
.statis-table td.w2{width: 60px;}
/*依申请公开统计 end*/

/*统计数据 on*/
.m-tjsjleft{width: 280px;}
.m-tjsjleft h1{line-height: 45px; padding-left: 45px; background: url(../images/page/icon-tjsj.png) #0066cc 16px center no-repeat; font-size: 16px; color: #fff; font-weight: bold;}
.m-tjsjser{padding: 4px 14px 14px; height: 1144px; border: 1px solid #ddd;}
.m-tjsjser h2{margin-top: 10px; line-height: 42px; padding-left: 50px; font-size: 16px; background-color: #f5f8fa; background-image: url(../images/page/icon-tjsjh.png); background-position: 22px -42px; background-repeat: no-repeat;}
.m-tjsjser h2.on{background-color: #0066cc; color: #fff; background-position: 22px 0;}
.m-tjsjser ul{padding: 6px 0 6px 49px; background: url(../images/page/bg-tjsj.png) #f5f8fa 34px 21px no-repeat;}
.m-tjsjser ul li{line-height: 36px;}
.m-tjsjright{padding: 14px 14px 32px; width: 845px; height: 1161px; border: 1px solid #ddd;}
.m-tjsjfuns{height: 28px; padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.m-showmode ul li{float: left; margin-right: 37px; line-height: 28px;}
.m-showmode ul li a{display: block; padding-left: 30px; background-image: url(../images/page/icon-tjsjmode.png); background-repeat: no-repeat; font-size: 16px;}
.m-showmode ul li.u-active a{font-weight: bold; color: #006abf;}
.m-showmode ul li a.u-lb{background-position: 0 0;}
.m-showmode ul li a.u-tp{background-position: 0 -28px;}
.m-tjsjrefer{width: 545px;}
.m-tjsjrefer span{float: left; display: block; line-height: 28px; color: #3d3d3d; padding: 0 4px;}
.m-tjsjrefer .date-input{float: left; width: 110px; height: 26px; line-height: 26px; padding: 0 0 0 8px; border: 1px solid #ddd;}
.m-tjsjrefer select{float: left; width: 160px; height: 28px; border: 1px solid #ddd; margin: 0 6px;}
.m-tjsjrefer .search-btn{float: left; width: 60px; height: 28px; border: none; background: #3a82dc; cursor: pointer; color: #fff;}
.m-tjsjbox{margin-bottom: 24px;}
.m-tjsjbox p{text-align: center; float: left;}
.m-tjsjbox p.u-tj01{width: 65px;}
.m-tjsjbox p.u-tj02{width: 180px;}
.m-tjsjbox p.u-tj03{width: 170px;}
.m-tjsjbox p.u-tj04{width: 90px;}
.m-tjsjhead{margin: 1px 0 3px; height: 36px; line-height: 36px; background: #f5f5f5;}
.m-tjsjhead p{font-weight: bold;}
.m-tjsjbody ul li{float: left; width: 100%; height: 45px; line-height: 45px; border-bottom: 1px dashed #ddd;}
.m-tjsjbody ul li p.u-tj04 a{margin: 0 auto; display: block; width: 23px; height: 45px; background: url(../images/page/icon-tb.png) center no-repeat;}
/*统计数据 end*/
/* 列表 */
.ysqgk-box .key {width: 80%; float: left; text-align: left;}
.ysqgk-box .time {width: 20%; text-align: center; float: left;}
.ysqgk-box .ysqgk-box-title {height: 39px; line-height: 39px; border-bottom: 1px solid #ddd; background: #f5f5f5;}
.ysqgk-box .ysqgk-box-title span {font-weight: bold;}
.ysqgk-box .ysqgk-box-title .key {text-indent: 70px;}
.ysqgk-box .ysqgk-box-list li {height: 50px; line-height: 50px; border-bottom: 1px dashed #ddd;}
.ysqgk-box .ysqgk-box-list li .key {text-indent: 25px;}
.ysqgk-box .ysqgk-box-list li .time {font-size: 13px; color: #666;}
/* 列表 */

/*分页 on*/
#page-list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial';}
#page-list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
#page-list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page-list a{text-decoration: none;}
#page-list a:hover{color: #0000FF;}
#page-list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none;margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
/*分页 end*/

