﻿/*信息公开头部*/

html {
    -webkit-text-size-adjust: none;
}

.xxgkbody {
    background: url(../images/xxgk_body_bg.png) no-repeat center top;
    background-size: cover;
}

.xxgkbodyysqgk {
    background: url(../images/xxgk_body_bg.png) no-repeat center top;
}

.xxgkhead {
    width: 100%;
    height: 365px;
    margin: 0 auto;
}

.xxgklogo {
    padding-top: 54px;
    margin: 0 auto;
    width: 1200px;
}

.xxgklogo img {
    width: auto;
}

.xxgk-logen {
    position: relative;
    width: 600px;
    margin: 60px auto 0;
    text-align: center;
}

.xxgk-logen .line {
    position: absolute;
    left: 200px;
    bottom: -10px;
    width: 488px;
    height: 1px;
    background: #fff;
}


/*信息公开内容*/

.container {
    position: relative;
    width: 1028px;
    background: url(../images/xxgk_bg.png) no-repeat center top #f2f2f2;
    background-size: cover;
    padding: 36px;
    margin: 0px auto;
    overflow: hidden;
    padding-bottom: 36px;
    margin-bottom: 49px;
}


/*搜索*/

.xxgksearch {
    position: relative;
    padding: 47px 0 85px;
}

.xxgksearch .right-line {
    left: auto;
    right: 0;
}

.xxgksearch .search {
    border: 1px solid #ff0000;
    border-radius: 9px;
    width: 508px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}

.xxgksearch .search .search-txt {
    float: left;
    border: 0;
    width: 400px;
    height: 46px;
    border: 1px solid #ffaaaa;
    border-right: none;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
    cursor: text;
    outline: none;
}

.xxgksearch .search .search-btn {
    float: left;
    border: 0;
    width: 67px;
    height: 48px;
    background: #fff url(../images/xxgk_search.png) no-repeat center center;
    cursor: pointer;
    outline: none;
}


/*信息公开左侧目录*/

.column-list {
    float: left;
    width: 240px;
}

.column-list .column-item {
    margin-bottom: 15px;
}

.column-list .column-tit {
    position: relative;
    display: block;
    height: 70px;
    border: 1px solid #e1e1e1;
    background: #fff;
    font-size: 0;
    line-height: 70px;
    overflow: hidden;
}

.column-list .column-tit i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 68px;
    height: 68px;
    background: url(xxgk_column_icon.png) no-repeat 0 0;
    vertical-align: middle;
    margin-left: 15px;
}

.column-list .column-tit i.i1 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 0;
}

.column-list .column-tit i.i2 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -68px;
}

.column-list .column-tit i.i3 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -136px;
}

.column-list .column-tit i.i4 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -204px;
}

.column-list .column-tit i.i5 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -272px;
}

.column-list .column-tit i.i6 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -338px;
}

.column-list .column-tit i.i7 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -404px;
}

.column-list .column-tit i.i8 {
    background: url(../images/xxgk_column_icon.png) no-repeat 0 -467px;
}

.column-list .column-tit span {
    display: inline-block;
    width: 153px;
    font-size: 23px;
    color: #af1d1d;
    line-height: 25px;
    vertical-align: middle;
    *line-height: 28px;
    cursor: pointer;
}


/* .column-list .column-item:last-child .column-tit span {
    width: auto;
} */

.column-list .column-item.active .column-tit {
    background: #bb1a2a;
    border: 1px solid #bb1a2a;
}

.column-list .column-item.active .column-tit i {
    background-image: url(../images/xxgk_column_icon2.png);
}

.column-list .column-item.active .column-tit span {
    color: #fff;
}

.column-list .list_parent .column-tit {
    background: #fff url(../images/xxgk_column_icon3.png) no-repeat 200px center;
}

.column-list .list_parent.active .column-tit {
    background: #bb1a2a url(../images/xxgk_column_icon4.png) no-repeat 200px center;
}

.column-list .column-item .column-tit:hover span {
    font-weight: bold;
}

.column-list .sub-column {
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
    display: none;
}

.column-list .list_parent.active .sub-column {
    display: block;
}

.column-list .sub-column li a {
    display: block;
    background: url(../images/xxgk_dot.jpg) no-repeat 50px center;
    font-size: 15px;
    line-height: 20px;
    padding: 6px 10px 6px 70px;
}

.column-list .sub-column li.active,
.column-list .sub-column li a:hover {
    background-color: #ffe6e6;
}


/*信息公开右侧公共的*/

