ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input,p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #e54138;
}
dl,dt,dd{display:block;margin:0;}

.fl {float: left;}
.fr {float: right;}
.pointer {cursor: pointer;}
.psr {position: relative;}
.psa {position: absolute;}


.mb12 {margin-bottom: 12px;}
.mb20 {margin-bottom: 20px;}

.clr:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.ts03 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ts05 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ts10 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}




.btn:active:focus,
.btn:focus {
    outline: none;
}
.btn.no-radius {
    border-radius: 0;
}


.info-list-a,
.info-list-b,
.col-list-b,
.pub-footer,
.fw-left {
    font-family: "宋体";
}

/* ----------头部 start------------ */
.pub-box {
    background-color: #f0f0f0;
}
.pub-box .inner {
    width: 1002px;
    margin: 0 auto;
    min-height:800px;
}
.pub-header .top {
    height: 33px;

    font-size: 12px;
    color: #727272;
    line-height: 33px;
    background: #e1e1e1;
}

.top-left {
    float: left;
}
.top-left a {
    display: inline-block;
    padding-left: 25px;
    margin-right: 25px;
    color: #727272;
    height: 33px;
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 16px auto;
}
.icon-cpc {background-image: url(../../images/public/cpc.png)}
.icon-china {background-image: url(../../images/public/china.png)}
.top-left a:hover {
    color: #337ab7;
}

.top-right {
    float: right;
}
.top-right .welcome {
    margin-right: 20px;
}


#weather .type img {
    width: 20px;
    height: 20px;
}
.pub-header .banner {
    height: 201px;
    background: url(../../images/public/top-banner.jpg)
}

.pub-header .nav {
    height: 52px;
    background: #b2011e;
}

.main-nav li {
    position: relative;
    float: left;
    width: 16.66%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.main-nav li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: 52px;
    text-align: center;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main-nav li.active,
.main-nav li:hover {
    background-color: #edd101;
}

.main-nav li.active a,
.main-nav li:hover a {
    color: #000;
    text-decoration: none;
}

/* ----------头部 end------------ */

/* ----------中间主要内容 start------------ */
.pub-main {
    padding: 20px;
    background-color: #fff;
}
.main-left {
    float: left;
    width: 220px;
    min-height: 800px;
}


.col-list-a .title-a {
    margin-bottom: 12px;
}
.title-a {
    position: relative;
    height: 40px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 40px;
    color: #b40001;
    background-color: #f1f1f1;
}
.title-a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    display: block;

    width: 13px;
    height: 26px;
    margin: auto;

    background-color: #b40001;
}

.col-list-a dd {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    background-color: #b2011e;
}
.col-list-a dd.active {
    background-color: #fe526e;
}
.col-list-a dd.active:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 4px 6px;
    border-style: solid;
    border-left-color: #fff;
}

