<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * 行政规范性文件专栏设计
 * date: 2023-8-21
 * author: wzhchao;
 */
.con {
  margin-top:-20px;
  background: url("../images/banner_bg.png") no-repeat center top, url("../images/banner_bottom.png") no-repeat center bottom;
}

.banner {
  min-height: 689px;
  padding-top: 185px;
  box-sizing: border-box;
}
.banner-tt {
  text-align: center;
}
.banner-tt img {
  max-width: 100%;
}

/* 导语 */
.introduction {
  min-height: 140px;
  border: 1px solid #32b3fb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(239, 251, 251, 0.9) 100%);
  margin-top: 150px;
  position: relative;
  padding: 10px 28px 10px 34px;
  display: flex;
  align-items: center;
}
.introduction-lt {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -6px;
  position: absolute;
  background: url("../images/introduction.png") no-repeat center top;
}
.introduction-rt {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(33, 154, 201, 0.6);
  background: rgba(255, 255, 255, 0.6);
  right: -1px;
  top: -1px;
}
.introduction-rb {
  width: 12px;
  height: 12px;
  right: -6px;
  bottom: -6px;
  position: absolute;
  background: url("../images/introduction.png") no-repeat center top;
}
.introduction-lb {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(33, 154, 201, 0.6);
  background: rgba(255, 255, 255, 0.6);
  left: -1px;
  bottom: -1px;
}
.introduction-l {
  margin-right: 44px;
}
.introduction-text {
  word-break: break-all;
  text-align: justify;
  line-height: 26px;
  font-size: 16px;
  color: #444;
}

.con {
  padding: 60px 0 50px;
}

.align-c {
  text-align: center;
}

.box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 24px 26px 20px;
  background: #fff;
}
.box-list {
  width: 247px;
}
.box-list-name {
  display: block;
  padding: 0 56px 0 82px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left 20px center;
  line-height: 22px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #219ac9;
  position: relative;
}
.box-list-name::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 28px;
  right: 22px;
  top: 26px;
}
.box-item {
  height: 72px;
  border-radius: 4px;
  background: rgba(33, 154, 201, 0.1);
}
.box-item + .box-item {
  margin-top: 12px;
}
.box-item.bg1 .box-list-name {
  background-image: url("../images/box_bg1.png");
}
.box-item.bg2 .box-list-name {
  background-image: url("../images/box_bg2.png");
}
.box-item.bg3 .box-list-name {
  background-image: url("../images/box_bg3.png");
}
.box-item.bg4 .box-list-name {
  background-image: url("../images/box_bg4.png");
}
.box-item.bg5 .box-list-name {
  background-image: url("../images/box_bg5.png");
}
.box-item.bg6 .box-list-name {
  background-image: url("../images/box_bg6.png");
}
.box-item.bg7 .box-list-name {
  background-image: url("../images/box_bg7.png");
}
.box-item:hover, .box-item.active {
  background: linear-gradient(90deg, #2ea2cf 0%, #5db8dc 100%);
}
.box-item:hover.bg1 .box-list-name, .box-item.active.bg1 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg1h.png");
}
.box-item:hover.bg2 .box-list-name, .box-item.active.bg2 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg2h.png");
}
.box-item:hover.bg3 .box-list-name, .box-item.active.bg3 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg3h.png");
}
.box-item:hover.bg4 .box-list-name, .box-item.active.bg4 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg4h.png");
}
.box-item:hover.bg5 .box-list-name, .box-item.active.bg5 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg5h.png");
}
.box-item:hover.bg6 .box-list-name, .box-item.active.bg6 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg6h.png");
}
.box-item:hover.bg7 .box-list-name, .box-item.active.bg7 .box-list-name {
  color: #fff;
  background-image: url("../images/box_bg7h.png");
}
.box-item:hover .box-list-name::after, .box-item.active .box-list-name::after {
  background: url("../images/box_arrow.png") no-repeat center top;
}
.box-con {
  flex: 1;
  margin-left: 29px;
  width: 0;
}
.box-table table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  color: #555;
}
.box-table table thead {
  border-top: 4px solid #67caf1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.box-table table th,
.box-table table td {
  height: 60px;
  padding: 10px 14px;
}
.box-table table .align-c {
  padding: 0;
}
.box-table table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.box-table table td {
  line-height: 22px;
}
.box-table table th {
  font-size: 18px;
  font-weight: 500;
}

.tag {
  padding: 0 5px;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.tag.ineffective {
  box-shadow: 1px 2px 0px 0px rgba(237, 161, 48, 0.32);
  background: #eda230;
}
.tag.handle {
  background: #67caf1;
  box-shadow: 1px 2px 0px 0px rgba(103, 202, 241, 0.32);
}
.tag.lapse {
  background: #ef5634;
  box-shadow: 1px 2px 0px 0px rgba(239, 86, 52, 0.32);
}

.tag-bd {
  display: none;
  cursor: auto;
  z-index: 10;
  position: absolute;
  top: 22px;
  left: 0;
  padding-top: 4px;
}

.tag:hover .tag-bd {
  display: block;
}

.table-name {
  color: #555;
}

.tag-list {
  border-radius: 2px;
  width: 300px;
  max-height: 140px;
  padding: 6px 2px;
  background: #FFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.tag-item {
  height: 32px;
}

.tag-name {
  display: block;
  height: 100%;
  padding-left: 12px;
  line-height: 32px;
  color: #454545;
  text-align: left;
  font-weight: normal;
}

.tag-name:hover {
  background: rgba(33, 154, 201, 0.1);
  color: #219ac9;
}

.pager {
  margin-top: 24px;
}

/* 分页 */
.m-pagination-page &gt; li {
  margin-right: 10px;
}
.m-pagination-page &gt; li:last-child {
  margin-right: 0;
}

.m-pagination-page &gt; li:hover &gt; a,
.m-pagination-group &gt; button:hover {
  border-color: #219ac9;
}

.m-pagination-page &gt; li.active &gt; a {
  border-color: #219ac9;
  color: #fff;
  background-color: #219ac9;
}

.m-pagination-page &gt; li &gt; a {
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

.m-pagination-info {
  padding-left: 0;
  line-height: 34px;
  height: 34px;
  padding-right: 10px;
}

.m-pagination-info &gt; span {
  color: #219ac9;
}

.m-pagination-group &gt; input {
  height: 32px;
}

.m-pagination-group &gt; button {
  height: 34px;
}

@media (max-width: 980px) {
  .introduction {
    margin: 80px 5px 0;
  }
  .banner {
    padding-top: 100px;
    min-height: auto;
  }
}
@media (max-width: 980px) {
  .box-con {
    overflow-x: auto;
  }
  .box-table {
    min-width: 750px;
  }
}
@media (max-width: 767px) {
  .box-list {
    width: 100%;
  }
  .box-con {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .introduction {
    margin: 80px 0px 0;
  }
}
@media (max-width: 600px) {
  .banner {
    padding-top: 40px;
  }
  .introduction {
    margin-top: 40px;
    padding: 10px 20px;
    align-items: flex-start;
  }
  .introduction-l {
    margin-right: 20px;
  }
  .con {
    padding-top: 40px;
  }
}</pre></body></html>