* {
  box-sizing: border-box;
}
body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333;
}
body,
p,
ul,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
b {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}
input {
  outline: none;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
}
body {
  background: url(../images/xxgk_body.jpg) no-repeat center top #fff;
}
.header {
  height: 365px;
}
.logo a {
  display: inline-block;
  padding-left: 80px;
  height: 77px;
  background: url(../images/xxgk_logo.png) no-repeat left center;
  margin-top: 13px;
  margin-left: 5px;
}
.logo a span {
  display: block;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
}
.logo a i {
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.logo a i em {
  font-weight: normal;
  color: #ccc;
}
.article-title {
  text-align: center;
  margin-top: 33px;
}
.article-title span {
  font-weight: bold;
  color: #fff;
  font-size: 100px;
  text-shadow: 0 0 2px rgba(18, 54, 99, 0.54);
  position: relative;
}
.article-title span:before {
  content: "";
  width: 488px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -12px;
  left: 211px;
}
.main {
  background: #f2f2f2;
  padding: 30px 36px 36px;
  margin-bottom: 20px;
}
.search {
  height: 50px;
  text-align: center;
  position: relative;
}
.search:before,
.search:after {
  content: "";
  width: 240px;
  height: 1px;
  background: #ccc;
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 24px;
}
.search:before {
  left: 0;
}
.search:after {
  right: 0;
}
.so {
  display: inline-block;
  width: 510px;
  height: 50px;
  border: 1px solid #2d66a5;
  border-radius: 9px;
  background: #fff;
}
.so .text {
  float: left;
  width: calc(100% - 66px);
  height: 100%;
  background: transparent;
  border: none;
  text-indent: 12px;
  font-size: 1rem;
}
.so .text::-webkit-input-placeholder {
  color: #999;
}
.so .btn-search {
  width: 66px;
  height: 100%;
  background: url(../images/xxgk_search.png) no-repeat center;
  cursor: pointer;
  float: right;
  border: none;
}
.main-con {
  margin-top: 40px;
  overflow: hidden;
}
.menu {
  float: left;
  width: 240px;
}
.xxgk-right {
  float: right;
  width: 840px;
  background: #fff;
}
.menu li {
  background: #fff;
  margin-bottom: 15px;
}
.menu li h2 {
  height: 70px;
  display: flex;
  align-items: center;
}
.menu li h2 a {
  display: block;
  overflow: hidden;
  width: calc(100% - 145px);
}
.menu li h2 i {
  width: 75px;
  line-height: 70px;
  height: 70px;
  float: left;
  font-size: 35px;
  text-align: center;
  color: #2d66a5;
}
.menu li h2 span {
  float: left;
  font-size: 23px;
  color: #2d66a5;
  width: 110px;
  margin-top: 0;
}
.menu li h2 .single-line span {
  float: left;
  font-size: 23px;
  color: #2d66a5;
  width: 110px;
  margin-top: 20px;
}
.menu li h2 em {
  width: 20px;
  height: 19px;
  background: url(../images/jiantou.png) no-repeat -64px -8px;
  margin: 23px;
}
.menu li.active h2 em {
  background: url(../images/jiantou-active.png) no-repeat -64px -8px;
}
.menu li.active h2 {
  background: #2d66a5;
}
.menu li.active h2 span {
  color: #fff;
}
.menu li.active h2 i {
  width: 75px;
  line-height: 70px;
  height: 70px;
  float: left;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
.menu li.expand h2 em {
  background-position: -11px -8px;
}
.btn-collapse {
  cursor: pointer;
}
.down-menu {
  padding-bottom: 10px;
  display: none;
}
.expand .down-menu {
  display: block;
}
.down-menu a {
  display: block;
  line-height: 32px;
  font-weight: bold;
  font-size: 0.9375rem;
  overflow: hidden;
}
.down-menu a span {
  float: left;
  width: 8px;
  height: 12px;
  margin-top: 11px;
  margin-left: 26px;
}
.down-menu a em {
  float: left;
  margin-left: 17px;
}
.down-menu a.on {
  color: #2d66a5;
  background: #e6f5ff;
}
.down-menu a:hover {
  color: #2d66a5;
  background: #e6f5ff;
}
.down-menu a.on span {
  background-position: -27px -2px;
}
.down-menu2 a {
  text-align: center;
}
.down-menu2 a em {
  display: inline-block;
  float: none;
  position: relative;
  padding-left: 15px;
  margin-left: 0;
}
.down-menu2 a em:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 14px;
}
.down-menu2 a:hover em:before {
  background: #2d66a5;
}
.down-menu2 a.on em:before {
  background: #2d66a5;
}
.lists-t1 {
  height: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.lists-t1 span {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 30px;
  background: #2d66a5;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
.lists-t2 {
  height: 35px;
  border-bottom: 1px solid #f2f2f2;
}
.lists-t2 span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 19px;
  background: #2d66a5;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
.lists-c1 {
  padding: 26px 30px;
}
.lists-c1-ul li {
  overflow: hidden;
}
.lists-c1-ul li a {
  float: left;
  text-indent: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 1rem;
  border-right: 1px solid #e3e3e3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lists-c1-ul li:nth-of-type(odd) {
  background: #f2f2f2;
}
.lists-c1-ul li a:last-child {
  border: 0;
}
.lists-c1-ul li a:hover {
  color: #2d66a5;
}

.lists-c2 {
  padding: 26px 30px;
}
.lists-c2-ul li {
  overflow: hidden;
}
.lists-c2-ul li a {
  float: left;
  text-indent: 20px;
  width: 33%;
  padding-right: 20px;
  line-height: 40px;
  font-size: 1rem;
  border-right: 1px solid #e3e3e3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lists-c2-ul li:nth-of-type(odd) {
  background: #f2f2f2;
}
.lists-c2-ul li a:last-child {
  border: 0;
}
.lists-c2-ul li a:hover {
  color: #2d66a5;
}

.lists-t1 {
  height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.lists h2.title {
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
}
.lists h3.subtitle {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2d66a5;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.lists h3.subtitle.active {
  background: #2d66a5;
  color: #fff;
}
.nav-link {
  cursor: pointer;
}
.tabpane {
  display: none;
}
.tabpane.active {
  display: block;
}

.lists-t1 span {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 30px;
  background: #2d66a5;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}

.gkzd-con {
  max-height: 735px;
  padding: 0 25px;
  overflow-y: auto;
}
.gkzd-con ul {
  padding-bottom: 34px;
  border-bottom: 1px solid #cccccc;
}
.xxdk-news-list {
  padding-bottom: 34px;
  border-bottom: 1px solid #cccccc;
}
.xxdk-news-list li {
  margin-top: 22px;
  overflow: hidden;
}
.xxdk-news-list li a {
  float: left;
  margin-right: 6px;
  line-height: 30px;
}
.xxdk-news-list li span {
  color: #999;
  line-height: 30px;
}
.xxdk-news-list li a:hover {
  color: #2d66a5;
}
.gkzd-con:last-child {
  border-bottom: 0;
}
.gkzd-con-1 {
  padding-right: 18px;
}
.gkzd-con-1 .mCSB_scrollTools {
  width: 10px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  background: #f2f2f2;
  border-radius: 16px;
}
.gkzd-con-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
}
#mCSB_1_dragger_vertical {
  height: 80px !important;
}
.xxgk-h {
  padding: 34px 25px 30px;
}
.xxgk-h-title h1 {
  text-align: center;
  font-size: 2rem;
  color: #2d66a5;
  font-weight: bold;
}
.yea-t2 {
  text-align: center;
  margin-top: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
.yea-t2 span {
  margin: 0 8px;
}
.file-box {
  margin-top: 20px;
  max-height: 940px;
  padding-right: 20px;
}
.file-box p {
  line-height: 30px;
  text-indent: 2em;
  margin: 20px 0;
}
.file-box h6 {
  font-size: 1.25rem;
  font-weight: bold;
}
.file-box .mCSB_scrollTools {
  width: 10px;
}
.file-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
}
.file-box h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.file-box h3 {
  font-weight: bold;
}
.gkzd-h {
  padding: 10px 25px 30px;
}

.zdgk-con {
  /*max-height: 1172px;padding: 0px;overflow-y: auto;*/
}
.zdgk-con ul {
  border-bottom: none;
}
.pd30 {
  padding: 0 30px;
}
.zdgk-title {
  height: 41px;
  border-bottom: 1px solid #eee;
}
.zdgk-title h2 {
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0 30px;
  display: inline-block;
  background: #2d66a5;
  text-align: center;
  font-size: 1.125rem;
}
.zdgk-title h2 a {
  color: #fff;
}
a.zdgk-more {
  display: block;
  margin: 15px auto;
  height: 30px;
  width: 100px;
  color: #333;
  line-height: 30px;
  background: #eee;
  text-align: center;
}
a.zdgk-more:hover {
  color: #fff;
  background: #2d66a5;
}

/* footer
.footer{padding-top:30px;border-top: 1px solid #e5e5e5; height:184px; font-size: 0.875rem; line-height:32px;}
.copyright{ width:600px; float:left;}
.copyright img{float:left; margin-right:10px; margin-bottom:30px;}
.foot{ width:1100px; margin:0 auto;overflow: hidden;}
.f-nav{ float:right; text-align:right;}*/

.gkmulu {
  padding: 0 30px 20px;
}
.mulu-ul li {
  overflow: hidden;
  margin-top: 20px;
}
.mulu-ul li h6 {
  float: left;
  width: 110px;
}
.mulu-ul li h4 {
  float: left;
  width: calc(100% - 110px);
  padding-left: 15px;
  font-size: 1rem;
}
.mulu-ul li h6 a {
  float: left;
  line-height: 40px;
  width: 110px;
  text-align: center;
  background: #f5f6f6;
}
.mulu-ul li h6 a:hover {
  background: #2d66a5;
  color: #fff;
}
.mulu-ul li h4 a {
  margin-right: 25px;
  line-height: 40px;
}
.mulu-ul li h4 a:hover {
  color: #2d66a5;
}

/* .pagenav{clear:both;width:100%;padding:20px 0 10px; margin-bottom:50px;text-align:center;height:32px;line-height:32px;}
.pagenav a{border:1px solid #e0e0e0;color:#555;font-family:Arial;margin:2px;padding:0px 15px;white-space:nowrap;display:inline-block;}
.pagenav a:hover{background:#0d8ee9;border:1px solid #e0e0e0;color:#fff;}
.pagenav a.active{border:1px solid #319bde;color:#fff;}
.pagenav a.current,.pagenav a.current:hover{background:#0d8ee9;color:#fff;}
.pagenav a.disabled,.pagenav a.disabled:hover{border:1px solid #e0e0e0;color:#555;background:#eee;}
.pagenav a.text,.pagenav a.text:hover{color:#555;background:#eee;cursor:text; }
.pagenav a.pagemore,.pagenav a.pagemore:hover{color:#555;background:#fff;border:1px solid #fff;cursor:text;padding:0px 3px;}
.pagenav #page{display:inline;}
.pagenav #page input{width:40px;height:32px;line-height:32px;border:1px solid #dfdfdf;padding:0 5px;margin:3px 6px;color:#555;vertical-align:middle;}
.pagenav .goto{width:45px;height:34px;background:#047dd2; border:none; color:#fff;margin:3px 2px;text-align:center;cursor:pointer;vertical-align:middle;}
.pagenav em{ font-style:normal;} */

@media (max-width: 768px) {
  .so {
    isplay: inline-block;
    width: 100%;
  }
}

.footer {
  background-color: #fff;
  clear: both;
  font-size: 0.75rem;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.mobile-footer {
  margin-bottom: 50px;
}
.mobile-footer {
  margin-bottom: 50px;
}
.floorContent {
  padding: 10px;
}
.navList {
  margin: 0 auto;
}
.navList ul {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.navList li {
  width: 25%;
  padding: 10px 0;
  display: inline-block;
}
.navList li a {
  display: block;
  font-size: 0.875rem;
  color: #999;
  text-align: center;
}
.navList li a i {
  display: block;
  margin: 0 auto 5px;
  width: 60%;
  max-width: 50px;
}
.copyright {
  background-color: #f95a01;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 0.875rem;
}
.copyright a {
  padding: 0 5px;
}
.copyright img {
  vertical-align: middle;
}
.x-panel-bottom {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  padding-top: 8px;
  background: #f5f5f5;
}
.btn-group li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 0.75rem;
}
.btn-group li i {
  display: block;
  margin: 0 auto;
  font-size: 0.875rem;
}
.btn-group li a:hover {
  color: rgb(234, 65, 60);
}
.btn-group li a {
  color: #999;
}
.red,
.red a:link,
.red a:visited {
  color: #c40000;
  font-weight: bold;
}
.red a:hover {
  color: #ff6600;
  font-weight: bold;
}
.main-title {
  color: #1681cc;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mobile-footer {
    display: block;
    line-height: 22px;
  }
  .footer {
    display: none;
  }
  .main-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-footer {
    display: none;
  }
}
.mtb30 {
  margin: 30px 0;
}

/* 机构简介显示 */
.single-page-title {
  margin-bottom: 12px;
}
.single-page-title li {
  position: relative;
  z-index: 1;
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 1rem;
}
.single-page-title.nav-tabs .nav-link {
  display: block;
  margin: 0 10px -1px 0;
  padding: 0 18px 1px;
  background-color: #eee;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
}
.single-page-title li a.nav-link.active {
  color: #fff;
  background: #2479d1;
}
.single-page-unit {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 6px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin: 15px 0 0 15px;
  width: 215px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-page-unit:hover {
  background-color: #fafafa;
}

/* 领导班子 */
.xxgklistb-page {
  border-bottom: 1px dotted #ccc;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  line-height: 28px;
}
.xxgklistb-page .title {
  margin-bottom: 5px;
}
.xxgklistb-page .title a {
  color: #2c66a5;
  font-size: 1rem;
}
.xxgklistb-page .work {
  background-position: 3px -338px;
  float: left;
}
.xxgklistb-page .intro span {
  display: block;
}
.xxgklistb-page .text {
  color: #888;
  overflow: hidden;
  zoom: 1;
}
.xxgklistb-page .intro .more {
  display: none;
}
.xxgklistb-page .pic {
  float: left;
  margin-right: 30px;
}
.xxgklistb-page .leaderPic {
  float: left;
  margin-right: 30px;
}
.xxgklistb-page .con {
  float: right;
  width: 75%;
}
.j-fontContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  .single-page-title li {
    width: 19%;
    margin: 10px 1% 0 0;
  }
  .single-page-title li a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .xxgklistb-page .con {
    width: 415px;
  }
  .single-page-unit {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .xxgklistb-page {
    padding: 10px;
  }
  .single-page-title li {
    width: 24%;
    margin: 10px 0.5% 0;
  }
  .single-page-title li a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .single-page-unit {
    width: 204px;
  }
}
@media (max-width: 767px) {
  .xxgk-lmcon {
    min-height: 150px;
  }
  .xxgklistb-page {
    padding: 10px 0;
  }
  .single-page-title li {
    width: 32.333%;
    margin: 10px 0.5% 0;
  }
  .xxgklistb-page .pic {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .xxgklistb-page .pic img {
    width: 200px !important;
    height: auto !important;
    max-width: 100%;
  }
  .xxgklistb-page .con {
    float: none;
    width: 100%;
  }
  .single-page-unit {
    width: 48%;
    margin: 10px 1% 0;
    box-sizing: border-box;
    height: 44px;
  }
}
@media (max-width: 500px) {
  .single-page-title li {
    width: 49%;
  }
}

/*信息公开指南*/
.bornone {
  border: 0 none;
}
.border_r {
  border-left: 1px #ddd solid;
}
.opennesscont {
  padding: 20px 0 0;
  line-height: 1.8;
  font-size: 1rem;
  color: #000;
}
.xxgklistb {
  padding: 20px;
}
.xxgklistb .newstitle {
  padding: 20px 0 28px;
  font-size: 2rem;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}
.xxgklistb .opennesscont {
  max-height: 900px;
  overflow-y: auto;
}
.xxgklistb .opennesscont .j-scrollbar {
  font-size: 1rem;
  line-height: 30px;
}
.xxgklistb .opennesscont img {
  max-width: 100%;
  height: auto;
}
.xxgklistb .opennesscont h2 {
  line-height: 30px;
  font-size: 1.25rem;
  padding: 15px 0;
}
.xxgklistb .opennesscont h3 {
  line-height: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 0;
}
.xxgklistb .opennesscont table,
.xxgklistb .opennesscont table td {
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
.xxgklistb .opennesscont table {
  max-width: 100% !important;
  height: auto;
  width: auto !important;
}
/*信息公开制度*/
.xxgklistb ul {
  overflow: hidden;
}
.xxgklistb ul li {
  line-height: 30px;
  height: auto;
  vertical-align: bottom;
  overflow: hidden;
  font-size: 1rem;
  padding: 7px 0;
  text-align: justify;
}
.xxgklistb ul li .date {
  color: #999;
  white-space: nowrap;
  padding-left: 3px;
  font-size: 0.9375rem;
}
.xxgklistb ul.doc_list {
  padding-top: 5px;
  min-height: 200px;
}
/*信息公开年报详细*/
.wzfbxx {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 32px;
  padding: 0 0 10px;
  border-bottom: #e5e5e5 1px solid;
}
.wzfbxx span {
  padding: 0 5px;
}
.wzfbxx i {
  font-style: normal;
}
.xxgklistb .slimScrollDiv {
  height: 900px !important;
  padding: 0 20px;
}
.xxgklistb .slimScrollDiv .slimScrollBar {
  width: 10px !important;
  height: 80px !important;
  background: #2c66a5 !important;
}
.xxgklistb .slimScrollDiv .slimScrollRail {
  width: 10px !important;
  background: #eee !important;
}

.xxgk_zbnblist {
  padding: 5px 15px;
}
.xxgk_zbnblist ul {
  padding: 0;
}
/*信息公开年报*/
.xxgknb_list {
  padding: 10px 20px;
}
.xxgknb_list li {
  height: 44px;
  line-height: 44px;
  font-size: 1.125rem;
}
.xxgknb_list li a {
  display: inline-block;
  max-width: 100%;
  *width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxgknb_list2 {
  padding: 0 20px;
  margin-top: 10px;
  max-height: 1040px;
  overflow-y: auto;
}
.xxgknb_list2 li {
  width: 33.3%;
  *width: 242px;
  float: left;
  height: 52px;
}
.xxgknb_list2 li a {
  display: block;
  line-height: 52px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px #e8e8e8 solid;
  text-align: left;
  padding: 0 10px;
}
.xxgknb_list2 li.gary {
  background: #f7f7f7;
}
.xxgknb_list2 li.line_none a {
  border: 0 none;
}

/*信息公开列表*/
.gkshuoming {
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #e8e5e5;
  font-size: 0.9375rem;
}
.gkzd-title {
  height: 45px;
  overflow: hidden;
  background: url("../images/line_e7.gif") 0 bottom repeat-x;
}
.gkzd-title span,
.gkzd-title a {
  display: block;
  float: left;
  min-width: 70px;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  background: #2c66a5;
}
.gknb-title {
  font-size: 1.125rem;
  line-height: 40px;
  margin-bottom: 10px;
}

.gkzd-title2 {
  height: 40px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}
.gkzd-title2 span {
  display: block;
  float: left;
  padding: 0 10px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 1.125rem;
  color: #2c66a5;
  font-weight: bold;
  border-bottom: 2px solid #2c66a5;
}
.gknb-title2 {
  font-size: 1.125rem;
  line-height: 40px;
  margin-bottom: 10px;
}

.xxgk_nav_con {
  line-height: 45px;
  font-size: 0.875rem;
  margin-top: 6px;
  padding: 0 20px;
}
.xxgk_nav_con .xxgk_nav_list li {
  line-height: 30px;
  height: auto;
  font-size: 1rem;
  padding: 15px 0;
}
.xxgk_nav_con .xxgk_nav_list li .split {
  padding: 0 2px;
  color: #666;
  font-size: 0.875rem;
}
.xxgk_nav_con .xxgk_nav_list li .a {
  display: inline;
  color: #cc0000;
  float: none;
  background: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
.xxgk_nav_con .xxgk_nav_list li .date {
  color: #999;
  white-space: nowrap;
  font-size: 0.9375rem;
  padding-left: 3px;
}
.xxgk-lmcon,
.xxgk_lmlist {
  padding: 10px;
  min-height: 503px;
}
.xxgk-lmcon .pagination,
.xxgk_lmlist .pagination {
  font-size: 0.875rem;
}
.xxgk-lmcon .pagination .inputBar input,
.xxgk_lmlist .pagination .inputBar input {
  margin-left: 11px;
}

/* 法定主动公开内容 主页 */
.xxgk_lmlist .list {
  padding: 15px 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.xxgk_lmlist .list.last {
  border-bottom: none;
}
.xxgk_lmlist .list dt {
  float: left;
  margin: 5px 0;
  padding-right: 15px;
  font-size: 1.125rem;
}
.xxgk_lmlist .list dt a {
  font-weight: bold;
  color: #2c66a5;
}
.xxgk_lmlist .list dd {
  overflow: hidden;
  font-size: 0.875rem;
}
.xxgk_lmlist .nodeList {
  overflow: hidden;
}
.xxgk_lmlist .nodeList li {
  float: left;
  margin: 5px 0;
}
.xxgk_lmlist .nodeList li a {
  padding: 0 12px;
  font-size: 1rem;
  color: #666;
  border-left: 1px solid #dadada;
}
.xxgk_lmlist .nodeList li:first-child a {
  border-left: none;
}
.xxgk_lmlist .nodeList li a:hover {
  color: #2c66a5;
}

/* 其他法定内容 */
.nodePageList {
  overflow: hidden;
}
.nodePageList li {
  width: 30%;
  float: left;
  margin: 0 1.5% 15px;
}
.nodePageList li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 6px 0;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nodePageList li a:hover {
  text-decoration: none;
  color: #2c66a5;
  background-color: #fafafa;
}
.qtfdxx-box {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
  .xxgk-jg-wrap {
    width: 658px;
  }
  .xxgknb_list2 li {
    *width: 205px;
  }
}
@media only screen and (max-width: 991px) {
  .opennesscont {
    padding: 10px 10px 0;
  }
  .xxgk-lmcon,
  .xxgk_lmlist {
    padding-bottom: 10px;
    min-height: 100px;
  }
  .xxgk-jg-wrap {
    float: none;
    width: auto;
    margin: 0;
    min-height: 100px;
  }
  .xxgklistb {
    padding: 0 10px;
  }
  .xxgklistb .newstitle {
    padding: 20px 0 18px;
    font-size: 1.75rem;
    line-height: 40px;
  }
  .xxgknb_list2 {
    padding: 0 10px;
  }
  .xxgknb_list2 li {
    width: 33.3% !important;
  }

  .xxgk_nav_con {
    padding: 0 10px;
  }
  .xxgk_nav_con .xxgk_nav_list li,
  .xxgklistb ul li {
    padding: 5px 0;
  }

  .pl15 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .xxgklistb {
    padding: 0;
  }
  .xxgklistb .newstitle {
    padding: 10px 0 8px;
    font-size: 1.5rem;
    line-height: 36px;
  }
  .xxgklistb .slimScrollDiv {
    padding: 0 20px 0 0;
  }

  .xxgknb_list2 li {
    width: 50% !important;
  }
  .xxgknb_list2 li a {
    border-bottom: 1px #e8e8e8 solid !important;
    border-right: 1px #e8e8e8 solid !important;
  }
  .xxgknb_list2 li.gary {
    background: none;
  }
  .xxgk-lmcon {
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .nodePageList li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