.xxgk-right {
    float: left;
    width: 770px;
    background: #fff;
    position: relative;
    margin-left: 18px;
}

.xxgk-item {
    margin-bottom: 30px;
}

.xxgk-item .title {
    border-bottom: 2px solid #d9d9d9;
    height: 35px;
}

.xxgk-item .title h3 {
    float: left;
}

.xxgk-item .title h3 a {
    display: block;
    height: 35px;
    background: #bb1a2a;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
}

.xxgk-item ul {
    margin: 15px 35px 0;
}

.xxgk-item ul li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xxgk-item ul li span {
    color: #a1a1a1;
    margin-left: 15px;
}

.xxgk-item ul li a:hover {
    color: #bb1a2a;
}

.xxgk-item .more {
    display: block;
    width: 100px;
    height: 30px;
    background: #f2f2f2;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

.xxgk-item .more:hover {
    background-color: #bb1a2a;
    color: #fff;
}


/* 信息公开指南 */

.contents {
    padding: 35px 25px 40px;
}

.content-main h2 {
    font-size: 31pt;
    line-height: 38pt;
    color: #ff0000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 38pt;
}

.contents .info {
    border-bottom: 2px solid #d9d9d9;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px;
}

.contents .info span {
    padding: 0 5px;
}

.contents .info a:hover {
    color: #bb1a2a;
}

.content-main {
    margin-top: 30px;
}

.xxgk-right .contents {
    position: relative;
}

.xxgk-right .content-main {
    height: 1005px;
    overflow: hidden;
    padding-right: 50px;
}

.content-main,
.content-main * {
    /*font-size: 16px !important;*/
    text-align: justify;
}

.content-main img {
    max-width: 100%;
    height: auto;
}

.content-main {
    padding: 0px 35px;
    margin-bottom: 50px;
}

.test {
    width: 10px;
    height: 1020px;
    overflow: auto;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #EDEDED
}

.scrollbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 80px !important;
    background-color: #fe0304;
    border-radius: 5px;
    opacity: 0.8
}


/*信息公开制度*/

.xxgk-list ul {
    margin: 15px 35px 0;
    padding-bottom: 30px;
}

.xxgk-list ul li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*.xxgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/

.xxgk-list ul li span {
    color: #231815;
    float: right;
}

.xxgk-list ul li a:hover {
    color: #bb1a2a;
}


/*法定主动公开内容*/

.column-list .sub-column.zdgk .zdgk {
    padding-left: 50px;
    color: #c8161d;
    font-size: 18px;
    cursor: pointer;
}

.top-nav {
    width: 100%;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    background: url(../images/lmlogo.png)no-repeat #ffffff;
    border-bottom: 2px solid #fe0e0f
}

.top-nav span {
    margin-left: 20px;
    height: 36px;
    display: inline-block;
    background: url(../images/lmlogo.png)no-repeat 90px;
    padding-right: 20px;
  }



/*信息公开制度*/

.zdgk-list {
    margin-bottom: 36px;
}

.zdgk-list ul {
    margin: 15px 35px 0;
    padding-bottom: 30px;
}

.zdgk-list ul li {
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/xxgk_dot.jpg) no-repeat 0px center;
    padding-left: 20px;
}


/*.zdgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/

.zdgk-list ul li span {
    color: #231815;
    float: right;
}

.zdgk-list ul li a:hover {
    color: #bb1a2a;
}

.zdgk-list .more {
    display: block;
    width: 100px;
    height: 30px;
    background: #f2f2f2;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

.zdgk-list .more:hover {
    background-color: #bb1a2a;
    color: #fff;
}


/*信息公开年报*/

.ml_tit {
    background: none;
    height: 43px;
    line-height: 43px;
    text-indent: 0;
}

.ml_tit span {
    background: url(../images/newxxgknb.png);
    float: left;
    color: #fff;
    padding: 0 12px;
    font-size: 24px;
    margin-left: 36px;
    margin-top: 13px;
    min-width: 240px;
}

.ml_tit span a {
    color: #fff;
    padding: 0 12px;
    font-size: 24px;
}

.nb .xxgk-list ul {
    margin: 20px 35px 0;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 100px;
}

