/*信息公开头部*/

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 .list_parent.active .icon {
    background-color: #fff;
}
.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: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 67px;
    font-size: 16px
}

.xszfnb li:nth-child(3n) {
    width: 26.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%;
}
.foot * {
    margin: 0;
    padding: 0;
  }
  
  .foot li {
    list-style: none;
  }
  
  .foot .container,
  .foot .container2 {
    width: 1200px;
    margin: 0 auto;
  }
  
  .foot .clearfix::after,
  .foot .container2::after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;
  }
.foot {
    width: 100%;
    padding: 15px 0 15px 0;
    background: rgb(177, 0, 1);
    font-size: 14px;
    min-width: 1200px;
  }
  
  .foot .ftleft {
    width: 630px;
  }
  
  .foot .ftleft *,
  .foot .ftleft {
    font-size: 14px;
  }
  
  .foot .ftmid {
    width: 360px;
    margin-top: 54px;
    margin-left: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .foot .ftmid,
  .foot .ftleft,
  .foot .ftright {
    float: left;
  
    text-align: left;
  }
  
  .foot .ftright {
    float: right;
    margin-top: 35px;
  }
  
  .foot .ftleft a {
    display: inline-block;
    line-height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    padding: 0 16px;
  }
  
  .foot .ftleft .p1 a + a {
    border-left: 2px solid #fff;
  }
  
  .foot .ftleft a:first-child {
    padding-left: 0;
  }
  
  .foot .ftleft .p1,
  .foot .ftleft .p2,
  .foot .ftleft .p3,
  .foot .ftleft .p4 {
    margin-bottom: 14px;
    color: #fff;
  }
  
  .ftmid img {
    margin-top: 20px;
    margin-left: 0px;
    vertical-align: middle;
  }
  
  .foot .ftright li {
    width: 144px;
    height: 48px;
    line-height: 48px;
    /* text-align: center; */
    background: #d65352;
    float: left;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .foot .ftright li a,
  .ftright li {
    color: #fff;
    font-size: 16px;
  }
  
  .foot .ftright li:hover .scindex_ftrwm {
    display: block;
  }
  
  .foot .scindex_ftrwm {
    display: none;
    position: absolute;
    left: 0;
    top: -148px;
  }
  
  .foot .scindex_ftrwm img {
    width: 144px;
    max-width: unset;
    position: relative;
  }
  
  .foot .ftright > div {
    margin-bottom: 15px;
  }
  
  .foot .ftright div li:nth-child(2) {
    margin-left: 17px;
  }
  
  .foot .ftright li img {
    margin-right: 16px;
    vertical-align: middle;
  }
  
  .foot .ftleft .p4 a {
    padding: 0;
  }
  
  .foot .changepcbtn span {
    color: #fff;
    display: inline-block;
    padding: 15px 5px 5px 5px;
    position: relative;
    display: none;
  }
  
  .foot .changepcbtn span + span::after {
    height: 20px;
    content: "|";
    left: -3px;
    position: absolute;
  }
  
  /* .foot .changepcbtn span.phone.active { */
  /* position: fixed;
      display: inline-block;
      width: 200px;
      height: 200px;
      line-height: 90px;
      left: 0px;
      bottom: 200px;
      font-size: 0px;
      text-align: center;
      background-size: 100% 100%;
      box-sizing: border-box;*/
  /* } */
  
  .foot .changepcbtn span.phone.active {
    position: fixed;
    display: inline-block;
    width: 90px;
    height: 135px;
    line-height: 90px;
    left: 10px;
    bottom: 200px;
    font-size: 0px;
    text-align: center;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  
  .foot .changepcbtn span.phone img {
    display: none;
  }
  
  .foot .changepcbtn span.phone.active img {
    display: block;
    width: 100%;
  }
@media only screen and (max-width: 900px) {
    .container {
        width: 90%;
    }
    .column-list {
        width: 27%;
    }
    .zdgk-list ul li a {
        max-width: 95%;
    }
    .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";
}
.gknr_list dl{
    margin-bottom:20px;
   }
   .gknr_list dt {
    border-bottom:1px solid #E0E0E0;
    margin-bottom:10px;
    height: 35px;
    /* display: none; */
   }
   .gknr_list dt.sppt{
    border-bottom:none;
    height: auto;
   }
   .gknr_list dt.sppt span{
    height:auto;
       text-align: center;
       display: block;
    background:#fff;
   }
   .gknr_list dt span{
    display: inline-block;
    padding: 0 10px;
    height:35px;
    background-color: #fe0e0f;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:36px;
    /* color: #af1d1d; */
    text-align: center;
    /* display: none; */
   }
   .gknr_list dd a {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0,0,0,1);
    line-height: 56px;
    text-align: center;
    border: 1px solid #E0E0E0;
    margin: 20px 3%;
    border-radius: 0px;
}
.gknr_list  .zdlyimgbox{
    padding:0px 20px 30px 20px ;
    box-sizing:border-box;
}
.gknr_list .zdlyimgbox ul li{
    width:25%;
    float:left;
    height: 130px;
    text-align: center;
}

.gknr_list .zdlyimgbox ul li img{
    margin: 20px auto;
    
}
.gknr_list .zdlyimgbox {
    padding: 0px 20px 30px 20px;
    box-sizing: border-box;
}
.zdlyimgbox a:hover{
    color: red;
}
.sub-column.zcwj li.weise {
    position: relative;
    padding: 6px 65px 6px 70px;
    background: url(../images/xxgk_dot_red.png) no-repeat 50px center rgba(175, 29, 29, 0.2);
}
.sub-column.zcwj li.weise .icon {
    background: url(../images/icon_jia.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    right: 46px;
    top: 10px;
    cursor: pointer;
}
.sub-column.zcwj li.weise .icon.active {
    background: url(../images/icon_jian.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 13px;
    top: 17px;
}
.sub-column.zcwj li.weise a.speace {
    color: #af1d1d;
    padding: 0px;
    display: grid;
    background: none;
}
.sub-column.bmgfxwj{
    height: 175px;
    overflow: auto;
}
.column-list .sub-column.zcwj .bmgfxwj li a{
    padding: 6px 10px 6px 17px;
}
.table_bm{
    margin: 20px auto;
    text-align: center;
    width: 708px;
}
.table_tittle{
    height: 36px;
    line-height: 36px;
    background: #e8e8e8;
    font-size: 16px;
    text-indent: 10px;
    color: #be0000;
}
.table_tittle>div {
    float: left;
    text-align: center;
    line-height: 36px;
}
 .lie1 {
    width: 50px;
}
.lie1, .lie2, .lie3, .lie4{
    float: left;
}
.lie2{
    padding: 0 6px;
    width: 327px;
  }
 
  .lie3{
    width: 177px;
    padding: 0 5px;
    white-space: normal;
    line-height: 30px;
   
  }
  .lie3 div{
    padding-top: 10px;
  }
  .lie4{
    width: 120px;
  }
  .table_body ul {
    border: 1px solid #e8e8e8;
    padding: 0;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.table_body ul li{
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    text-align: center;
    line-height: 45px;
}
 .lie1,
.lie4 {
    line-height: 88px;
}
.lie1,.lie2,.lie3
{
    border-right: 1px solid #e8e8e8;
}
@media (max-width: 820px) {
    .xxgk-logen{
        margin: 60px auto 2rem;
    }
    .xxgklogo img{
        width: 65%;
       margin-left: 3%;
    }
    .xxgkhead{
        height:auto;
    }
    .xxgklogo{
        padding-top: 5%;
    }
    .xxgk-logen .line{
        position: relative;
        display: block;
        width: 60%;
        left: 30%;
    }
    .xxgklogo,.xxgk-logen,.xxgk-right,.BTC,.column-list{
        width: 100%;
    }
    .xxgk-logen{
        margin-top: 2rem;
    }
    .xxgk-logen img{
        width: 60%;
    }
   
    .xxgk-logen .line{
        position: relative;
    }
    .container{
        padding: 10px;
    }
    .xxgk-right{
        margin-left: 0px;
    }
    .border{
      display: none;
    }
    .xxgksearch .search .search-txt{
        width: auto;
    }
    .xxgksearch .search {
        width: fit-content;
    }
    .column-item {
        width: 48%;
        float: left;
        position: relative;
    }
    .column-item:nth-child(2n) {
     margin-left: 3%;
    }
    .sub-column{
        position: absolute;
        z-index: 111111;
        width: 100%;
        top: 73px;
    }
    .column-list .column-tit i{
        width: 45px;
    }
   .column-list .column-tit i.i1 {
    background: url(../images/xxgk_column_icon.png) no-repeat -14px 0;
}

.column-list .column-tit i.i2 {
    background: url(../images/xxgk_column_icon.png) no-repeat -14px -68px;
}

.column-list .column-tit i.i3 {
    background: url(../images/xxgk_column_icon.png) no-repeat -16px -136px;
}

.column-list .column-tit i.i4 {
    background: url(../images/xxgk_column_icon.png) no-repeat -16px -204px;
}

.column-list .column-tit i.i5 {
    background: url(../images/xxgk_column_icon.png) no-repeat -16px -272px;
}

.column-list .column-tit i.i6 {
    background: url(../images/xxgk_column_icon.png) no-repeat -14px -338px;
}

.column-list .column-tit i.i7 {
    background: url(../images/xxgk_column_icon.png) no-repeat -16px -404px;
}

.column-list .column-tit i.i8 {
    background: url(../images/xxgk_column_icon.png) no-repeat -16px -467px;
}
.column-list .list_parent.active .column-tit {
    background: #bb1a2a url(../images/xxgk_column_icon4.png) no-repeat 95% center;
}
.column-list .list_parent .column-tit {
    background: #fff url(../images/xxgk_column_icon3.png) no-repeat 95% center;
}
.column-list .column-tit span{
    font-size: 15px;
}
.sub-column.last{
   top: 455px;
}
.furnsty {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
}
.sub-column.zdmsxx{
    top: 455px;
    z-index: 1222225;
    background: #f3f9ff;
}
.sub-column.qtzdh{
    top: 519px;
    z-index: 1222223;
    background: #f3f9ff;
}
.xxgknb .sub-column{
    z-index:2222222
}
}
@media (max-width: 450px) {
    .column-list .column-tit span {
        font-size: 17px;
        width: 70px !important;
        line-height: 20px;
    }
    .column-list .column-tit i{
        margin-left: 15px;
    }
    .column-list .sub-column li a{
        background: url(../images/xxgk_dot.jpg) no-repeat 10px center;
        padding: 6px 8px 6px 27px;
    }
    .sub-column.zcwj li.weise,.sub-column.last li.weise,.sub-column.zdgk li.weise{
        background: url(../images/xxgk_dot_red.png) no-repeat 10px center rgba(175, 29, 29, 0.2);
        padding: 6px 8px 6px 27px;
    }
    .sub-column.zcwj li.weise .icon,.sub-column.last li.weise .icon,.sub-column.zdgk li.weise .icon{
        right: 10px;
    }
    .sub-column.zcwj li.weise .icon.active{
        right: 10px;
    }
    .column-list .sub-column.zcwj .bmgfxwj li a{
        padding-left: 25px;
    }
    .xxgk-right .content-main{
        padding: 10px;
        padding-right: 20px;
    }
    .zcwj_lm li a{
        width: 90%;
    }
    .content-main h2{
        font-size: 1.6rem;
    }
    .wei_yh13heis{
       width: 100%;
       overflow: hidden;
    }
    .xxgk-right{
        min-height: 800px;
    }
    .xszfnb li{
        font-size: 12px;
        margin-left: 5%;
    }
    .zfxxgk_zdgkc{
        padding: 0px;
        width: 100%;
    }
    .zfxxgk_zdgkc dl dd a{
        margin: 10px 0px;
    }
    .zfxxgk_zdgkc .tittle{
        width: auto;
    }
    .ghxxqx{
        padding-left: 25px!important;
    }
    .dpt-list li{
        width: 32%;
    }
    .zdgk-list ul,.nb .xxgk-list ul{
        margin: 15px 10px 0;
    }
    .zdgk-list ul li{
        padding-left: 10px;
    }
    .zdgk-list ul li a,.nb .xxgk-list ul li a{
        max-width: 72%;
        font-size: 12px;
    }
    .nb .xxgk-list ul li span,.zdgk-list ul li span{
        font-size: 12px;
    }
}