.lawfrim_header{
  display: flex;
  justify-content: center;
}
/* 为了不影响公共头部 */
.lawfrim_header .jufa-Unified-header {
  left: initial;
  right: initial;
  margin-left: auto;
  top: 0;
}
.main-index-logo {
  width: 360px;
}
.jufa-tabs > li > a::after {
  border: 0;
}
.jufa-tabs > li.active > a {
  background: transparent !important;
}
.nav-tabs > li.active > a:hover {
  background: transparent !important;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  width: 50px;
}
.nav-tabs > li.active > a {
  color: #fff;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  width: 50px;
}
.nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  margin: 0 15px;
}
.jufa-main-data {
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
}
.nav-tabs > li {
  font-size: 16px;
}
body,
html {
  background: #f7fafc;
}
/* .law_list_box {
  overflow: hidden;
}
.law_list {
  float: left;
  margin: 60px 35px;
  width: 320px;
  height: 413px;
  border-radius: 4px;
  text-align: center;
  background: #fff;
  position: relative;
}
.law_list img {
  margin: 42px 0;
  position: absolute;
  bottom: 0;
  left: 46px;
  width: 230px;
}
.law_list p:nth-child(1) {
  font-size: 28px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
}
.law_list p:nth-child(2) {
  font-size: 16px;
}
.law_list p:last-child {
  margin-top: 10px;
  font-size: 18px;
} */
.jufa-main-data span {
  font-size: 13px;
}
.jufa-main-search {
  border-left: 0;
}
.jufa-main-search {
  width: 600px;
}

/* add */

.type_box {
  background: #fff;
  margin: 50px 0;
  padding: 20px 35px 25px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.type_box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1eaf6;
}

.type_box td {
  border-bottom: 1px solid #e1eaf6;
  padding: 20px 0 10px;
  text-align: left;
  vertical-align: top;
}

.type_box td:first-child {
  text-align: right;
  padding-right: 25px;
  white-space: nowrap;
}

.type_box a {
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(215, 227, 248, 1);
  color: #333;
  padding: 5px 10px;
  margin: 0 12px 10px 0;
  white-space: nowrap;
  cursor: pointer;
}

input.main-search:focus {
  outline: none;
  border: none;
  box-shadow: none;
}