.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, .7);
  width: 50px;
  margin: 0 15px;
}
.jufa-main-data {
  margin-top: 60px;
  color: rgba(255,255,255,.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;
}
.hotWords {
  color: rgba(255,255,255,.7);
  padding: 11px 0px;
  text-align: left;
  font-weight:300;
  position: absolute;
  width: 900px;
}
.hottips {
  margin-right:20px;
  cursor: pointer;
}
.hottips:hover {
  color:#edcc86;
}
.jufa-tabs > li.active {
  border:none
}
.search_Tab {
  height: 46px;
}

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