.group {
  width: 768px;
}

.list {
  width: 100%;
  margin-bottom: 10px;
}

.list p {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}

.list p span {
  background-color: #1877f6;
  padding: 0px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
}

.list .row {
  /* max-height: 335px;
  overflow: auto; */
  padding: 0 20px;
}

.list .row div {
  margin-bottom: 10pt;
  zoom: 1;
}
.list .row div::after {
  content: "020";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.list .row div a {
  color: #333;
  font-size: 16px;
  max-width: 85%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.list .row a:hover {
  color: #4995e4;
}

.list .row em {
  font-style: normal;
  float: right;
  color: #ccc;
}

.list > a {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  margin: 10px auto;
  background: #eee;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.list > a:hover {
  background: #ccc;
  color: #333;
}

.three_list .layui-tree-set {
  margin-bottom: 5px;
}

.three_list .layui-tree-entry {
  height: auto;
  min-height: 26px;
  padding: 0;
}

.three_list .layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
  text-decoration: none;
}

.three_list .layui-tree-line .layui-tree-pack .layui-tree-main {
  background: none;
  padding-left: 0;
}
.three_list .layui-tree-line .layui-tree-pack .layui-tree-pack {
  padding-left: 20px;
}
.three_list .layui-tree-line .layui-tree-pack .layui-tree-main .layui-tree-txt {
  font-weight: normal;
  position: relative;
  padding-left: 8px;
}
.three_list
  .layui-tree-line
  .layui-tree-pack
  .layui-tree-main
  .layui-tree-txt::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.three_list .layui-tree-main {
  position: relative;
  padding-left: 25px;
  padding: 5px 22px;
  line-height: 20px;
  width: 100%;
  background-color: #e6f5ff;
}

.three_list .layui-tree-line .layui-tree-set:before,
.three_list .layui-tree-line .layui-tree-set .layui-tree-set:after {
  display: none;
}

.three_list .layui-tree-txt {
  color: #1877f6;
  /* width: 88%; */
  font-weight: bold;
  /* overflow: hidden;
  text-overflow: ellipsis; */
  white-space: break-spaces;
}

.three_list .layui-tree-icon .layui-icon {
  color: #1877f6;
  font-size: 13px;
  font-weight: bold;
}

.three_list .layui-tree-iconClick {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  color: #c0c4cc;
  display: block;
  border: none;
}

.three_list .layui-icon-file {
  display: none;
}

.three_list .layui-tree-iconArrow:after {
  top: 50%;
  transform: translateY(-50%);
}

.three_list
  .layui-tree-set.layui-tree-setHide.layui-tree-spread
  .layui-tree-iconArrow:after {
  transform: translateY(-25%) rotate(90deg);
}

.old-type .three_list .layui-tree-main {
  line-height: 24px;
}
.old-type .three_list .layui-tree-txt {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .three_list .layui-tree-txt {
    font-size: 14px;
  }
}

.current-position {
  background-color: #0e7bda;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  min-width: 110px;
  padding: 0 10px;
  font-size: 14px;
}
.current-position a {
  font-size: 14px;
}
.current-position a {
  color: #fff;
}
.current-position a:hover {
  color: #fff;
}
.old-type .current-position,
.old-type .current-position a {
  font-size: 26px;
}

.lanmu_list {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.lanmu_list a {
  padding: 10px;
  background: #0e7bda;
  color: #fff !important;
  min-width: 30.6%;
  margin: 10px;
}
.colinfo-list-content {
  zoom: 1;
}
.colinfo-list-content::after {
  content: "020";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.colinfo-list-content a {
  margin-bottom: 12px;
  width: 33%;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.old-type .colinfo-list-content a {
  font-size: 32px;
}
.ajax-list {
  margin-top: 10px;
}

/* 正文样式 */
.xxgkTypeTable {
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  overflow: hidden;
}

.xxgkTypeTable li {
  float: left;
  width: 50%;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.xxgkTypeTable li span {
  display: inline-block;
  float: left;
  width: 30%;
  text-align: center;
  background: #f4f6f7;
  border-right: 1px #dcdcdc solid;
}

.xxgkTypeTable li p {
  float: left;
  width: 70%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xxgkTypeTable li p a {
  background-color: skyblue;
  text-decoration: none;
  border-radius: 10%;
  color: #717171;
  padding: 5px;
}

.xxgkTypeTable li p a em {
  text-align: right;
  color: #fff;
  padding-left: 5px;
}

.old-type .xxgkTypeTable li {
  width: 100%;
  line-height: 52px;
  font-size: 24px;
}

.old-type .xxgkTypeTable li span {
  width: 30% !important;
}

.old-type .xxgkTypeTable li p {
  width: 70% !important;
}

@media only screen and (max-width: 767px) {
  .xxgkTypeTable li {
    width: 100%;
    font-size: 3.2vw;
    line-height: 7.2vw;
  }

  .xxgkTypeTable li span {
    width: 30% !important;
  }

  .xxgkTypeTable li p {
    width: 70% !important;
  }
}

.article-container {
  padding: 20px;
}

.xxgkzn-article {
  width: 100%;
}

.xxgkzn-article-title {
  color: #1877f6;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  padding: 9px 0;
}

.xxgkzn-article-assistinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.xxgkzn-article-assistinfo span {
  margin-left: 10px;
}
.xxgkzn-article-assistinfo span:first-child {
  margin-left: 0;
}
.xxgkzn-article-assistinfo span.xxgkzn-arView {
  display: none;
}
.xxgkzn-article-content {
  height: 940px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
}
.policy-interconnection,
.policy-interconnection a {
  font-size: 16px;
  line-height: 30px;
}
.xxgkzn-article-content .article-vc_content img,
.xxgkzn-article-content .article-vc_content video,
.xxgkzn-article-content .article-vc_content iframe,
.xxgkzn-article-content .article-vc_content table {
  max-width: 90%;
}
.xxgkzn-article-content::-webkit-scrollbar {
  width: 10px;
}

.xxgkzn-article-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1877f6;
}

.xxgkzn-article-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
}

.article-share {
  float: right;
  margin-right: 30px;
}
.article-share.social-share .icon-wechat .wechat-qcode {
  height: 210px;
  top: -220px !important;
  left: -85px !important;
}
.xxgkzn-article-content .article-vc_content * {
  font-size: 16px;
  line-height: 30px;
}
.old-type .xxgkzn-article-title {
  font-size: 50px;
}
.old-type .xxgkzn-article-assistinfo {
  font-size: 28px;
}
.old-type .xxgkzn-article-content .article-vc_content * {
  font-size: 30px;
  line-height: 1.8;
}
.old-type .xxgkzn-article-content {
  height: 1400px;
}
.leader_box td {
  border: 1px solid #e6e6e6;
}

.xxgkzn-article-content .article-vc_content .leader_box2,
.xxgkzn-article-content .article-vc_content .leader_box {
  max-width: 100%;
  width: 100%;
}
.leader_box2 td {
  /* border-top: 0; */
}
.leader_box2 td {
  border-bottom: 0;
  border-left: 0;
}

.table-list {
  padding: 0 10px;
}

.info-table-list-content td {
  border-bottom: 1px dashed #cccccc;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0px 6px;
  font-size: 16px;
}
.info-table-list-content td a {
  font-size: 16px;
}
.info-table-list-content.department thead {
  background-color: #f5f3f3;
}

.info-table-list-content.department thead tr {
  line-height: 35px;
}

.info-table-list-content.department td,
.info-table-list-content.department td a {
  font-size: 14px;
}

.info-table-list-content.department td {
  border: none;
}

.info-table-list-content.department tbody tr {
  line-height: 32px;
}

.info-table-list-content.department tbody tr td:first-child a {
  position: relative;
  padding-left: 10px;
}

.info-table-list-content.department tbody tr td:first-child a::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #1877f6;
  position: absolute;
  left: 0px;
  top: 10px;
  /* transform: translateY(-50%); */
}
.old-type
  .info-table-list-content.department
  tbody
  tr
  td:first-child
  a::before {
  width: 6px;
  height: 6px;
}

.zwxxgk-nav.actHover {
  background-color: #1877f6;
  border: 1px solid #ddd;
}
.zwxxgk-nav.actHover a,
.zwxxgk-nav.actHover .trs-img + span{
  color: #fff;
}



.zwxxgk-gkzn.actHover .trs-img {
  background: url(zwxxgk_bnt01b.png) no-repeat;
}
.zwxxgk-fdgk.actHover .trs-img {
  background: url(zwxxgk_bnt02b.png) no-repeat;
}
.zwxxgk-gkzd.actHover .trs-img {
  background: url(3b.png) no-repeat;
}

.zwxxgk-gknb.actHover .trs-img {
  background: url(4b.png) no-repeat;
}
.zwxxgk-ysqgk.actHover .trs-img {
  background: url(zwxxgk_bnt05b.png) no-repeat;
}
.zwxxgk-gkbm.actHover .trs-img {
  background: url(3b.png) no-repeat;
}
.zwxxgk-gkxz.actHover .trs-img {
  background: url(3b.png) no-repeat;
}