@charset "UTF-8";
/**
 * 政策法规
 * date: 2023-8-29
 * author: jyxuan;
 */
body {
  background-color: #f1f7fb;
}

.sub-pagination {
  margin-top: 25px;
}

.law {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.law-left {
  margin: 0;
  padding: 0;
  width: 282px;
}
.law-right {
  margin: 0;
  padding-top: 15px;
  width: calc(100% - 302px);
}
.law-hd {
  padding: 19px 0 0 30px;
  height: 100px;
  border-radius: 4px;
  background: url("../images/sub_page/law_hd_bg.png") no-repeat center;
}
.law-hd-chinese {
  height: 36px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.law-hd-english {
  margin-top: 5px;
  color: #8dceff;
  text-transform: uppercase;
}
.law-menu {
  margin: 10px 0;
}
.law-menu-item {
  height: 60px;
  border-left: 4px solid transparent;
}
.law-menu-item:hover, .law-menu-item.current {
  border-color: #014c99;
  background-color: #e9f4ff;
}
.law-menu-item:hover .law-menu-link, .law-menu-item.current .law-menu-link {
  color: #014c99;
}
.law-menu-link {
  display: block;
  padding-left: 26px;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
}
.law-list {
  margin-top: 24px;
}
.law-list-item {
  height: 24px;
  line-height: 24px;
}
.law-list-item:hover .law-list-title {
  color: #014c99;
}
.law-list-item + .law-list-item {
  margin-top: 20px;
}
.law-list-link {
  display: block;
  padding-left: 21px;
  height: 100%;
  background: url("../images/sub_page/law_list_icon.png") no-repeat left center;
}
.law-list-title {
  max-width: 80%;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.law-list-date {
  color: #999;
  font-size: 16px;
}