/*信息公开头部*/
.xxgkbody {
  background: url(../images/xxgk_body_bg.png) no-repeat center top;
}

.xxgkbodyysqgk {
  background: url(../images/xxgk_body_bg.png) no-repeat center top;
}

.xxgkhead {
  width: 1200px;
  height: 365px;
  margin: 0 auto;
}

.xxgklogo {
  padding-top: 70px;
}

.xxgklogo img {
  width: 406px;
}

.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: 1200px;
  background: url(../images/xxgk_bg.png) no-repeat center top #ffffff;
  padding: 49px;
  margin: 65px auto;
  overflow: hidden;
  padding-bottom: 36px;
  margin-bottom: 49px;
}

/*搜索*/
.xxgksearch {
  position: relative;
  padding: 56px 0 114px;
}

.xxgksearch .right-line {
  left: auto;
  right: 0;
}

.xxgksearch .search {
  border: 1px solid #134374;
  border-radius: 9px;
  width: 508px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
}

.xxgksearch .search .search-txt {
  float: left;
  border: 0;
  width: 400px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding: 0 20px;
  cursor: text;
  outline: none;
}

.xxgksearch .search .search-btn {
  float: left;
  border: 0;
  width: 68px;
  height: 55px;
  background: #fff url(../images/xxgk_search.png) no-repeat center center;
  cursor: pointer;
  outline: none;
}

/*信息公开左侧目录*/
.column-list {
  float: left;
  width: 290px;
}

.column-list .column-item {
  margin-bottom: 15px;
}

.column-list .column-tit {
  position: relative;
  display: block;
  height: 68px;
  border: 1px solid #134374;
  background: #fff;
  font-size: 0;
  line-height: 68px;
  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 span {
  display: inline-block;
  width: 154px;
  font-size: 23px;
  color: #134374;
  line-height: 25px;
  vertical-align: middle;
  margin-left: 5px;
  *line-height: 28px;
  cursor: pointer;
}

.column-list .column-item:last-child .column-tit span {
  width: auto;
}

.column-list .column-item.active .column-tit {
  background: #134374;
  border: 1px solid #134374;
}

.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 260px center;
}

.column-list .list_parent.active .column-tit {
  background: #134374 url(../images/xxgk_column_icon4.png) no-repeat 260px 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: right;
  width: 890px;
  background: #fff;
  position: relative;
}

.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: #134374;
  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: #134374;
}

.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: #134374;
  color: #fff;
}

/* 信息公开指南 */
.contents {
  padding: 35px 25px 40px;
}

.content-main h2 {
  font-size: 32px;
  line-height: 35px;
  color: #2d66a5;
  text-align: center;
  margin: 20px 0px;
  margin-top: 10px;
}

.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: #134374;
}

.content-main {
  margin-top: 30px;
}

.xxgk-right .contents {
  position: relative;
}

.xxgk-right .content-main {
  height: 956px;
  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: 956px;
  overflow: auto;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  right: 0px;
  background: #EDEDED
}

.scrollbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 120px !important;
  background-color: #2d66a5;
  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: #134374;
}

/*法定主动公开内容*/
.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 #1f6baf
}

.top-nav span {
  margin-left: 20px;
}

/*信息公开制度*/
.zdgk-list {
  margin-bottom: 30px;
}

.zdgk-list ul {
  margin: 15px 35px 0;
  padding-bottom: 30px;
}

.zdgk-list ul li {
  padding: 15px 0;
  font-size: 16px;
  line-height: 30px;
  background: url(../images/xxgk_dot.jpg) no-repeat 0px center;
  padding-left: 20px;
}

.zdgk-list ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
}

/*.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: #134374;
}

.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: #134374;
  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: #134374;
}

.xszfnb {
  padding: 0 8px;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 50px;
}

.xszfnb li {
  float: left;
  width: 237px;
  margin: 4px 7px 4px 7px;
  height: 28px;
  line-height: 28px;
  padding-left: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px
}

.xszfnb li:nth-child(1n) {
  margin-left: 15px;
}

.ml_tit.qx span {
  background: url(../images/newxxgknbqx.png);
}

/* 依申请公开*/
#ysq_list li {
  width: 152px;
  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_relative {
  position: relative;
  height: 60px;
  margin-bottom: -20px;
}

.bottom_blue {
  position: absolute;
  height: 60px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100%;
}

.bottom_link {
  position: absolute;
  width: 100%;
  top: 0;
}

.bottom_link div {
  width: 1200px;
  margin: 0 auto;
  color: #000000;
  line-height: 60px;
  text-align: center;
}

