.subsite-nav::before {
  background-image: url('../../images/2024subindex/minzhengju/content_bg.png');
}

.marriage-services-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.marriage-services-block .marriage-flex {
  position: relative;
  display: flex;
  padding-bottom: 2px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.marriage-services-block .marriage-flex::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #D36757;
  border-radius: 0 0 30px 30px;
}

.marriage-services-block .marriage-flex .title {
  flex: 3;
  background: url('../../images/2024subindex/minzhengju/hunyu_img.png');
  background-size: cover;
  background-position: center;
}

.marriage-services-block .marriage-flex .services-list {
  flex: 7;
  background-color: #FFF1EF;
  border-radius: 0 8px 8px 0;
}

.marriage-services-block .marriage-flex .services-list .services-list-top {
  border: 1px solid #FC9090;
  border-radius: 4px;
  padding: 15px 0;
  margin: 50px;
  display: flex;
  flex-wrap: wrap;
}

.marriage-services-block .marriage-flex .services-list .services-list-top .item {
  width: 50%;
  padding: 0 20px;
}

.marriage-services-block .marriage-flex .services-list .services-list-top .item .link {
  display: flex;
  padding-left: 5px;
  height: 50px;
  align-items: center;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #E3BEBE;
}

.marriage-services-block .marriage-flex .services-list .services-list-top .item .link:hover {
  font-weight: bold;
}

.marriage-services-block .marriage-flex .services-list .services-list-top .item:nth-last-of-type(1) .link,
.marriage-services-block .marriage-flex .services-list .services-list-top .item:nth-last-of-type(2) .link {
  margin-top: 5px;
  border-bottom: none;
}

.marriage-services-block .marriage-flex .services-list .services-list-top .item .link img {
  height: 28px;
  margin-right: 10px;
}

.marriage-services-block .marriage-flex .services-list .services-list-bottom {
  display: flex;
  margin: 0 35px 50px;
}

.marriage-services-block .marriage-flex .services-list .services-list-bottom .item {
  width: 50%;
  padding: 0 15px;
}

.marriage-services-block .marriage-flex .services-list .services-list-bottom .item .link {
  display: block;
}

.marriage-services-block .marriage-flex .services-list .services-list-bottom .item .link:hover {
  transition: .3s;
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .marriage-services-block .marriage-flex {
    flex-direction: column;
  }

  .marriage-services-block .marriage-flex .services-list .services-list-top {
    padding: 15px;
    margin: 15px;
  }

  .marriage-services-block .marriage-flex .services-list .services-list-top .item {
    width: 100%;
    padding: 0;
  }

  .marriage-services-block .marriage-flex .services-list .services-list-top .item .link {
    font-size: 16px;
  }

  .marriage-services-block .marriage-flex .services-list .services-list-top .item:nth-last-of-type(2) .link {
    border-bottom: 1px solid #E3BEBE;
  }

  .marriage-services-block .marriage-flex .services-list .services-list-bottom {
    margin: 0 0 15px;
  }
}