.col-list-a dd:last-child {
    margin-bottom: 0;
}
.col-list-a dd a {
    display: block;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.fold-a {
    border: 1px solid #ccc;
    border-top: none;
}
.fold-a .fold-pre {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fold-a .fold-title {
    height: 37px;
    padding-left: 28px;
    margin-bottom: -1px;
    line-height: 36px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.fold-a .fold-con {
    height: 0;


    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.fold-a .active .fold-con {
    height: 446px;
    overflow: auto;
}

.dapart-statis {
    height: 300px;
}
.col-box-a {
    border: 1px solid #ccc;
}

.tab-a {
    padding: 0 6px;
}
.tab-outer {
    height: 41px;
    padding: 0 12px;
    border-bottom: 1px solid #f7d2c0;
}

.tab-nav li {
    cursor: pointer;
}
.tab-nav-a {


}
.tab-nav-a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}
.tab-nav-a li {
    float: left;
    width: 50%;
    height: 41px;
    line-height: 40px;
    text-align: center;

}
.tab-nav-a li.active {
    border-bottom: 2px solid #e54137;
}
.tab-con {
    position: relative;
}
.tab-pre {
    display: none;
}
.tab-pre.active {
    display: block;
}
.info-list-a .info-pre {
    position: relative;
    height: 28px;
    padding-left: 20px;
    padding-right: 40px;

    line-height: 28px;

}
.info-list-a {
    padding-top: 10px;
    padding-left: 8px;
}
.info-list-a .info-pre .info-title {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.info-list-a .info-pre .info-front {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 16px;
    margin: auto;
    font-family: "arial";
    line-height: 16px;
    text-align: center;
    color: #fff;

}
.info-front.yellow {
    background-color: #fd8900;
}
.info-front.grey {
    background-color: #aeacad;
}
.info-list-a .info-pre .info-num {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #df0400;
    font-family: "arial";
}


.main-right {
    float: right;
    width: 722px;
}
.mr-left {
    float: left;
    width: 468px;
}
.search-a {
    position: relative;
    z-index: 1;
    height: 40px;
    font-size: 0;
    line-height: 38px;
    -webkit-text-size-ajust: none;
    background-color: #f1f1f1;
}
.search-a .input-box-a {
    display: inline-block;
}
.search-a>* {
    font-size: 1rem;
    vertical-align: middle;
}
.search-a .title {
    padding-left: 20px;
    margin-right: 16px;
    font-size: 16px;
    color: #b2011e;
}
.search-a .input-box-a input {
    width: 205px;
}
.input-box-a {
    position: relative;
    height: 28px;
    padding-left: 14px;
    padding-right: 30px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 14px;
}
.input-box-a input {

    display: block;
    height: 26px;
    *line-height: 26px;
    line-height: 26px\0/;
    border: none 0;
    background: transparent;
}
.input-box-a.focus {
    border-color: #e2754c;
}
.input-box-a input:focus {
    outline: none;
}
.input-box-a i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
    color: #e2754c;
    cursor: pointer;
}
.input-box-a i:hover {
    color: #b2011e;
}

.search-a .link {
    margin-left: 10px;
    font-size: 14px;
    color: #e2754c;
}
.search-a-hide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(255,192,169,.9);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#e5ffc0a9,endColorstr=#e5ffc0a9);
}
.search-a-hide.active {
    height: 200px;
    padding: 10px;
}
.search-a-hide .table {
    padding-top: 10px;
    margin-bottom: 0;
}
.search-a-hide .table>tbody>tr>td {
    border: none 0;
}
.search-a-hide input,
.search-a-hide select {
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px;
    font-size: 12px;
    *line-height: 20px;
    line-height: 20px\0/;
    text-indent: 3px;
    border: 1px solid #e47651;
    border-radius: 3px;
}
.tab-b {
    position: relative;
}
.tab-b .tab-nav-a li {
    width: auto;
    padding: 0 14px;
    font-size: 15px;
}
.tab-b .tab-outer {
    padding: 0;
}
.tab-more-con {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    height: 40px;
    width: 45px;
    font-size: 12px;
    line-height: 40px;
    color: #666;
}
.tab-b .tab-more:hover {
    color: #e54138;
}
.info-list-b {
    padding-top: 10px;
}
.info-list-b .info-pre {
    position: relative;
    padding-right: 90px;
}
.no-date .info-pre {
    padding-right: 10px;
}
.info-list-b .info-pre .den {
    padding: 0 5px;
}
.info-list-b .info-pre .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    white-space: nowrap;
}
.info-list-b .info-pre .title:hover {
    color: #e54138;
    text-decoration: none;
}
.info-list-b .info-pre .info-date {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    color: #989898;
    line-height: 36px;
}
.pub-info {
    height: 240px;
}

.tab-outer.has-title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}
.tab-outer.has-title .tab-title {
    float: left;
}
.tab-outer.has-title .tab-nav {
    float: left;
}
.tab-title-a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #b2011e;
}

.col-list-b {
    padding: 10px 16px;
}
.col-list-b .pre {
    float: left;
    width: 20%;
    font-size: 12px;
    line-height: 28px;
    color: #666;
}

.pub-depart {
    height: 240px;
}

.mr-right {
    float: right;
    width: 233px;
}

.col-con-a {
    padding: 10px 12px;
}

.col-con-a .img-show {
    float: left;
    width: 113px;
    height: 162px;
}
.col-con-a .right-info {
    float: right;
    padding-top: 30px;
}
.col-con-a .right-info h5 {
    font-size: 16px;
    color: #b2011b;
    line-height: 30px;
}
.col-con-a .right-info p {
    color: #666;
}

.col-con-a .right-info .btn {
    margin-top: 20px;
}

.col-con-b {
    padding: 10px;
    padding-bottom: 6px;
}
.col-con-b .img-show {
    width: 210px;
    height: 130px;
    margin-bottom: 6px;
}

.col-con-b .line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;

}
.col-con-b .line .name {
    color: #333;
}
.col-con-b .line .con {
    color: #666;
}
.col-con-b .line a {
    cursor: pointer;
}
.col-con-b .line a:hover {
    color: #e54138;
}

.mid-banner {

}
.mid-banner img {
    width: 720px;
    height: 65px;
}

.title-b {
    height: 41px;
    border-bottom: 1px solid #f7d2c0;
}
.title-b .name {
    float: left;
    height: 41px;
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 2px solid #e54137;
}
.title-b .title-more {
    float: right;
    font-size: 12px;
    line-height: 40px;
    color: #666;
}


.tab-c {
    padding-top: 14px;
}
.tab-nav-b li {
    float: left;
    padding: 0 16px;
    line-height: 26px;

}
.tab-nav-b li.active {
    color: #fff;
    background-color: #d69b01;
}
.gov-file {
    height: 271px;
}