.bottom_link div a {
  font-family: "微软雅黑";
  font-size: 14px;
  padding: 0px 10px;
  margin: 20px auto;
  color: #000000;
}

.bottom_p a {
  color: #000 !important;
}

.index_bottom table {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  font-family: "microsoft yahei";
}

.index_bottom table p {
  text-align: center;
  margin-top: 2px;
}

.index_bottom table a {
  color: #333;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bottom {
  background: url(../images/bottom.png) no-repeat center top;
}

.bottom div {
  background: transparent !important;
}

/*页码*/
.page {
  clear: both;
  color: #999;
  padding: 5px 0px 5px 0px;
  font-size: 13px;
}

#page_div {
  height: 30px;
  color: #999;
}

#pagination_input {
  width: 20px;
  height: 16px;
  line-height: 16px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
  color: #0068b7;
  border: 1px #b2b2b2 solid;
  padding: 3px 8px;
  margin-right: 2px;
  float: left;
  text-align: center;
  font-size: 12px;
  font-family: "å®‹ä½“"
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 12px;
  font-family: "å®‹ä½“"
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 1px solid #FF6600;
  background-color: #FF6600;
  color: #fff;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
  margin: 0 auto;
}

#page_div .pagination_index_num {
  margin-right: 2px;
  padding: 0px;
  width: 20px;
}

#page_div .currentIndex {
  background: #FF6600;
  border: 1px solid #FF6600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFEEE5;
  text-align: center;
  font-weight: bold;
}

#page_div div.page_loca {
  background-color: #c31f0b;
}

#page_div div.page_loca a {
  color: #fff;
  font-size: 12px;
  font-family: "å®‹ä½“"
}

#page_div div.page_loca a:hover {
  color: #fff;
}

.pagination-first {
  float: left;
}

.pagination-last {
  float: right;
}

#pagination-input {
  width: 27px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 3px;
  color: #999;
  text-align: center;
}

#page_div .pagination-index,
#page_div .pagination-num {
  float: left;
  color: #999;
  border: 1px solid #ccc;
  padding: 3px 10px 3px 10px;
  ;
  margin-right: 6px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 3px;
  cursor: pointer;
}

#page_div .pagination-index a,
#page_div .pagination-num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666666;
  display: block;
  font-size: 13px;
}

#page_div .pagination-num:hover {
  background-color: #FF6600;
  color: #fff;
  font-size: 13px;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
  margin: 0 auto;
}

#page_div a.hover {
  background-color: #FF6600;
  color: #fff;
  font-size: 13px;
}

#page_div a.hover a:hover {
  color: #fff;
}

#page_div .pagination-first a.active {
  float: left;
  border: 1px solid #FF6600;
  display: inline;
  padding: 3px 10px 3px 10px;
  margin-right: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #FFEEE5;
  color: #FF6600;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .xxgk-logen .line {
    display: none;
  }

  .xxgk-logen,
  .xxgkhead,
  .container,
  .xxgk-right,
  .column-list {
    width: 100%;
  }



  .xxgksearch .search .search-txt {
    width: 86%;
  }


  .column-list .list_parent .column-tit {
    background: #fff url(../images/xxgk_column_icon3.png) no-repeat;
    background-position: right 20px center;
  }

  .column-list .list_parent.active .column-tit {
    background: #054878 url(../images/xxgk_column_icon4.png) no-repeat;
    background-position: right 20px center;
  }

  .xszfnb {
    padding: 10px 30px;
  }

  .jgjj li,
  .bm li,
  .xz li {
    width: 33%;
    margin: 0;
    padding: 0;
  }

  .zdgk-list ul li {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .nb .xxgk-list ul {
    padding-left: 0;
  }
}

@media (max-width: 800px) {
  .xxgk-logen img {
    width: 50%;
  }

  .zdgk-list ul li a {
    width: 60%;
  }

  .newBottom {
    width: 100%;
    justify-content: center;
  }

  .newBottom>div:first-child {
    width: 100% !important;
    justify-content: center !important;
  }

  .newBottom>div:last-child {
    float: none !important;
    padding: 0;
    text-align: center;
  }
}

/*-------------------------------â†‘åˆ†é¡µæ ·å¼ç»“æŸâ†‘---------------------------------------*/
@media (max-width: 767px) {
  #page_div {
    min-height: 60px;
    color: #000;
    margin: 0 auto;
    line-height: 30px;
  }

  #page_div .pagination_index,
  #page_div .pagination_index_num {
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .xxgksearch .search {
    width: 100%;
  }

  .xxgksearch .search form {
    display: flex;
  }

  .xxgksearch .search .search-txt {
    flex: 1;
    width: auto;
  }
}