@charset "UTF-8";
/**
 * 莲都区村级项目管理服务平台合作运营项目
 * date: 2024-11-26
 * author: wuzhou;
 */
.home-header {
  height: 556px;
  background: url("../images/home_top_bg.jpg") center top no-repeat;
}
.home-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.home-nav-area {
  height: 77px;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.18);
}
.home-nav-items {
  display: flex;
}
.home-nav-item:not(:first-child) {
  margin-left: 32px;
}
.home-nav-item > a {
  font-size: 18px;
  color: #c3ddff;
}
.home-nav-item.current > a {
  font-weight: 700;
  color: #fff;
}
.home-nav-login > a {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.home-nav-login > a:not(:first-child) {
  margin-left: 16px;
}
.home-nav-login > a:not(:first-child):before {
  position: absolute;
  content: "";
  top: 4px;
  left: -9px;
  width: 1px;
  height: 13px;
  background: #fff;
}

.logo-name {
  margin-left: -8px;
  padding-top: 36px;
}
.logo-name img {
  vertical-align: top;
}

.notice-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.notice-wrap + .news-title {
  margin-top: 40px;
}

/*新闻*/
.news-half {
  width: calc((100% - 18px) / 2);
  height: 353px;
}
.news-half .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.news-half .swiper-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.news-half .swiper-link img {
  width: 100%;
  height: 100%;
}
.news-half .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 0.36;
}
.news-half .swiper-pagination-bullet-active {
  opacity: 1;
}
.news-half .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 430px;
  width: auto;
  right: 0;
  text-align: right;
  padding-right: 8px;
}
.news-half .swiper-pagination-fraction,
.news-half .swiper-pagination-custom,
.news-half .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
}
.news-half .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
}
.news-half .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.news-half .swiper-link .swiper-bom {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.news-half .swiper-link .swiper-date {
  width: 66px;
  height: 66px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url("../images/date_bg.png") center no-repeat;
}
.news-half .swiper-link .swiper-day {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 10px;
}
.news-half .swiper-link .swiper-year {
  line-height: 25px;
}
.news-half .swiper-link .swiper-info {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-weight: 350;
  font-size: 16px;
  box-sizing: border-box;
  width: calc(100% - 66px);
  line-height: 42px;
  color: #fff;
  padding: 0 180px 0 16px;
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
}

.notice-box {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 12px 0;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f1f6ff 0%, #fff 33.26%);
  box-shadow: 0px 4px 11.9px 0px #eef2fa;
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 29px;
  line-height: 29px;
}
.news-title .title-name {
  display: flex;
  flex-wrap: wrap;
}
.news-title .title-name .sub-title {
  color: #999;
  margin-left: 8px;
  text-transform: uppercase;
}
.news-title > a {
  color: #999;
}

.news-items {
  padding-top: 10px;
}
.news-items .news-item {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  height: 37px;
  line-height: 37px;
  padding: 0 16px 0 42px;
  background: url("../images/notice_ico1.png") 16px 50% no-repeat #f6f8fb;
}
.news-items .news-item > a {
  color: #000;
}
.news-items .news-item > a:hover {
  color: #0867d3;
}
.news-items .news-item > span {
  flex-shrink: 0;
  color: #b4b4b4;
  margin-left: 20px;
}

/* 竞价公告 */
.purchase {
  margin-top: 20px;
  padding-bottom: 40px;
  background: #f4f9ff;
}
.purchase .purchase-items {
  padding-top: 20px;
}

.purchase-items {
  display: flex;
  flex-wrap: wrap;
}
.purchase-items .purchase-item {
  margin-top: 20px;
  border-radius: 4px;
  width: calc((100% - 60px) / 4);
  overflow: hidden;
  box-shadow: 0px 4px 9.3px 0px #e5ecf4;
}
.purchase-items .purchase-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.purchase-img {
  height: 134px;
  overflow: hidden;
}
.purchase-img img {
  width: 100%;
  height: 100%;
}

.purchase-info {
  box-sizing: border-box;
  padding: 8px 12px 0;
  height: 165px;
  background-color: #fff;
}

.end-date {
  padding-left: 10px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 26px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 117, 18, 0.79) 0%, rgba(255, 172, 19, 0.79) 100%);
  backdrop-filter: blur(2px);
}

.percentage {
  margin-top: 6px;
  height: 27px;
  line-height: 27px;
  color: #fa9302;
  font-size: 18px;
  font-weight: 700;
}

.project-name {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
  height: 52px;
  margin-top: 6px;
}

.project-date {
  height: 21px;
  line-height: 21px;
  color: #999;
}

/* 成交公告 */
.info-box {
  padding-top: 40px;
}

.transaction .end-date {
  background: linear-gradient(90deg, rgba(8, 103, 211, 0.76) 0%, rgba(67, 192, 255, 0.76) 100%);
}
.transaction .percentage {
  color: #2e8fff;
}

/* 监督管理 */
.supervision-boxs {
  display: flex;
  flex-wrap: wrap;
}
.supervision-boxs .supervision-box {
  margin-top: 20px;
  border-radius: 20px 20px 0px 0px;
  background: #f6faff;
  width: calc((100% - 40px) / 3);
  overflow: hidden;
}
.supervision-boxs .supervision-box:not(:nth-child(3n)) {
  margin-right: 20px;
}
.supervision-boxs .supervision-box .supervision-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
}
.supervision-boxs .supervision-box .supervision-title .supervision-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.supervision-boxs .supervision-box:nth-child(1) .supervision-title {
  background-image: url("../images/supervision_title_bg1.png");
}
.supervision-boxs .supervision-box:nth-child(1) .supervision-title .supervision-name {
  color: #00765A;
}
.supervision-boxs .supervision-box:nth-child(1) .supervision-title > a {
  color: #006971;
}
.supervision-boxs .supervision-box:nth-child(1) .supervision-items .supervision-item > a {
  background-image: url("../images/supervision_ico1.png");
}
.supervision-boxs .supervision-box:nth-child(2) .supervision-title {
  background-image: url("../images/supervision_title_bg2.png");
}
.supervision-boxs .supervision-box:nth-child(2) .supervision-title .supervision-name {
  color: #CC341A;
}
.supervision-boxs .supervision-box:nth-child(2) .supervision-title > a {
  color: #CC341A;
}
.supervision-boxs .supervision-box:nth-child(2) .supervision-items .supervision-item > a {
  background-image: url("../images/supervision_ico2.png");
}
.supervision-boxs .supervision-box:nth-child(3) .supervision-title {
  background-image: url("../images/supervision_title_bg3.png");
}
.supervision-boxs .supervision-box:nth-child(3) .supervision-title .supervision-name {
  color: #0B2248;
}
.supervision-boxs .supervision-box:nth-child(3) .supervision-title > a {
  color: #25568E;
}
.supervision-boxs .supervision-box:nth-child(3) .supervision-items .supervision-item > a {
  background-image: url("../images/supervision_ico3.png");
}

.supervision-content {
  padding: 16px;
  min-height: 272px;
}

.supervision-items .supervision-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  line-height: 21px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #fff;
}
.supervision-items .supervision-item > a {
  display: block;
  color: #333;
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
.supervision-items .supervision-item > span {
  color: #999;
  flex-shrink: 0;
}
.supervision-items .supervision-item:not(:first-child) {
  margin-top: 4px;
}
.supervision-items .supervision-item.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 272px;
  background: none;
}
.supervision-items .supervision-item.empty > p {
  padding-top: 62px;
  background: url("../images/empty.png") center top no-repeat;
  text-align: center;
  color: #666;
  line-height: 21px;
}