﻿@charset "UTF-8";
/**!
* 市政府重点民生实事
* date:2022-07-04
* author: lengyy;
*/
.notice-wrap {
  position: relative;
  margin-top: 56px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(122, 172, 242, 0.3);
          box-shadow: 0 0 5px rgba(122, 172, 242, 0.3);
  border-radius: 0 0 5px 5px;
}

.notice-top {
  position: absolute;
  width: 100%;
  height: 26px;
  top: -26px;
  left: 0;
  background: url("../images/notice_bg.png") repeat-x center;
}

.notice-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 13px;
  height: 25px;
  background: url("../images/notice_left.png");
}

.notice-top::after {
  content: '';
  position: absolute;
  top: 0;
  right: -4px;
  width: 15px;
  height: 25px;
  background: url("../images/notice_right.png");
}

.notice-title {
  padding: 40px 0;
  text-align: center;
}

.notice-title img {
  max-width: 100%;
}

.notice-content {
  padding: 0 34px 0 37px;
  font-size: 20px;
  line-height: 45px;
}

.notice-collect {
  position: relative;
  padding: 45px 34px 0;
}

.notice-collect::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 15px;
  width: 237px;
  height: 250px;
  background: url("../images/collect_img.png");
}

.notice-sign {
  padding: 0 50px 20px;
  text-align: right;
  font-size: 20px;
  line-height: 40px;
}

.collect-title {
  padding-left: 65px;
  width: calc(100% - 260px);
  height: 51px;
  line-height: 47px;
  background: url("../images/collect_title.png") no-repeat left;
  font-size: 28px;
  color: #fff;
}

.collect-list {
  margin-top: 57px;
}

.collect-item {
  position: relative;
}

/* .collect-item::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 20px;
  bottom: -10px;
  border-left: 2px dashed #2976ea;
} */

.collect-item:last-child::before {
  border: 0;
}

.collect-item::after {
  content: '';
  display: block;
  clear: both;
}

.collect-order {
  float: left;
  width: 48px;
  height: 48px;
  border: 5px solid #dfebfc;
  background: #2976ea;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
}

.collect-content {
  float: right;
  width: calc(100% - 74px);
}

.collect-type {
  width: 276px;
  height: 43px;
  border-radius: 22px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(41, 118, 234, 0.15)), to(rgba(41, 118, 234, 0)));
  background: linear-gradient(90deg, rgba(41, 118, 234, 0.15), rgba(41, 118, 234, 0));
  color: #2976ea;
  line-height: 43px;
  padding-left: 30px;
  font-size: 24px;
}

.collect-method {
  position: relative;
  padding-left: 30px;
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 40px;
}

.collect-method::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  border-left: 10px solid #2976ea;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.center-banner {
  margin-bottom: 30px;
}

.center-banner img {
  max-width: 100%;
}

.mod {
  height: 395px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(122, 172, 242, 0.3);
          box-shadow: 0 0 5px rgba(122, 172, 242, 0.3);
}

.mod-hd {
  height: 54px;
  padding: 0 28px;
  line-height: 54px;
  color: #fff;
  background: #2976ea;
}

.mod-title {
  padding-left: 46px;
  font-size: 24px;
  background: url("../images/mod_title.png") no-repeat left center;
  color: #fff;
}

.mod-bd {
  height: calc(100% - 54px);
}

.matter-list {
  margin: 16px 22px;
  padding: 5px 0;
  border-left: 1px solid #e3e4e6;
  line-height: 42px;
  font-size: 20px;
}

.matter-item {
  position: relative;
  padding-left: 30px;
}

.matter-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c5c6c7;
  border: 1px solid #fff;
  border-radius: 100%;
  left: -1px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.matter-item::after {
  content: '';
  display: block;
  clear: both;
}

.matter-item:hover::before {
  width: 14px;
  height: 14px;
  background: url("../images/matter_hover.png");
}

.matter-item:hover .matter-title,
.matter-item:hover .matter-date {
  color: #2976ea;
}

.matter-title {
  float: left;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.matter-date {
  float: right;
  color: #888;
}
