@charset "UTF-8";
/**!
 * 首页
 * date:2024-08-12
 * author: guohanyu;
 */
body {
  background-color: #f7f7f7;
}

.com-header .header {
  margin-bottom: 0;
}

.main {
  padding-bottom: 40px;
}

.mod-hd {
  padding-top: 48px;
  position: relative;
  text-align: center;
}
.mod-hd .title {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 59px;
  color: #000000;
}
.mod-hd .title .line {
  position: absolute;
  width: 100%;
  min-width: 240px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -18px;
  left: 50%;
  height: 32px;
  opacity: 0.5;
  content: "";
}
.mod-hd .title .line::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: perspective(30em) rotateX(50deg);
          transform: perspective(30em) rotateX(50deg);
  background: -webkit-gradient(linear, left bottom, left top, from(#E3E7E8), color-stop(187.94%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #E3E7E8 0%, rgba(255, 255, 255, 0) 187.94%);
}
.policy .block {
  padding-bottom: 10px;
}
.policy-search {
  padding: 0 116px;
}
.policy-search-left {
  margin-top: 50px;
  height: 46px;
  padding: 0 60px 0 20px;
  width: calc(100% - 260px);
  /* background: #FFFFFF url("../images//home/icon-search.png") no-repeat center right 20px; */
  border: 1px solid #47B368;
  border-radius: 10px;
}
.policy-search-right {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 46px;
}
.policy-search-ipt {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.policy .btn {
  padding: 0 10px;
  display: inline-block;
  height: 46px;
  background: #47B368;
  border-radius: 10px;
  font-size: 18px;
  line-height: 46px;
  color: #FFFFFF;
}
.policy-left {
  margin-top: 40px;
  width: 780px;
  /* height: 386px; */
}
.policy-right {
  margin-top: 40px;
  width: 400px;
  height: 386px;
}
.policy-right .block-bd {
  padding-top: 24px;
}
.policy-right .card {
  position: relative;
  margin: 0 auto;
  width: 193px;
  height: 212px;
  background: url("../images/home/card.png") no-repeat center;
  background-size: 100% 100%;
}
.policy-right .card-text {
  position: absolute;
  left: -110px;
  top: 151px;
  padding: 0 155px;
  width: 430px;
  height: 100px;
  /*             white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; */
  font-size: 16px;
  line-height: 33px;
  color: #666666;
  cursor: pointer;
}
.policy-right .card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  gap: 30px;
}
.policy-right .card-btns .dingyue {
  padding-left: 57px;
  width: 120px;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  color: #47B368;
  border: 1px solid #47B368;
  background: url("../images//home/icon1.png") no-repeat center left 32px;
}
.policy-right .card-btns .gongbao {
  padding-left: 41px;
  line-height: 36px;
  font-size: 16px;
  color: #47B368;
  width: 120px;
  height: 38px;
  border: 1px solid #47B368;
  background: url("../images//home/icon2.png") no-repeat center left 15px;
}
.policy-bd2 {
  margin-top: 20px;
}
.policy-bd2 .policy-left {
  width: 740px;
  margin-top: 0;
  height: 356px;
}
.policy-bd2 .policy-right {
  margin-top: 0;
  width: 380px;
  height: 356px;
}
.policy-swiper {
  height: 100%;
}
.policy-box {
  width: 100%;
  height: 100%;
}
.policy-box-top {
  height: 290px;
}
.policy-box-img {
  width: 100%;
  height: 100%;
}
.policy-box-text {
  padding: 10px 37px 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.block {
  padding: 20px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(124, 155, 177, 0.12);
          box-shadow: 0px 4px 16px rgba(124, 155, 177, 0.12);
}
.block-hd {
  border-bottom: 1px solid #ECEDF2;
  min-height: 44px;
}
.block-hd .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  height: 44px;
  color: #666666;
  border-bottom: 3px solid #47B368;
}
.block-tab {
  min-height: 44px;
}
.block-tab-hdl {
  height: 44px;
  font-size: 20px;
  line-height: 41px;
  color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.block-tab-hdl.active {
  font-weight: 700;
  font-size: 22px;
  line-height: 41px;
  color: #47B368;
  border-bottom: 3px solid #47B368;
}
.block-tab-hdl + .block-tab-hdl {
  margin-left: 28px;
}
.block-bd {
  padding-top: 10px;
}
.block-item {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.block-item + .block-item {
  border-top: 1px dashed rgba(160, 160, 160, 0.36);
}
.block-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6d6d6;
}
.block-item-href {
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.block-item-href .text {
  color: #404742;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-item-href .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  text-align: right;
  color: rgb(153, 153, 153);
}
.block-item-href:hover .text {
  color: #47B368;
}

.more {
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.more:hover {
  opacity: 0.8;
}

.info {
  position: relative;
}
.info-bd {
  margin-top: 60px;
}
.info-left {
  width: 740px;
  height: 400px;
}
.info-right {
  width: 380px;
  height: 400px;
}
.info .area {
  position: absolute;
  right: 0px;
  top: 51px;
  width: 430px;
  height: 80px;
  line-height: 49px;
  font-size: 20px;
  text-align: right;
  padding: 0px 101px;
  color: #343434;
  background: url("../images/home/area.png") no-repeat right top;
  cursor: pointer;
}
.info-item {
  height: 83px;
  line-height: 83px;
  background: url("../images/home/item.png") no-repeat center;
}
.info-item + .info-item {
  margin-top: 20px;
}
.info-item-href {
  padding: 0 120px 0 100px;
  display: block;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 24px;
  color: #404742;
}
.info-item-href:hover {
  color: #47B368;
}

.public-hd {
  padding: 0 55px;
}
.public-bd {
  margin-top: 60px;
}
.public .block {
  padding: 20px 55px;
}
.public .block-bd {
  padding-top: 30px;
}
.public .special-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public .special-list li {
  margin-left: 55px;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc((100% - 110px) / 3);
  margin-bottom: 40px;
}
.public .special-list li:nth-child(3n+1) {
  margin-left: 0;
}
.public .special-box {
  display: block;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
          box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
}
.public .special-box img {
  width: 100%;
  display: block;
  height: 180px;
}
.public .special-box > h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  line-height: 24px;
  color: #404742;
  padding-top: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.external-list li {
  margin-left: 50px;
  float: left;
  width: calc((100% - 150px) / 4);
  margin-bottom: 28px;
}
.external-list li:nth-child(4n+1) {
  margin-left: 0;
}

.external-list li > a {
  display: block;
  height: 60px;
  line-height: 24px;
  color: #666;
  padding: 17px 10px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.external-list li > a:hover {
  color: #fff;
  background-color: #47b368;
  border-color: #47b368;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 75px;
}

.swiper-pagination-bullet-active {
  background: #47B368;
}

.area {
  position: relative;
}
.area:hover .gov-box {
  display: block;
}

.gov-box {
  display: none;
  position: absolute;
  left: 59%;
  /* right: 0; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 68px;
  max-height: 450px;
  width: 620px;
  padding-left: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
  box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
  z-index: 80;
}

.gov-list {
  padding-right: 20px;
}

.gov-list ul {
  margin-right: -20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ececec;
}

.gov-box .gov-list:last-child ul {
  border: none;
}

.gov-list li {
  float: left;
  width: 25%;
  padding-right: 10px;
  margin-top: 20px;
}

.gov-list li > a {
  display: block;
  height: 40px;
  padding-top: 8px;
  line-height: 24px;
  color: #404742;
  font-size: 14px;
  text-align: center;
  background-color: #f7f9fa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gov-header li > a {
  color: #47b368;
}

.gov-list .gov-header {
  color: #47b368;
}

.gov-list li > a:hover {
  color: #fff;
  background-color: #47b368;
}

.card-text {
  position: relative;
}
.card-text:hover .card-box {
  display: block;
}

.card-box {
  display: none;
  position: absolute;
  left: 50%;
  /* right: 0; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 68px;
  max-height: 450px;
  width: 620px;
  padding-left: 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
  box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16);
  z-index: 80;
}

.card-list {
  padding-right: 20px;
}

.card-list ul {
  margin-right: -20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ececec;
}

.card-box .gov-list:last-child ul {
  border: none;
}

.card-list li {
  float: left;
  width: 25%;
  padding-right: 10px;
  margin-top: 20px;
}

.card-list li > a {
  display: block;
  height: 40px;
  padding-top: 8px;
  line-height: 24px;
  color: #404742;
  font-size: 14px;
  text-align: center;
  background-color: #f7f9fa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card-header li > a {
  color: #47b368;
}

.card-list .gov-header {
  color: #47b368;
}

.card-list li > a:hover {
  color: #fff;
  background-color: #47b368;
}

@media (max-width: 1200px) {
  .policy-search {
    padding: 0;
  }
  .policy-search-left {
    width: 100%;
  }
  .policy-left {
    width: 100%;
  }
  .policy-right {
    width: 100%;
  }
  .policy-bd2 .policy-left {
    width: 100%;
  }
  .policy-bd2 .policy-right {
    margin-top: 20px;
    width: 100%;
  }
  .gov-box {
    max-height: 10000px;
  }
  .card-box {
    max-height: 10000px;
  }
  .info .area {
    top: 110px;
  }
  .info-left {
    width: 100%;
  }
  .info-right {
    margin-top: 30px;
    width: 100%;
  }
  .public .special-list li {
    width: 100%;
    margin-left: 0;
  }
  .external-list li {
    width: 100%;
    margin-left: 0;
  }

  .gov-box,
  .card-box {
    width:360px;
  }
}


.add-search-btn:hover{
  cursor:pointer;
} 



.add-search-btn{
	left: 770px;
    top: 155px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images//home/icon-search.png) no-repeat center right 17px;
}