.col-list-c {
    position: absolute;
    top: 0;
    left: 0;
    right: -9px;
}

.col-list-c .pre {
    float: left;
    width: 50%;
    padding-right: 9px;
    margin-bottom: 7px;
}

.col-list-c .pre a {
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 12px;
    border: 1px solid #ccc;
    background-color: #f4f5f9;
}
.col-list-c .pre a:hover {
    text-decoration: none;
}
.col-list-c .pre span {
    display: block;
    text-align: center;
}
.col-list-c .pre .col-icon {
    font-size: 30px;

}
.col-list-c .pre .col-name {
    color: #666;
}
.iconfont.orange { color: #ef7641;}
.iconfont.red { color: #cc4357;}
.iconfont.green { color: #3dac2a;}
.iconfont.brown { color: #d39876;}
.iconfont.blue { color: #4faeda;}
.iconfont.purple { color: #be5aba;}


.tab-d {
    position: relative;
    padding-left: 40px;
}

.tab-nav-c {
    position: absolute;
    top: 0;
    left: 1px;
}
.tab-nav-c li {
    width: 27px;
    height: 110px;
    margin-top: 3px;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #f1f1f1;
}
.tab-nav-c li.active {
    color: #fff;
    background-color: #d69b01;
}

.tab-e {
    position: relative;
    padding-left: 100px;
}
.tab-nav-d {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 78px;
    border-right: 1px dotted #b30000;
}
.tab-nav-d li {
    position: relative;
    color: #666;
    line-height: 36px;
}
.tab-nav-d li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    width: 11px;
    height: 11px;
    margin: auto;
    border: 1px solid #666;
    border-radius: 50%;
    background-color: #fff;
}
.tab-nav-d li.active {
    color: #b70002;
}
.tab-nav-d li.active:after {
    border-color: #b70002;

    background-color: #b70002;
}
/* ----------中间主要内容 end------------ */

/* ----------网站尾部 start------------ */
.pub-footer {
    min-height: 180px;
    padding-top: 16px;
    font-size: 12px;
    color: #666;
    border-top: 4px solid #a70301;
    background: #f0f0f0 url(../../images/public/ft-bg.jpg) center bottom no-repeat;
}

.pub-footer p {

    line-height: 26px;
    text-align: center;
}
.pub-footer p span {
    margin-right: 10px;
}
.footer-nav {


}
.footer-nav a {
    margin: 0 8px;
    color: #666;
}

.web-record {
    display: inline-block;
    padding-left: 24px;
    color: #de6a6b;
    background: url(../../images/public/police.png) left center no-repeat;
    background-size: 20px auto;
}

.visitor-num {
    margin-right: 4px;
    color: #a70302;
}

.footer-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer-img img {
    display: block;
}
.party-office {
    left: 50px;
    width: 80px;
    height: 80px;
}
.gov-error {
    left: 142px;
    width: 112px;
    height: 57px;
    border: 1px solid #a32517;
    border-radius: 3px;
}
.web-police {
    right: 185px;
    width: 72px;
    height: 74px;
}
/* ----------网站尾部 end------------ */

/*办事指南  start*/
.fw-left{
    float:left;
    width:696px;
    padding-right: 50px;
}
.fw-right{

    float:right;
    width:220px;
}
.box-list{
    margin-bottom: 20px;

}
.box-list .tab-pre {
    overflow: hidden;
    padding-top: 10px;
}
.tab-nav1{
    float:right;
    width:132px;
    height:32px;
    position:relative;
    border:1px solid #c17100;
    border-radius:20px;
    background-color:#fdf6ec;
}
.tab-nav-a1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}
.tab-nav-a1 li {
    float: left;
    width:66px;
    height:30px;
    line-height:30px;
    border-radius:15px;
    text-align: center;
    color: #c17100;
}
.tab-nav-a1 li:first-child {
    margin-left: -1px;
}
.tab-nav-a1 li:last-child {
    margin-right: -1px;
}
.tab-nav-a1 li.active {
    color: #fff;
    border-radius:20px;
    background-color:#c17100;
}

.tab-bm{
    position: absolute;
    top: 0;
    right: 0;
}

.tab-bm-list{
    position: relative;
    float: left;
    width:20%;
    height:30px;
    overflow: hidden;
    line-height:30px;
}

.tab-bm-list:hover .to-junior {
    right: 10px;
}

.to-junior {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 30px;
    text-align: center;
    color: #888;
    cursor: pointer;
}
.to-junior:hover {
    color: #377de5;
}
.tab-bm-list span.front {
    position: relative;
    top: -3px;
    margin-right: 6px;
    font-size: 18px;
    color: #c17100;
    vertical-align: middle;
}

.tab-pre a{
    color:#333;
    text-decoration:none;
}
.tab-pre a:hover{
    color:#F00;
    text-decoration:none;
}

.tab-zt{
    position: absolute;
    top: 0;
    left: 0;
}


.tb{
    float: left;

    width: 16.66%;
    height: 90px;
    padding:10px;
    text-align: center;

}
.tb span{
    display:block;
}

.tab-outer span{
    float:left;
    width: 20%;
    height: 41px;
    line-height: 41px;
    border-bottom: 2px solid #e54137;
    display: block;
    margin-left: -12px;
    text-align: center;
}

.li-list{
    width:49%;
    float:left;
}
.li-list2{
    width:49%;
    float:right;
}
.li-list-t{
    width:100%;
    height:41px;
    line-height:41px;
    border-bottom:1px solid #f7d2c0;
}

.li-list-t span{
    width:40%;
    height:41px;
    line-height:41px;
    display:block;
    border-bottom:2px solid #e54137;
    text-align:center;
}
.li-list-con li{
    list-style:none;
    line-height:30px;
}

/*便民服务右*/

.tile-group.view.wide {
    width: 286px;
}


.tile.color-dark-blue>.wrap{
    background-color: #c9a768;
    color: #e7f5f6;
}
.tile.color-dark-blue>.wrap a{
    color: #e7f5f6;
}

.mt-service-region{
    font-size:18px;
    color:#000000;
}
.service-nav-tile {
    overflow: inherit!important;
}
.service-nav-tile .box-title {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-family: "Microsoft Yahei";
}
.service-nav-tile .box-title .title-bg {
    position: absolute;
    color: #bda47b;
    font-weight: bold;
    font-size: 3.6em;
    letter-spacing: 4px;
    top: -13px;
    background-color: #b99b5d;
    height: 63px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.service-nav-tile .box-title-name {
    font-size: 1.4em;
    font-weight: bold;
    height: 50px;
    position: absolute;
    z-index: 10;
    padding-left: 15px;
    line-height: normal;
}
.service-nav-tile .box-title-name>em {
    display: inline-block;
    font-style: normal;
    line-height: 50px;
}
.service-nav-tile .box-title-name>span {
    display: inline-block;
    font-size: 1.1em;
    position: absolute;
    top:10px;
}
.service-nav-tile>ul>li {
    position: relative;
    font-size:17px;
    border-top: 1px solid #ceb280;
}
.service-nav-tile>ul>li>a {
    display: block;
    padding-left: 18px;
    line-height: 50px;
    color: #E3EDEE;
    font-size: .875em;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    text-decoration:none;
}

.service-nav-tile>ul>li>a img{
    width: 8%;
    float: right;
    margin-top: 15px;
    margin-right:15px;
}

.service-nav-tile>ul>li>a:after {
    content: attr(data-icon);
    font-size: 1.125em;
    float: right;
    display: inline-block;
    font-family:"public_service";
    vertical-align: top;
    padding-right: 15px;
}
.service-nav-tile>ul>li:hover {
    background-color: #d8c6a6;
    position: relative;
    font-size:17px;
    font-family:"微软雅黑";
}
.service-nav-tile>ul>li:hover>a:before {
    display: inline-block;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #FFF;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
}
.service-nav-tile>ul>li>div {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.service-nav-tile>ul>li:hover>div {
    display: block;
}
.service-nav-tile>ul>li>div>ul {
    padding: 30px 0 15px 30px;
    font-family: "Microsoft Yahei";
    width: 710px;
    box-sizing: border-box;
    background-color: #d8c6a6;
    position: relative;
    min-height: 153px;
}
.service-nav-tile>ul>li>div>ul li {
    padding-bottom: 15px;
}
.service-nav-tile>ul>li>div>ul li:after {
    display: block;
    content: "";
    clear: both;
}
.service-nav-tile>ul>li>div>ul span {
    border-top: 1px solid #ceb280;
    color: #f62744;
    font-size: .95em;
    display: block;
    font-family:"微软雅黑";
    margin-right: 30px;
    padding-top: 15px;
}
.service-nav-tile>ul>li>div>ul li:first-child>span {
    border-top: 0;
    padding-top: 0;
}
.service-nav-tile>ul>li>div>ul a {
    float: left;
    padding-right: 30px;
    margin: 4px 0;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    color: #fff!important;
    font-size: .875em;
    text-decoration:none;
    font-family:"微软雅黑";
}
.service-nav-tile>ul>li>div>ul a:hover {
    text-decoration: none;
}

/*办事指南  end*/

/*依申请公开页面 star*/
.gk-list-box{
    min-height: 800px;
}

.cr{
    float:left;
    margin: 6px 10px;
    width:13px;
    height:27px;
    background:#b40001;
}
.cr2{
    background-color:#f6f6f6;}

.gk-box-top{
    width:100%;
    height:40px;
    line-height:40px;
    background-color:#f1f1f1;
}

.gk-box-top span{
    display:block;
    float:left;
    color:#b40001;
    font-family:"微软雅黑";
    font-size:18px;
}

.gk-box-con{
    width:100%;
}

.gk-box-con span{
    display:block;
    text-align:center;
    line-height:50px;
}

.w{
    width:65%;
}

.w2{
    width:95%;
}

.w3{
    width:30px;
    text-align:center;
}

.pl{
    padding-left:10px;
}

.pl2{
    padding-top:10px;
}
.ml{
    margin-left:10px;
}

.btm{
    margin: 20px 0 20px 65px;
    width:85px;
    height:25px;
    line-height:25px;
    background-color:#b40001;
    border-radius:5px;
    border:none;
    color:#ffffff;
}

.btm2{
    margin: 20px 0 20px 65px;
    width:109px;
    height:35px;
    line-height:35px;
    background-color:#b2011e;
    border:none;
    color:#ffffff;
}

.btm3{
    margin: 20px 0 20px 30px;
    width:109px;
    height:35px;
    line-height:35px;
    background-color:#949494;
    border:none;
    color:#ffffff;
}

.btm4{
    margin-left: 20px;
    width:85px;
    height:25px;
    line-height:25px;
    background-color:#b2011e;
    border-radius:5px;
    border:none;
    color:#ffffff;
}

.btm5{
    width:60px;
    height:20px;
    line-height:20px;
    background-color:#b2011e;
    border:none;
    color:#ffffff;
}

.btm6{
    width:60px;
    height:20px;
    line-height:20px;
    background-color:#949494;
    border:none;
    color:#ffffff;
}
.bor{
    border:1px solid #dfba9d;
}

.gk-gs{
    width:100%;
    min-height: 800px;
    border:1px solid #cdcdcd;
}

.gk-gs-con{

}
.gk-gs-list2{
    width:100%;
    line-height:40px;
    border-bottom:1px solid #f7d2c0;
}

.gk-gs-list2{
    display:block;
    text-align:center;
    float:left;
}

.gk-gs-list{
    width:100%;
    line-height:40px;
}

.gk-list-l{
    width:50%;
    text-align:center;
}

.gk-list-r{
    width:50%;
    text-align:center;
    color:#00760f;
}

.ds{
    display:block;
}

.gk-dq{
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#f1f1f1;
}

.gk-dq span{
    padding-left:20px;
}

.gk-dq2{
    width:100%;
    height:50px;
    line-height:50px;
}

.gk-dq2 span{
    padding-left:20px;
}


.gk-bg{
    margin-top:20px;
}

.gk-bg-logn{
    background-color:#f7edec;
    width:100%;
    height:40px;
    line-height:40px;
    border-radius:5px 5px 0 0;
    border-bottom:2px solid #c62c20;
}

.gk-bg-logn span{
    background: #c62c20;
    display: block;
    width: 20%;
    text-align: center;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.bor2{
    background-color:#f5f5f5;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}

.bor3{
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}

.bor4{
    border:1px solid #d3d3d3;
}

.bor-b{
    border-bottom:1px solid #d3d3d3;
}

.bor-l{
    border-left:1px solid #d3d3d3;
}

.bor-r{
    border-right:1px solid #d3d3d3;
}

.bor-bot{
    border-bottom:1px dashed #d3d3d3;
}

.cr3{
    color:#F00;
    margin-right:10px;
}

.cr3 a{
    color:#F00;
    text-decoration:none;
}

.cr4{
    color:#ffffff;
}
.form-control{
    padding:0;
    width:80%;
    height:25px;
    border-radius:0;
}

.search-a-hide2 {
    position: absolute;
    top:145%;
    left: 0;
    right: 0;
    height: 0;
    width:680px;
    margin:auto;
    margin-left: 551px;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(255,192,169,.9);
}
.search-a-hide2.active {
    height: 200px;
    padding: 10px;
}
.search-a-hide2 .table {
    padding-top: 10px;
    margin-bottom: 0;
}
.search-a-hide2 .table>tbody>tr>td {
    border: none 0;
}
.search-a-hide2 input,
.search-a-hide2 select {
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px;
    text-indent: 3px;
    border: 1px solid #e47651;
    border-radius: 3px;
}

.search-a-hide3 {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    height: 0;
    width: 490px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    background-color: rgba(255,192,169,.9);
}
.search-a-hide3.active {
    height: 290px;
    padding: 10px;
}
.search-a-hide3 .table {
    padding-top: 10px;
    margin-bottom: 0;
}
.search-a-hide3 .table>tbody>tr>td {
    border: none 0;
}
.search-a-hide3 input,
.search-a-hide3 select {
    display: block;
    width: 100%;
    height: 28px;
    padding: 3px;
    text-indent: 3px;
    border: 1px solid #e47651;
    border-radius: 3px;
}

/*依申请公开页面 end*/

/*依申请公开列表 star*/
.list-bor{
    height:40px;
    line-height:40px;
    color:#b30101;
    font-size:16px;
    padding-left:30px;
    background-color:#f1f1f1;
    border-bottom:1px solid #ffffff;
}
.bor-cr{
    border-bottom:1px solid #ffffff;
}
.list-bor-con{
    width:100%;
    height:400px;
    background-color:#ffffff;
    overflow-y: scroll;
}
.list-bor-li{
    line-height:40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-list-con{

}

.list-list-l{
    width:68%;
    float:left;
    border:1px solid #c0c0c0;
}

.list-list-r{
    width:30%;
    float:right;
    margin-left:10px;

}

.liner{
    background: -webkit-linear-gradient(to top, #ffd0b2 , #ffffff);
    background: -o-linear-gradient(to top, #ffd0b2 , #ffffff);
    background: -moz-linear-gradient(to top, #ffd0b2 , #ffffff);
    background: linear-gradient(to top, #ffd0b2 , #ffffff);
}

.mt{
    margin-top:20px;
}

.list-li2{
    width:100%;
}
.list-li2-l{
    width:16%;
    float:left;
    text-align: center;
    padding-top: 25px;
}
.list-li2-l img{
}

a.list-li2-l{
    color:#000000;
    text-decoration:none;
}

.list-li2-l span{
    display:block;
}
.list-list-con3{
    width:100%;
    height: 530px;
    overflow-y: scroll;
}
.list-li3{
    width:100%;
    margin-top:20px;
}

.container{
    width:685px;
    margin:auto;
}
.leftsidebar_box{
    width:100%;
}
.leftsidebar_box dt{
    padding-left:20px;
    padding-right:10px;
    background-repeat:no-repeat;
    background-position:10px center;
    color:#e8510c;
    font-size:14px
;position:relative;
    line-height:30px;
    cursor:pointer;
}
.leftsidebar_box dd{
    font-size:14px;
    line-height:30px;
    text-indent:2em;
}

.leftsidebar_box dt img{
    position:absolute;
    top:0;
    margin:5px;
    width:25px;
    height:20px;
    border:1px solid #cccccc;
}
.system_log{
    width: 100%;
}
.system_log dt{
    background:url(../../images/public/bg_22.jpg) no-repeat;
}

.leftsidebar_box dl dd:last-child{
    padding-bottom:10px;
}

/*依申请公开列表 end*/

/*公开目录 star*/
.search-a2 {
    position: relative;
    z-index: 1;
    height: 40px;
    font-size: 0;
    line-height: 38px;
    -webkit-text-size-ajust: none;
    background-color: #f1f1f1;
}
.search-a2 .input-box-a {
    display: inline-block;
}
.search-a2>* {
    font-size: 1rem;
    vertical-align: middle;
}
.search-a2 .title {
    padding-left: 20px;
    margin-right: 16px;
    font-size: 16px;
    color: #b2011e;
}
.search-a2 .input-box-a input {
    width: 405px;
}

.search-a2 .link {
    margin-left: 10px;
    font-size: 14px;
    color: #e2754c;
}

.mr-left2 {
    float: left;
    width:100%;
}

.zs{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90px;
    display: block;
    padding-left: 8px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.zs2{
    text-overflow: ellipsis;
    padding-left: 8px;
    overflow: hidden;
    /*white-space: nowrap;*/
    word-wrap:break-word;
    word-break:break-all;
    width: 410px;
    display: block;
    height: 40px;
    line-height: 25px;
    text-align: left;
}

.bold{
    font-weight:bold;
}

.bg-cor{
    background-color:#c62c20;
}

/*公开目录 end*/

/*服务列表页面 star*/
.guide-list .list-title{
    background-color:#fafafa;
    width:100%;
    height:60px;
    line-height:60px;
}
.guide-list .list-title a{
    font-size:14px;
}

.guide-list .list-title span{
    display: block;
    padding-left:30px;
    color: #434544;
    font-size: 17px;
}

.guide-list .list-title>em{
    float: right;
    font-style: normal;
}
.guide-list>ul>li{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 15px 0;
}
.guide-list>ul>li:after{
    content: "";
    display: block;
    clear: both;
}
.guide-list>ul>li:hover{
    background-color: #fcfcfc;
}
.guide-list>ul>li>a{
    display: block;
    padding: 8px 30px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #444;
    line-height: 1.25em;
}
.guide-list>ul>li>a:hover {
    text-decoration: underline;
}
.guide-list>ul>li>div {
    padding: 8px 0 8px 30px;
}
.guide-list>ul>li>div>*{
    display: inline-block;
    font-size: 14px;
    color: #888;
    line-height: 1.25em;
    font-style: normal;
    font-weight: normal;
    margin-right: 30px;
    cursor: default;
}
.guide-list>ul>li>div>*:before {
    display: inline-block;
    padding-right: 5px;
    font-family: icons-moon;
    color: #D4B484;
    font-size: 15px;
    vertical-align: middle;
}
.guide-list>ul>li>div>b:before {
    content: "";
}
.guide-list>ul>li>div>i:before {
    content: "";
}
.guide-list>ul>li>div>em:before {
    content: "";
}
.guide-list>ul>li>div>small:before {
    content: "";
}
.guide-list>ul>li>div>strong:before {
    content: "";
}
.guide-list .empty {
    border: 1px solid #eee;
    border-top: none;
    padding: 30px;
    color: #666;
    font-size: .875em;
}
.guide-list>ul>li>span {
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 24px;
}
.float-buttons {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}
.float-buttons>a {
    display: block;
    background-color: #f4ebe2;
    color: #766144;
    padding-left: 15px;
    min-width: 84px;
    line-height: 30px;
    margin-top: 1px;
    padding: 10px 0;
}
.float-buttons>a:hover {
    background-color: #e6d7c4;
}
.float-buttons>a[disabled], .float-buttons>a[disabled]:hover {

    background-color: #eeeeee;
    color: #999;
    cursor: default;
}
.float-buttons>a:first-child {
    margin-top: 0;
}
.float-buttons>a:before {
    content: attr(data-icon);
    display: block;
    font-family: icons-moon;
    font-size: 1.5em;
    text-align: center;
}
.float-buttons>a:after {
    content: attr(data-title);
    display: block;
    font-size: .75em;
    vertical-align: top;
    text-align: center;
}
.guide-list .float-buttons {
    border-radius: 14px;
}
.guide-list .float-buttons>a {
    float: left;
    margin-left: 1px;
    margin-top: 0;
    line-height: 28px;
    padding: 0;
    text-align: left;
    padding-left: 8px;
}
.guide-list .float-buttons>a:first-child {
    margin-left: 0;
}
.guide-list .float-buttons>a:before {
    display: inline-block;
    padding-right: 6px;
    font-size: .875em;
}
.guide-list .float-buttons>a:after {
    display: inline-block;
    font-size: .75em;
}
/*服务列表页面 end*/

/*服务详情页 star*/
.gk-bg-logn2{
    background-color:#ae9a7f;
    width:100%;
    height:60px;
    line-height:60px;
    color:#ffffff;
}

.gk-bg-logn2 span{
    float:left;
    display: block;
    color: #434544;
    font-size: 17px;
    width:12.7%;
    text-align:center;
    background-color:#d4b485;
    border-radius:5px 0 0 5px;
    color:#ffffff;
}

.gk-bg-logn2 li{
    list-style: none;
    width: 9.7%;
    float: left;
    text-align: center;
    font-size: 17px;
}

.gk-bg-logn2 a{
    color:#ffffff;
}

.gk-bg-logn2 li:hover{
    color:#ffffff;
    background-color:#d4b485;
}


.bor-ra{
    border-radius:5px;
}

.bag{
    background-color:#f7f7f7;
}

.lineghe{
    line-height:30px;
}

.pr{
    padding-right:10px;
}
/*服务详情页 end*/

/*领导页面 star*/
.leader-list{
    line-height:40px;
    text-align:center;
}

.leader-list span{
    float:left;
    width:50%;
    line-height:40px;
    display:block;
    color:#b40001;
    text-align:right;
}

.leader-list-con{
    width:100%;
    line-height:35px;
}

.leader-list-con img{
    float:left;
}

.leader{
    color:#b40001;
    width:75%;
    float:right;
    font-size:16px;
    padding-top:50px;
}

.leader-zw{
    width:75%;
    float:right;
    font-size:16px;
}

.leader-fg{
    width:75%;
    float:right;
    font-size:16px;
}

.leader-fg span{
    display:block;
    float:left;
    color:#b40001;
    font-size:16px;
}
.conter-title{
    line-height:50px;
    text-align:center;
    font-size:18px;
    color:#b40001;
}
.conter-me{
    line-height:35px;

}

.btn2{
    border:none;
    background-color:#c62c20;
    color:#ffffff;
    border-radius:5px;
    width:100px;
    height:30px;
}
/*领导页面 end*/

/*重点领域信息公开 star*/
.leftsidebar_box2 dt{
    padding-left:20px;
    padding-right:10px;
    color:#ffffff;
    font-size:14px;
    position:relative;
    line-height:40px;
    cursor:pointer;
    font-family:"微软雅黑";
    font-weight:normal;
    background-color: #b2011e;
}
.leftsidebar_box2 dd {
    padding: 4px 8px;
    font-size:14px;
    line-height:32px;
    display: none;
}

.leftsidebar_box2 dd i {
    padding-left:19px;
}
.leftsidebar_box2 a {
    display: block;
    color:#333;
}
.leftsidebar_box2 dd.hover a,
.leftsidebar_box2 dd.active a {
    background-color:#ffef79;
    border-radius:5px;
}



.system_log2{
    width: 100%;
}
.system_log2 dt{
    margin-bottom:5px;
    width:100%;
    height: 40px;
}

.leftsidebar_box2 dl dd:last-child2{
    padding-bottom:10px;
}

/*下箭头*/

.bottom{
    float: right;
    margin-top: 15px;
    padding-right: 20px;
    position:relative;
    left:0;
    top:0;
    z-index: 2;/*兼容ie8-*/
}
.bottom-arrow1,.bottom-arrow2{
    width:0;
    height:0;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index: 5;/*兼容ie8-*/
    border-bottom:8px transparent dashed;
    border-left:8px transparent dashed;
    border-right:8px transparent dashed;
    border-top:8px #b2011e solid;
    overflow:hidden;
}
.bottom-arrow1{
    top:2px;/*重要*/
    border-top:8px #ffffff solid;
}

.bottom-arrow2{
    border-top:8px #b2011e solid;
}

/*当前位置*/
.InDQ{
    width:98%;
    height:40px;
    line-height:40px;
}

.InDQ_Le{
    width:100%;
    height:40px;
    line-height:40px;
}

.InDQ_Le span{
    line-height:40px;
    font-size:14px;
    margin-left: 5px;
}

.InDQ_Le a{
    color:#333333;
    text-decoration:none;
}

.InDQ_Le a+a:before{
    content:">";
    line-height:25px;
    font-size:14px;
}


/*重点领域信息公开 end*/



/* -----弹出层样式 start----- */
.body-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    z-index: 1;
}
.c-popup {
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: hidden;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
    transform: translate(-50%, -60%)
}
.c-popup .popup-inner {
    position: relative;

}
.c-popup .popup-header {

    padding-left: 10px;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    background: #c62c20;
}

.btn.btn-clear {
    background: none;
}

.c-popup .popup-header .btn {
    float: right;
    height: 100%;
    padding: 0 6px;
    color: #fff;
    line-height: 32px;
    border: none;
}
.c-popup .popup-header .btn:hover {
    background: #fd695d;
    border-radius: 0;
}
.c-popup .popup-con {
    display: table;
    width: 100%;
    padding: 20px;
    font-size: 16px;

}
.c-popup .popup-words {
    display: table-cell;
    color: #e8510c;
    vertical-align: middle;
    letter-spacing: 1px;
}





/* -----弹出层样式 end----- */


/* --------分页样式 start-------- */
.page-nav {
    float: right;
}
.page-nav li {
    float: left;
    cursor: pointer;
}
.page-nav li .page-link {
    display: block;
    text-align: center;
}

.page-nav li.disabled {
    cursor: default;
}



.page-nav.default li {
    margin: 0 5px;
}
.page-nav.default li .pre,
.page-nav.default li .next {
    font-family: "iconfont" !important;
}
.page-nav.default li .page-link {
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #666;
}
.page-nav.default li .page-link:hover {
    color: #c62c20;
    text-decoration: none;
}
.page-nav.default li.active .page-link {
    color: #fff;
    background-color: #c62c20;
    border-radius: 50%;
}
.page-nav.default li.disabled .page-link {
    color: #999;
}

.page-nav.cube li {
    margin: 0 5px;
}

.page-nav.cube li .page-link {
    min-width: 30px;
    height: 30px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 28px;
    color: #444;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #f2f2f2;
}
.page-nav.cube li .page-link:hover {
    color: #c62c20;
    border-color: #c62c20;
    text-decoration: none;
}
.page-nav.cube li.active .page-link {
    color: #fff;
    border-color: #c62c20;
    background-color: #c62c20;
}

.page-nav.cube li.disabled .page-link {
    color: #999;
    border-color: #ccc;
    background-color: #eee;
}

.page-nav.cube li.outline {
    margin-right: 0;
}
.page-nav.cube li.outline .page-link {

    border: none;
}
.page-nav.cube li.outline .page-link:hover {
    color: #444;
    cursor: default;
}
.page-nav.cube li input.page-link {
    width: 30px;
    background: none;
    text-align: left;
}
.page-nav.cube li input.page-link:focus {
    border-color: #c62c20;
}

/* --------分页样式 end-------- */