.nb .xxgk-list ul li {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*.xxgk-list ul li:first-child { border-bottom: 2px solid #d9d9d9; padding-bottom: 30px; margin-bottom: 20px;}*/

.nb .xxgk-list ul li span {
    color: #231815;
    float: right;
}

.nb .xxgk-list ul li a:hover {
    color: #bb1a2a;
}

.xszfnb {
    padding: 0 8px;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 50px;
}

.xszfnb li {
    float: left;
    width: 30%;
    margin: 4px 8px 4px 8px;
    height: 28px;
    line-height: 28px;
    padding-left: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 67px;
    font-size: 16px
}

.xszfnb li:nth-child(3n) {
    width: 16.5%;
    margin-left: 0px
}

.xszfnb li:nth-child(3n-1) {
    width: 26%;
    margin-left: 0px
}

.ml_tit.qx span {
    background: url(../images/newxxgknbqx.png);
}


/* 依申请公开*/

#ysq_list li {
    width: 142px;
    height: 44px;
    margin-left: 7px;
    padding-left: 0;
    background: none;
    float: left;
}

.ysqcontent {
    padding: 10px;
}

#ysq_list li.last {
    margin-right: 0px;
}

#ysq_list img {
    width: 100%;
    height: 48px;
}

#ysq_list a {
    display: block;
    overflow: hidden;
}


/*底部*/

.bottom {
    background: url(../images/bottom.png) no-repeat center top;
}

.bottom .content {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    border-top: 3px solid #fd9288;
    padding-top: 30px;
    padding-bottom: 40px;
}

.div_ul {
    width: 385px;
    height: 16px;
    margin: 0 auto;
    padding-top: 10px;
}

.div_w {
    width: 80px;
    line-height: 16px;
    float: left;
    border-right: 1px solid #bb2224;
}

.div_w a,
.bottom_jwz a,
.bottom_jwz a:nav_icon,
.div_w a:hover {
    color: #bb2224;
}

.bottom_jwz {
    width: 80px;
    line-height: 16px;
    float: left;
}

.BTC {
    text-align: left;
    font-size: 12px;
    width: 900px;
    margin: 0 auto;
    line-height: 25px;
    margin-top: 5px;
}

.btc_left {
    float: left;
    width: 60%;
    margin-left: 130px;
}

.btc_right {
    float: right;
    width: 27%;
    text-align: left;
}

.BTC_dT {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
}

.BTC_dT a,
.BTC_dT a:hover {
    color: #1676b2;
    text-decoration: underline;
}

.xxjs {
    height: auto;
    line-height: 25px;
    font-size: 20px;
}

.link {
    width: 100%;
    height: 45px;
    background: #ededed;
}

.link ul {
    margin-left: 28px;
    float: left;
}

.link ul li {
    float: left;
    width: auto;
    margin-right: 41px;
    line-height: 27px;
    font-size: 20px;
    border: 1px solid #bebebe;
    background: #fff;
    padding: 0px 14px;
    margin-top: 8px;
}

.link ul li img {
    float: left;
    margin-top: 3px;
}

.link div {
    float: left;
    width: auto;
    margin-right: 20px;
    line-height: 27px;
    border: 1px solid #bebebe;
    margin-top: 8px;
}

.page_num {
    padding: 20px;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 20px;
    color: #000;
    display: table;
    margin: 0 auto;
    margin-top: 36px;
}

#pagination_input {
    width: 26px;
    height: 26px;
    line-height: 16px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1 px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #81353f;
    padding: 0 8px;
    margin-right: 2px;
    float: left;
    height: 20px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    float: left;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 20px;
}

#page_div .currentIndex {
    background: #BB2323;
    border: 1px solid #BB2323;
    width: 20px;
    height: 20px;
}

#page_div .pagination_index {
    padding: 0px;
    width: 46px;
    margin-right: 4px;
    height: 26px;
    line-height: 26px;
}

#page_div .pagination_index_num {
    padding: 0px;
    width: 28px;
    margin-right: 4px;
    height: 26px;
    line-height: 26px;
}

.zdgk-list ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: block;
    float: left;
    max-width: 697px
}

.bt1 {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #e4e4e5;
}

.bt1 span {
    background: #BB2323;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
}

.dpt-list {
    margin-top: 1em;
    overflow: hidden;
}

.dpt-list li:nth-child(6n+1) {
    background: #f5f5f5;
}

.dpt-list li:nth-child(6n+2) {
    background: #f5f5f5;
}

.dpt-list li:nth-child(6n+3) {
    background: #f5f5f5;
}

.dpt-list li:nth-child(3n+1) {
    border-left: 0;
}

.dpt-list li {
    height: 40px;
    line-height: 40px;
    border-left: 2px solid #eee;
    text-indent: 1em;
    float: left;
    width: 33%;
}

