@charset "utf-8";

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

.lwlb {
  padding-bottom: 60px;
}

.common-banner__box {
  position: relative;
  height: 563px;
}



.common-banner__box .common-header .top-logo {
  position: absolute;
  z-index: 12;
  top: 110px;
  left: 15%;
  width: 290px;
  height: 61px;
}

.common-banner__box .common-header .top-logo a {
  display: block;
  width: 290px;
  height: 61px;
}


.common-banner__box .banner-img img {
  width: 100%;
  height: 563px;
}

.content-box {
  margin-top: 80px;
}

.floor-1__main {
  height: 600px;
}

.floor-1__main .policy-document__left {
  float: left;
  width: 580px;
}

.floor-1__main .policy-document__right {
  float: right;
  width: 580px;
}

.policy-document__left .policy-left__title {
  background: url(lwlb-ico1.png) no-repeat 190px center;
}

.policy-document__left .policy-left__title .tit {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-indent: 37px;
  color: #5e85fd;
  text-shadow: 4px 0px 7px rgba(124, 124, 124, 0.58);
}
.floor-1__main .panel-content {
  margin-top: 26px;
}
.policy-list {
  width: 100%;
}
.policy-list li.policy-item {
  margin-top: 27px;
  height: 86px;
  background-color: #e5ebff;
  transition: all ease 0.36s;
}
.policy-list li.policy-item a {
  padding-left: 11px;
  padding-right: 16px;
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.policy-list li.policy-item:first-child {
  margin-top: 0px;
}

.policy-list li.policy-item .tit {
  width: 430px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.policy-list li.policy-item .time {
  font-size: 16px;
  color: #696969;
  cursor: pointer;
}
.policy-list li.policy-item:hover {
  transform: translateY(-4px);
  background-color: #b9caff;
  transition: all ease 0.36s;
}

.policy-document__right .policy-right__top {
  padding-left: 80px;
  padding-right: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  box-sizing: border-box;
  background-color: #9cc1ff;
}

.policy-document__right .policy-right__title .tit {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-shadow: 4px 0px 7px rgba(124, 124, 124, 0.58);
}

.file-list li.file-item {
  padding-left: 35px;
  margin-top: 20px;
  height: 65px;
  background: url(lwlb-ico3.png) no-repeat left center;
  transition: all ease 0.36s;
}
.file-list li.file-item:first-child {
  margin-top: 40px;
}
.file-list li.file-item a {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-list li.file-item .tit {
  width: 420px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  cursor: pointer;
}

.file-list li.file-item .time {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  cursor: pointer;
}
.file-list li.file-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}
.file-list li.file-item:hover .tit {
  color: #0060ff;
}

.floor-2__main {
  margin-top: 55px;
}

.news-left {
  float: left;
  width: 580px;
  height: 480px;
}

.news-right {
  float: right;
  width: 580px;
  height: 480px;
}

.news-common {
  background-color: #f7f7f7;
}

.news-common .news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
}
.news-common .news-title .tit {
  margin-top: -2px;
  margin-left: -2px;
  width: 352px;
  height: 67px;
  font-size: 30px;
  line-height: 67px;
  text-indent: 14px;
  color: #fff;
  background: url(lwlb-ico4.png) no-repeat center center;
}
.news-common .news-title .more {
  padding-right: 17px;
  font-size: 16px;
  color: #5e85fd;
}
.news-common .news-title .more:hover {
  opacity: 0.8;
}
.news-common .news-list li.news-item {
  height: 83px;
  border-bottom: 1px solid #dfdfdf;
  transition: all ease 0.36s;
}
.news-common .news-list li.news-item a {
  padding-left: 12px;
  padding-right: 17px;
  height: 83px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.news-common .news-list li.news-item:first-child {
  height: 77px;
}
.news-common .news-list li.news-item:first-child a {
  height: 77px;
}
.news-common .news-list li.news-item .tit {
  width: 420px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-common .news-list li.news-item .time {
  font-size: 16px;
  color: #696969;
}

.news-common .news-list li.news-item:hover {
  transform: translateY(-4px);
  transition: all ease 0.36s;
}
.news-common .news-list li.news-item:hover .tit {
  color: #0060ff;
}

.floor-3__main {
  margin-top: 60px;
}

.floor-3__main .service-left {
  float: left;
  width: 580px;
}

.floor-3__main .service-right {
  float: right;
  width: 580px;
}

.floor-3__main .service-right .info-list .consult-item {
  width: 579px;
  height: 123px;
  background: url(lwlb-ico5.png) no-repeat center center;
}

.floor-3__main .service-right .info-list .knowledge-item {
  margin-top: 65px;
  width: 581px;
  height: 123px;
  background: url(lwlb-ico6.png) no-repeat center center;
}
.floor-3__main .service-right .info-list .info-item .tit {
  height: 123px;
  font-size: 30px;
  line-height: 123px;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 4px 0px 7px rgba(124, 124, 124, 0.58);
}