@charset "UTF-8";
/*
 * @Descripttion: 民生直达专区
 * @Author: zhoujie
 * @Date: 2023-01-19
 */
body {
  background: #fff;
}

.banner {
  height: 240px;
  padding-top: 71px;
  background: url("../images/banner.jpg") center no-repeat;
}
.banner h4 {
  color: #fff;
  text-shadow: 0px 4px 4px #1f79cd;
  font-family: YouSheBiaoTiHei;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 3.44px;
}
.banner .sub-title {
  height: 38px;
  margin-top: 4px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(38, 81, 167, 0.5);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 2.08px;
}

.content {
  overflow: hidden;
  padding-bottom: 60px;
}
.content .container {
  padding: 1px 0;
}

.nav-area {
  width: 1200px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-area .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  min-height: 24px;
  margin: 0 auto;
  line-height: 24px;
}
.nav-area .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.nav-area .breadcrumb li a {
  color: #4392f2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.nav-area .breadcrumb li:before {
  padding: 0 4px;
  color: #333;
  content: ">";
}
.nav-area .breadcrumb li:nth-child(1) a {
  color: #333;
}
.nav-area .breadcrumb li:nth-child(1)::before {
  float: left;
  content: "";
  width: 16px;
  height: 100%;
  min-height: 27px;
  margin-right: 9px;
  background: url("../images/icon-location.png") center no-repeat;
}
.nav-area .breadcrumb li:last-child a {
  color: #367cee;
}

.common-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 658px;
  height: 56px;
  margin: 64px auto;
  border: 1px solid #e3e3e3;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-search:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #4392f2;
}
.common-search-ipt {
  width: calc(100% - 133px);
  height: 100%;
  padding: 10px 24px;
  border: none;
  outline: none;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-ipt::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-ipt::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-ipt:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-ipt::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-ipt::placeholder {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.common-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 133px;
  height: 56px;
  background: #4392f2;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-search-btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title {
  position: relative;
  height: 44px;
  margin-top: 44px;
  margin-bottom: 36px;
}
.title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.6px;
}
.title h3 p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.title h3::before, .title h3::after {
  content: "";
  width: 508px;
  height: 2px;
}
.title h3::before {
  margin-right: 31px;
  background: url("../images/icon-title-l.png") center right no-repeat;
}
.title h3::after {
  margin-left: 31px;
  background: url("../images/icon-title-r.png") center left no-repeat;
}
.title .right-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.title .right-info.more {
  margin-right: 10px;
}

/* 分页 */
body .m-pagination .m-pagination-size {
  top: -13px;
}
body .m-pagination .m-pagination-page > li.active > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}
body .m-pagination .m-pagination-page > li.active:hover > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}
body .m-pagination .m-pagination-page > li:hover > a {
  opacity: 0.8;
}
body .m-pagination .m-pagination-group::before {
  left: 40px;
  content: "页";
}