@media only screen and (max-width: 900px) {
    .container {
        width: 90%;
    }
    .column-list {
        width: 27%;
    }
    .zdgk-list ul li a {
        max-width: 530px;
    }
    .xszfnb li {
        width: 27%;
        padding-left: 2%;
    }
    .nb .xxgk-list ul li a {
        white-space: nowrap;
        overflow: hidden;
        max-width: 400px;
        float: left;
        text-overflow: ellipsis;
    }
    .nb .xxgk-list ul {
        padding-left: 1%;
        padding-right: 1%;
    }
}

.i8 span {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* chrome*/
    .i8 span:after {
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}

.gklm h1 {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-weight: 36px;
    color: #ff0000;
    font-size: 2em;
}

.zcwj_lm.lm1 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table;
}

.zcwj_lm {
    width: 94%;
    margin: 0px auto;
}

.zcwj_lm li a {
    display: block;
    width: 52%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
    margin: 25px auto;
    background-color: #fce5e5;
}

.zcwj_lm li {
    width: 50%;
    float: left;
}

.zfxxgk_zdgkc dl {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zfxxgk_zdgkc dl dt {
    width: 90%;
    height: auto;
    overflow: hidden;
    text-align: center;
    display: table;
    margin-left: 30px;

}

.zfxxgk_zdgkc dl dd {
    height: auto;
    overflow: hidden;
    margin-left: 30px;
    display: table;
    border-top: 1px solid #9a9a9a;
    width: 90%;
}

.zfxxgk_zdgkc dl dt a {
    
    width: 140px;
    height: 100%;
    overflow: hidden;
    float: left;
    display: block;
    margin: 10px 15px;
    text-align: center;

}

.zfxxgk_zdgkc dl dt img {
    padding: 4px;
    border: 1px solid #dddddd;
}

.zfxxgk_zdgkc dl dt p {
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    padding: 5px 0px;
    text-align: center;
}

.zfxxgk_zdgkc dl dd a {
    width: 140px;
    height: 100%;
    overflow: hidden;
    float: left;
    display: block;
    margin: 10px 15px;
    text-align: center;
}

.zfxxgk_zdgkc dl dd img {
    padding: 4px;
    border: 1px solid #dddddd;
}

.zfxxgk_zdgkc dl dd p {
    line-height: 24px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.zfxxgk_zdgkc p.zhiwu {
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #888888;
}

.zfxxgk_zdgkc dl dd .stitle {
    background: url(../images/2018gb_ldzc_img01.png) 6px center no-repeat;
    height: 47px;
    line-height: 47px;
    padding-left: 22px;
    color: #226ebc;
    font-size: 18px;
}

#_span_jiucuo {
    margin-top: 10px;
    float: left;
}

.zfxxgk_zdgkc {
    padding: 0px 48px;
    width: 728px;
}

.list_parent.zdgk .sub-column {
    padding: 0px;
}

.plasne.sub-column li a {
    background: none;
}

.sub-column.zdgk li.weise {
    position: relative;
    padding: 6px 80px 6px 70px;
    background: url(../images/xxgk_dot_red.png) no-repeat 50px center rgba(175, 29, 29, 0.2);
}

.sub-column.zdgk li.weise a.speace {
    color: #af1d1d;
    padding: 0px;
    display: grid;
    background: none;
}

.sub-column.zdgk li.weise .icon {
    background: url(../images/icon_jia.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    right: 55px;
    top: 10px;
    cursor: pointer;
}

.sub-column.zdgk li.weise .icon.active {
    background: url(../images/icon_jian.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    top: 17px;
}
.sub-column.last li.weise {
    position: relative;
    padding: 6px 80px 6px 70px;
    background: url(../images/xxgk_dot_red.png) no-repeat 50px center rgba(175, 29, 29, 0.2);
}

.sub-column.last li.weise a.speace {
    color: #af1d1d;
    padding: 0px;
    display: grid;
    background: none;
}

.sub-column.last li.weise .icon {
    background: url(../images/icon_jia.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    right: 55px;
    top: 10px;
    cursor: pointer;
}

.sub-column.last li.weise .icon.active {
    background: url(../images/icon_jian.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    top: 17px;
}
.border {
    width: 240px;
    margin-top: 24px;
    height: 1px;
    background: #eeeeee;
}

.left-border {
    float: left;
    margin-left: 2px;
}

.right-border {
    float: right;
    margin-right: 2px;
}
/*机构指南改版*/
.zfxxgk_zdgkc .tittle{
    display: table-cell;
    vertical-align: middle;
    width: 73px;
    float: none;
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
    color: #000;
    font-family: "微软雅黑 Light";
}