@charset "UTF-8";
/**!
* 弱势群体专区
* date:2023-01-15
* author: fms;
*/
body {
  background: #fff;
}

.banner {
  height: 240px;
  padding-top: 51px;
}

.banner.bg1 {
  background: url("../images/banner1.jpg") center no-repeat;
}

.banner.bg2 {
  background: url("../images/banner2.jpg") center no-repeat;
}

.banner.bg3 {
  background: url("../images/banner3.jpg") center no-repeat;
}

.banner h4 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(7, 175, 147, 0.3);
  font-family: YouSheBiaoTiHei;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.44px;
  margin-bottom: 8px;
}

.banner .sub-title {
  height: 38px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(7, 175, 147, 0.3);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.08px;
}

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

.nav-area {
  width: 1200px;
  min-height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-area .breadcrumb {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1200px;
  min-height: 24px;
  margin: 0 auto;
  line-height: 24px;
}

.nav-area .breadcrumb li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 24px;
  line-height: 42px;
}

.nav-area .breadcrumb li:before {
  padding: 0 8px;
  color: #666;
  content: '\3E';
}

.nav-area .breadcrumb li:nth-child(1) a {
  color: #666;
}

.nav-area .breadcrumb li:nth-child(1)::before {
  float: left;
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url("../images/icon-location.png") center no-repeat;
}

.nav-area .breadcrumb li:last-child a {
  color: #4393F5;
}

.title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  margin-top: 44px;
  margin-bottom: 48px;
}

.title h3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-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 {
  -webkit-flex-shrink: 0;
      -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;
  background-size: 100% 100%;
}

.title h3::after {
  margin-left: 31px;
  background: url("../images/icon-title-r.png") center left no-repeat;
  background-size: 100% 100%;
}

.tab-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dde4ec;
}

.tab .hdl {
  position: relative;
  height: 70px;
  padding: 0 12px;
  margin: 0 28px;
  color: #333;
  font-size: 26px;
  font-style: normal;
  line-height: 70px;
  cursor: pointer;
}

.tab .hdl::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  background: #4392f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab .hdl.active::before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab.mod {
  margin-top: -12px;
}

/* 分页 */
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: '页';
}

.policy-list .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 60px;
  padding: 0 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.policy-list .item::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 1px;
  content: '';
  background: #E8E9EC;
}

.policy-list .item .name {
  padding-left: 36px;
  position: relative;
}

.policy-list .item .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../../images/icon-style.png") center no-repeat;
}

.policy-list .item:hover {
  box-shadow: 0px 0px 8px 0px rgba(67, 147, 245, 0.3);
}

.policy-list .item:hover .name,
.policy-list .item:hover .date {
  color: #4393F5;
}

.policy-list .name,
.policy-list .date {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

.policy-list .name {
  max-width: 935px;
}

.policy-list .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy-list .date {
  color: #999;
}

.policy-wrap {
  padding-bottom: 1px;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

.swiper-button-next,
.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.swiper-button-prev {
  left: 0;
  background: #FFF url(../images/swiper-left.png) center no-repeat;
}

.swiper-button-next {
  right: 0;
  background: #FFF url(../images/swiper-right.png) center no-repeat;
}

.swiper-container {
  width: 1200px;
}

.article-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-indent: 0.64px;
}

.article-info-wrap {
  height: 48px;
  background: #EAF3FF;
  color: #666;
  font-size: 18px;
  line-height: 48px;
  margin: 32px 0;
}

.article-info-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-info-item .val {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-info-item + .article-info-item {
  margin-left: 48px;
}

.attach-box {
  margin-top: 35px;
}

.attach-label {
  font-size: 18px;
  line-height: 31.5px;
}

.attach-list {
  margin-top: 24px;
}

.attach-item {
  padding-left: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.attach-item + .attach-item {
  margin-top: 16px;
}

.attach-item .tt {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  color: #666;
  font-size: 16px;
  margin-right: 16px;
}

.attach-wrap {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 84px;
  padding: 16px;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.attach-name {
  display: block;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attach-size {
  display: block;
}

.attach-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.attach-icon img {
  max-width: 100%;
  max-height: 100%;
}

.attach-download {
  position: absolute;
  display: block;
  width: 13px;
  height: 14px;
  background: url(../images/attach-download.png) center no-repeat;
  right: 16px;
  bottom: 23px;
}

.nodata {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}

.nodata::after {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '暂无数据';
  font-size: 20px;
  line-height: 50px;
  color: #666;
}

.nodata * {
  opacity: 0;
}
