.layout {
  width: 100%;
  height: 1080px;
  background: url(../images/law_bg_main.png) no-repeat center top;
  background-size: cover;
  padding-top: 85px;
}
.layout .layout_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout .layout_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 34px;
  background-color: #d62921;
  border-radius: 34px;
  color: #fff;
  font-size: 18px;
}
.layout .main {
  padding-top: 85px;
}
.layout .main .main_title {
  display: flex;
  justify-content: center;
  padding-left: 130px;
}
.layout .main .main_list {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 40px;
}
.layout .main .main_list .block {
  display: flex;
  margin-bottom: 28px;
}
.layout .main .main_list .block .block_item {
  width: 258px;
  height: 100px;
  background-color: #ec6941;
  border-radius: 0 15px 0 15px;
  margin-left: 28px;
}
.layout .main .main_list .block .block_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