.shehui-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.shehui-block .shehui-block-title img {
  display: block;
  width: 290px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.shehui-block .bg {
  background: url('../../images/2024subindex/minzhengju/shehui_bg.png');
  border-radius: 8px;
  padding: 25px;
}
.shehui-block .shehui-info {
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  border: 2px solid #FFFFFF;
}
.shehui-block .shehui-info .title {
  margin: -2px auto 0;
  width: 257px;
  height: 47px;
  background-image: url('../../images/2024subindex/sub_block_title_bg.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.shehui-block .shehui-info .title img {
  width: 25px;
  margin-right: 10px;
}
.shehui-block .news-list {
  padding: 18px 15px 18px;
}
.shehui-block .news-list .item {
  position: relative;
  padding-left: 15px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 45px;
  border-bottom: 1px dashed #C1D0D8;
}
.shehui-block .news-list .item:hover {
  color: #125CB1;
}
.shehui-block .news-list .item:hover .time {
  color: #125CB1;
}
.shehui-block .news-list .item:nth-last-of-type(1) {
  border-bottom: none;
}
.shehui-block .news-list .item::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1B63C6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shehui-block .news-list .item .txt {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shehui-block .news-list .item .time {
  color: #666;
  font-size: 15px;
  text-align: right;
  width: 130px;
}
.shehui-block .news-list .more {
  display: none;
}
.shehui-block .shehui-link-list {
  margin: 0 -10px;
  display: flex;
}
.shehui-block .shehui-link-list .item {
  flex: 1;
  padding: 20px 10px 0;
}
.shehui-block .shehui-link-list .item .link {
  display: flex;
  height: 90px;
  padding: 0 30px;
  align-items: center;
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  border: 2px solid #fff;
  color: #2375C1;
}
.shehui-block .shehui-link-list .item .link:hover {
  background: rgba(255,255,255,0.4);
}
.shehui-block .shehui-link-list .item .link img {
  height: 60px;
  margin-right: 10px;
}
.shehui-block .shehui-link-list .item .link .txt {
  font-size: 24px;
  font-weight: bold;
}
.shehui-block .shehui-link-list .item .link .txt-s {
  font-size: 16px;
}
@media (max-width: 768px) {
  .shehui-block .bg {
    padding: 15px;
  }
  .shehui-block .shehui-info {
    margin-bottom: 15px;
  }
  .shehui-block .news-list .item {
    line-height: 25px;
  }
  .shehui-block .news-list .item .txt {
    white-space: wrap;
    padding: 5px 0;
  }
  .shehui-block .news-list .item .time {
    display: none;
  }
  .shehui-block .shehui-link-list .item {
    width: calc((100% - 30px) / 3);
    padding-top: 0;
  }
  .shehui-block .shehui-link-list .item .link {
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .shehui-block .shehui-link-list .item .link img {
    height: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .shehui-block .shehui-link-list .item .link .txt {
    font-size: 16px;
    text-align: center;
  }
  .shehui-block .shehui-link-list .item .link .txt-s {
    font-size: 12px;
    white-space: nowrap;
  }
}

.zhangyou-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.zhangyou-block .zhangyou-block-title img {
  display: block;
  width: 290px;
  max-width: 70%;
  margin: 0 auto 20px;
  margin: 0 auto .2rem;
}
.zhangyou-block .bg {
  background: url('../../images/2024subindex/minzhengju/zhangyou_bg.png');
  border-radius: 8px;
  padding: 25px;
  background-size: cover;
}
.zhangyou-block .zhangyou-flex {
  display: flex;
}
.zhangyou-block .zhangyou-info {
  flex: 7;
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  border: 2px solid #FFFFFF;
}
.zhangyou-block .zhangyou-info .title {
  margin: -2px auto 0;
  width: 257px;
  height: 47px;
  background-image: url('../../images/2024subindex/sub_block_title_bg.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.zhangyou-block .zhangyou-info .title img {
  width: 25px;
  margin-right: 10px;
}
.zhangyou-block .news-list {
  padding: 18px 15px 15px;
}
.zhangyou-block .news-list .item {
  position: relative;
  padding-left: 15px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 50px;
  border-bottom: 1px dashed #C1D0D8;
}
.zhangyou-block .news-list .item:hover {
  color: #125CB1;
}
.zhangyou-block .news-list .item:hover .time {
  color: #125CB1;
}
.zhangyou-block .news-list .item:nth-last-of-type(1) {
  border-bottom: none;
}
.zhangyou-block .news-list .item::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #1B63C6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zhangyou-block .news-list .item .txt {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhangyou-block .news-list .item .time {
  color: #666;
  font-size: 15px;
  text-align: right;
  width: 130px;
}
.zhangyou-block .news-list .more {
  display: none;
}
.zhangyou-block .zhangyou-link-list {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}
.zhangyou-block .zhangyou-link-list .item {
  height: calc((100% - 30px) / 2);
}
.zhangyou-block .zhangyou-link-list .item .link {
  display: flex;
  height: 100%;
  padding: 0 30px;
  align-items: center;
  background: rgba(255,255,255,0.6);
  border-radius: 4px;
  border: 2px solid #fff;
  color: #2375C1;
}
.zhangyou-block .zhangyou-link-list .item .link:hover {
  background: rgba(255,255,255,0.4);
}
.zhangyou-block .zhangyou-link-list .item .link img {
  height: 50%;
  margin-right: 15px;
}
.zhangyou-block .zhangyou-link-list .item .link .txt {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .zhangyou-block .bg {
    padding: 15px;
  }
  .zhangyou-block .news-list .item {
    line-height: 25px;
  }
  .zhangyou-block .news-list .item .txt {
    white-space: wrap;
    padding: 5px 0;
  }
  .zhangyou-block .news-list .item .time {
    display: none;
  }
  .zhangyou-block .zhangyou-flex {
    display: block;
  }
  .zhangyou-block .zhangyou-link-list {
    flex-direction: row;
    margin-top: 15px;
    padding-left: 0;
  }
  .zhangyou-block .zhangyou-link-list .item {
    width: calc((100% - 15px) / 2);
  }
  .zhangyou-block .zhangyou-link-list .item .link {
    padding: 15px 30px;
    flex-direction: column;
    justify-content: center;
  }
  .zhangyou-block .zhangyou-link-list .item .link img {
    height: 50px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .zhangyou-block .zhangyou-link-list .item .link .txt {
    font-size: 16px;
  }
}