@charset "UTF-8";
/*
 * @Descripttion: 民生直达专区首页
 * @Author: zhoujie
 * @Date: 2023-01-19
 */
.content {
  overflow: hidden;
  padding-bottom: 60px;
}

.factual-news .mod-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.factual-news .mod-bd .left {
  width: 555px;
  height: 351px;
  -webkit-box-shadow: 0px 2px 15px rgba(161, 179, 197, 0.2);
          box-shadow: 0px 2px 15px rgba(161, 179, 197, 0.2);
}
.factual-news .mod-bd .right {
  height: 351px;
}
.factual-news .swiper-slide a {
  position: relative;
  display: block;
  width: 555px;
  height: 351px;
  background-color: #d9d9d9;
}
.factual-news .swiper-slide .img {
  position: relative;
  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;
  height: 100%;
  background-position: center top !important;
  background-size: cover !important;
}
.factual-news .swiper-slide .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: rgba(3, 14, 11, 0.5);
}
.factual-news .swiper-slide .date-area {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  height: 70px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4392f2), to(#2972cc));
  background: linear-gradient(180deg, #4392f2 0%, #2972cc 100%);
}
.factual-news .swiper-slide .date-area .date {
  margin-bottom: 7px;
  color: #fff;
  font-family: OPPOSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
}
.factual-news .swiper-slide .date-area .year {
  margin-top: 7px;
  color: #fff;
  font-family: OPPOSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.factual-news .swiper-slide .date-area::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background: rgba(67, 146, 242, 0.4);
}
.factual-news .swiper-slide .info {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  height: 34px;
  padding-left: 17px;
  padding-right: 28px;
}
.factual-news .swiper-slide .news-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.factual-news .swiper-pagination {
  bottom: 0;
  left: unset;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: calc(100% - 120px);
  height: 34px;
  padding-right: 10px;
}
.factual-news .swiper-pagination-bullet {
  min-width: 20px !important;
  height: 30px;
  margin: 0 3px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.factual-news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  opacity: 1;
}
.factual-news .news-list {
  height: 100%;
}
.factual-news .news-list .news {
  width: 598px;
  padding: 0 2px;
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: 1px dashed #d9d9d9;
}
.factual-news .news-list .news:first-child {
  padding-top: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.factual-news .news-list .news:first-child .date-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.factual-news .news-list .news:first-child .news-info {
  display: block;
  padding-left: 0;
  width: calc(100% - 87px);
}
.factual-news .news-list .news:first-child .news-info::before {
  content: none;
}
.factual-news .news-list .news:first-child .news-name {
  float: none;
  width: 100%;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.factual-news .news-list .news:first-child .news-remark {
  display: block;
  width: 100%;
  overflow: hidden;
}
.factual-news .news-list .news:first-child .news-date {
  display: none;
}
.factual-news .news-list .news:last-child {
  border-bottom: none;
}
.factual-news .news-list .news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.factual-news .news-list .news:hover .date-area {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .news:hover .date-area .date,
.factual-news .news-list .news:hover .date-area .year {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .news:hover .news-name {
  color: #4393f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .date-area {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4392f2), to(#2972cc));
  background: linear-gradient(180deg, #4392f2 0%, #2972cc 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .date-area::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background: rgba(67, 146, 242, 0.4);
}
.factual-news .news-list .date-area .date {
  margin-bottom: 7px;
  color: #fff;
  font-family: OPPOSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .date-area .year {
  margin-top: 7px;
  color: #fff;
  font-family: OPPOSans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .news-info {
  position: relative;
  width: 100%;
  padding-top: 2px;
  padding-left: 26px;
}
.factual-news .news-list .news-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon-style.png") center no-repeat;
}
.factual-news .news-list .news-name {
  float: left;
  width: 80%;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.factual-news .news-list .news-remark {
  display: none;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.factual-news .news-list .news-date {
  float: right;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}

.service-title {
  margin-top: 64px;
}

.service-list .item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 578px;
  height: 186px;
  padding: 16px 22px;
  margin-right: 30px;
  margin-bottom: 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#f6faff));
  background: linear-gradient(180deg, #f2f8ff 0%, #f6faff 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-list .item:nth-child(2n) {
  margin-right: 0;
}
.service-list .item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #4392f2;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}
.service-list .item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 249px;
  height: 154px;
  border-radius: 2px;
  border: 1px solid #4392f2;
  background: #fff;
  background-size: cover !important;
  overflow: hidden;
}
.service-list .item .img > img {
  max-width: 100%;
  max-height: 100%;
}
.service-list .item .right {
  position: relative;
  height: 100%;
  padding-left: 22px;
}
.service-list .item .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 38px;
}
.service-list .item .remark {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}
.service-list .item .icon {
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 60px;
  height: 50px;
}
.service-list .item .link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 91px;
  height: 34px;
  padding: 0 9px;
  padding-right: 6px;
  border-radius: 2px;
  border: 1px solid #4392f2;
  background: #fff;
  color: #727d7b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.service-list .item .link::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icon-arr-right.png") center no-repeat;
}

.list-area {
  position: relative;
}
.list-area .title {
  margin-top: 28px;
}
.list-area .more {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
}

.policy-list {
  min-height: 200px;
  margin-top: 32px;
}
.policy-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1163px;
  height: 56px;
  padding: 0 31.69px;
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 2px;
  border: 1px solid transparent;
  background: #f2f8ff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list .item:hover {
  border: 1px solid #4392f2;
  background: #f2f8ff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.policy-list .item .name {
  position: relative;
  padding-left: 30px;
  max-width: 930px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
}
.policy-list .item .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.policy-list .item .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon-style.png") center no-repeat;
}
.policy-list .item .date {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.32px;
}