/*-------------------- 重置样式 ------------------*/
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: #0061ae;}
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: #ededed; overflow-x:hidden; min-width: 1200px;}
.f-left{float: left;}
.f-right{float: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}

.news-contnet table td{border-collapse:collapse;border:1px solid #333; padding: 2px 4px;}

.is-main{
  width: 1170px;
  padding: 10px 15px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}


.header-wrapper{
  width: 100%;
  background: #fff;
}
.top-wrapper{
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}
.top-content{
  width: 1200px;
  height: 35px;
  margin: 0 auto;
}
.top-content .f-left a{
  display: block;
  float: left;
  padding: 0 16px;
  background: url(../images/common/arr2.png) no-repeat 7px center;
  color: #666;
}
.top-content .f-left a:hover{
  color: #0061ae;
}
.top-content .f-right a{
  display: block;
}
.top-content .f-right a.i1{
  padding-left: 26px;
  background: url(../images/common/top_icon1.png) no-repeat left center;
}

.banner-wrapper{
  position: relative;
  width: 1200px;
  height: 125px;
  margin: 0 auto;
}
.u-logo{
  float: left;
  padding-top: 20px;
}
.u-search{
  position: absolute;
  right: 0;
  top: 43px;
  width: 450px;
  height: 40px;
}
.u-search .text{
  width: 218px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
  float: left;
  background: #fff;
}
.u-search .btn{
  float: left;
  width: 46px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  background: url(../images/common/search-icon.png) no-repeat center center #0061ae;
  border: none;
  cursor: pointer;
}
.u-search .deep-search{
  float: left;
  display: block;
  width: 76px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  margin-left: 10px;
  color: #0061ae;
  border-radius: 5px;
}
.u-search .wb-icon{
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background: url(../images/common/wb-icon.png) no-repeat center center;
}
.u-search .wx-icon{
  position: relative;
  display: block;
  width: 25px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background: url(../images/common/wx-icon.png) no-repeat center center;
}
.u-search a img{
  position: absolute;
  left: -34px;
  top: 38px;
  display: none;
  width: 100px;
}

.nav-wrapper{
  width: 100%;
  background: #0061ae;
}
.nav-content{
  width: 1200px;
  height: 55px;
  margin: 0 auto;
}
.nav-content ul{
  width: 110%;
  overflow: hidden;
}
.nav-content ul li{
  float: left;
}
.nav-content ul li a{
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 39px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.nav-content ul li a:hover{
  background: #01569a;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-wrapper{
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}

.panel-wrapper{
  width: 850px;
  height: 327px;
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
}
.panel-wrapper .hd{
  width: 100%;
  height: 46px;
  background: #f5f5f5;
  overflow: hidden;
}
.panel-wrapper .hd ul{
  width: 110%;
  overflow: hidden;
}
.panel-wrapper .hd ul li{
  float: left;
}
.panel-wrapper .hd ul li a{
  display: block;
  height: 46px;
  line-height: 44px;
  padding: 0 70px;
  font-size: 18px;
  font-weight: bold;
}
.panel-wrapper .hd ul li.on a{
  background: url(../images/home/tab_bg.png) no-repeat right center #0061ae;
  color: #fff;
}
.panel-wrapper .bd{
  margin-top: 10px;
  width: 100%;
  height: 272px;
  overflow: hidden;
}

.f-list li{
  height: 36px;
  line-height: 36px;
  background: url(../images/common/arr1.png) no-repeat left center;
  padding-left: 12px;
}
.f-list li span{
  float: right;
  color: #999;
}
.f-list li a{
  font-size: 16px;
}

.box-wrapper h2{
  position: relative;
  height: 45px;
  border-bottom: 1px solid #ddd;
}
.box-wrapper h2 a{
  position: absolute;
  left: 0;
  bottom: -1px;
  float: left;
  display: block;
  height: 46px;
  line-height: 44px;
  padding: 0 26px 0 16px;
  background: url(../images/home/tab_bg.png) no-repeat right center #0061ae;
  font-size: 18px;
  color: #fff;
}

.zpxx-btns{
  width: 110%;
  padding: 10px 0 0 0;
  overflow: hidden;
}
.zpxx-btns li{
  float: left;
  margin: 0 10px 5px 0;
}
.zpxx-btns li a{
  position: relative;
  display: block;
  width: 85px;
  height: 36px;
  line-height: 36px;
  padding-left: 50px;
  background: #f5f5f5;
}
.zpxx-btns li a i{
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -9px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/home/ysqgk-icons.png) no-repeat;
}
.zpxx-btns li.b1 a i{
  background-position: 0 0;
}
.zpxx-btns li.b2 a i{
  background-position: -131px 0;
}
.zpxx-btns li.b3 a i{
  background-position: 0 -50px;
}
.zpxx-btns li.b4 a i{
  background-position: -131px -50px;
}


.m-ysqgk-box {
  width: 244px;
  margin: 0 auto;
}
.m-ysqgk-box h3 {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #0061ae;
  padding-left: 24px;
  background: url(../images/home/blcx-icon.png) no-repeat left center;
}
.refer-form {
  width: 100%;
  overflow: hidden;
}
.refer-form table {
  width: 100%;
  border-collapse: collapse;
}
.refer-form table td {
  padding: 4px 0;
  border: none;
}
.refer-form table td.name {
  width: 60px;
  font-size: 13px;
}
.refer-form table td .text {
  width: 180px;
  height: 24px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 4px;
}
.refer-form table td .text1 {
  width: 110px;
  margin-right: 7px;
}
.refer-form table td .btn1 {
  width: 64px;
  height: 28px;
  color: #fff;
  background: #ff8a00;
  margin-left: 62px;
  border: none;
  cursor: pointer;
}



.footer-wrapper{
  width: 100%;
  border-top: 2px solid #0061ae;
  padding: 20px 0;
}
.footer-box{
	position:relative;
  width: 1200px;
  margin: 0 auto;
}
.footer-box p{
  text-align: center;
  margin-bottom: 10px;
}

#_ideConac{position:absolute;top: 10px;left:50%;margin-left: -380px;}
#_span_jiucuo{position:absolute;top: 20px;left:50%;margin-left: 290px;}

/*------- location样式 -------*/
.m-location{height: 26px; line-height: 26px; padding-left: 24px; background: url("../images/common/location_icon.png") no-repeat left center; margin-bottom: 10px;}

/* 翻页样式 */
#page_list{line-height: 20px; text-align: right; padding: 20px; font-size: 14px; font-family:'Arial'; margin-bottom: 10px;}
#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;}


/*信息搜索 on*/
.m-xxss{height: 650px; border: 1px solid #ddd; background:#fff;}
.m-xxss h1{padding-left: 50px; height: 38px; line-height: 38px; background: url(../images/page/icon-xxss.png) #f5f5f5 23px center no-repeat; font-size: 18px; font-weight: bold; color: #006abf;}
.m-xxssbox{padding: 0 10px;}
.m-xxssbox h2{margin: 7px 0 14px; padding-left: 16px; line-height: 40px; border-bottom: 1px solid #ddd; font-size: 14px; font-weight: bold; color: #0061ae;}
.m-xxssbox ul li{padding: 8px; height: 42px; line-height: 42px;}
.m-xxssbox ul li label{float: left; display: block; width: 95px; text-align: right; font-size: 15px;}
.m-xxssbox ul li input.u-lgips{width: 692px; height: 40px; line-height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.m-xxssbox ul li input.u-stips{width: 346px; height: 40px; line-height: 40px; border: 1px solid #ddd; padding: 0 10px;}
.m-xxssbox ul li select{width: 368px; height: 42px; border: 1px solid #ddd;}
.m-xxssbtn{padding: 10px 0 0 104px;}
.m-xxssbtn input{float: left; width: 82px; height: 35px; border: none; background: #0061ae; color: #ffffff; cursor: pointer;}
.m-xxssbtn input.u-rst{margin-left: 15px; border: 1px solid #ddd; background: #fff; color: #555;}
/*信息搜索 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*/












/*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: #0061ae; 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: #0061ae; font-weight: bold;}
.m-listsright{width: 881px; 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: #0061ae; display: block; height: 18px; line-height: 18px; font-size: 18px; margin: 12px 0 12px 7px;  border-left: 4px solid #0061ae; 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: #0061ae;
    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;
}
.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;}






/* 在线申请 */
#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: #0061ae; 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: #0061ae;}
#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 #0061ae;}

#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: #0061ae; 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: #0061ae;}
#applyForm .apply-submit input[type="reset"] {background: #0061ae;}
/* 在线申请 */

/* 内容 */
.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: #0061ae;}
.ysqgk-box .gkcx .search input[type="submit"] {width: 60px; height: 26px; line-height: 26px; text-align: center; color: #fff; background: #0061ae; 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: #0061ae; 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 #0061ae; color: #0061ae; 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: #0061ae; 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) #0061ae 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: #0061ae; 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;}
/* 列表 */
	