.law_header {
  height: 486px;
  background: url(../images/law_header.png) no-repeat;
  background-size: 100% 100%;
}
.law_header .law_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 38px;
}
.law_header .law_header_top .back {
  width: 120px;
  height: 46px;
  background-color: #e5ecff;
  border-radius: 23px;
  border: solid 1px #ffffff;
  transition: all 0.3s;
}
.law_header .law_header_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #333;
}
.law_header .law_header_top .back:hover {
  transform: translateX(5px);
}
.law_header .law_header_title {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.main {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  margin-top: -100px;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 200px;
}
.main .other_nav {
  display: flex;
  justify-content: space-between;
}
.main .other_nav li {
  width: 617px;
  height: 147px;
  background: url(../images/law_bg_item.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.main .other_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #111;
  font-weight: 700;
}
.main .other_nav li a img {
  margin-right: 20px;
}
.main .other_nav li:hover {
  transform: translateY(-5px);
}
