@charset "UTF-8";
/**
 * 1107漳州市公共资源电子交易平台升级改造及维护项目——网站首页
 * date: 2023-11-7
 * author: zhaodq;
 */
body {
  background: #F7F9FC;
}

.public-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  height: 50px;
  padding: 7px 0;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-title {
  padding-left: 51px;
  color: #3472D7;
  font-size: 28px;
  font-weight: 700;
  background: left center no-repeat;
  background-size: 39px 36px;
}
.public-more {
  margin-left: auto;
  padding-right: 18px;
  color: #7D8FA8;
  font-size: 16px;
  background: url("../images/more_ico.png") right center no-repeat;
  background-size: 10px 12px;
}
.public-more:hover {
  -webkit-animation: moveToRight 0.3s linear;
          animation: moveToRight 0.3s linear;
}
.public-body {
  margin-top: 20px;
}

@-webkit-keyframes moveToRight {
  0% {
    background-position: right 8px center;
  }
  100% {
    background-position: right 0 center;
  }
}

@keyframes moveToRight {
  0% {
    background-position: right 8px center;
  }
  100% {
    background-position: right 0 center;
  }
}
.info-swiper {
  position: relative;
  width: 587px;
  height: 364px;
  overflow: hidden;
  margin-right: 26px;
}
.info-swiper .swiper-slide {
  position: relative;
}
.info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.info-swiper .img {
  width: 587px;
  height: 364px;
}
.info-swiper .date-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  background: linear-gradient(152deg, #BED5FF 5.44%, #3271E3 61.64%);
}
.info-swiper .date-wrap .day {
  margin-top: 14px;
  font-size: 24px;
  letter-spacing: 0.6px;
}
.info-swiper .date-wrap .date {
  margin-top: 9px;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.info-swiper .summary {
  position: absolute;
  bottom: 0px;
  left: 66px;
  width: 558px;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.38%, rgba(23, 42, 92, 0.8)), color-stop(96.19%, rgba(23, 42, 92, 0.3)));
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
}
.info-swiper .summary-content {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 42px;
  letter-spacing: 0.025px;
  padding-left: 15px;
  padding-right: 30px;
  max-width: 410px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-swiper .ring .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}
.info-swiper .ring .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.info-swiper.swiper-container-horizontal .swiper-pagination-bullets.ring {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 20px;
}
.info-swiper.swiper-container-horizontal .swiper-pagination-bullets.ring .swiper-pagination-bullet {
  margin: 0px 2px;
}

.notice .public-title {
  background-image: url("../images/head_ico.png");
}
.notice .notice-list {
  width: 587px;
  height: 364px;
  padding: 16px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice .notice-list .notice-item {
  height: 50px;
  border-bottom: 1px solid #F4F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice .notice-list .notice-item.current {
  height: 84px;
  padding: 18px 10px;
  border-bottom-color: #1584FF;
  background: #F7F9FE;
}
.notice .notice-list .notice-item.current a {
  padding: 0;
}
.notice .notice-list .notice-item.current .name {
  padding-left: 0;
  color: #3472D7;
  font-weight: 600;
  background: none;
}
.notice .notice-list .notice-item.current .date {
  font-weight: 600;
}
.notice .notice-list .notice-item.current .desc {
  display: block;
}
.notice .notice-list .notice-item a {
  display: block;
  height: 100%;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice .notice-list .notice-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
.notice .notice-list .notice-item .name {
  padding-left: 20px;
  padding-right: 30px;
  color: #333;
  font-size: 16px;
  background: url("../images/list_ico.png") left center no-repeat;
}
.notice .notice-list .notice-item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #999;
  font-size: 16px;
}
.notice .notice-list .notice-item .desc {
  display: none;
  margin-top: 12px;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  line-height: 12px;
}

.quick-nav {
  margin-top: 40px;
  height: 426px;
  padding: 40px 0px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quick-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.quick-nav .quick-item {
  width: calc(25% - 19.5px);
  height: 158px;
  margin-right: 26px;
  margin-top: 30px;
  border-radius: 5px;
}
.quick-nav .quick-item:nth-child(-n+4) {
  margin-top: 0;
}
.quick-nav .quick-item:nth-child(4n+4) {
  margin-right: 0;
}
.quick-nav .quick-item:hover a {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.3);
}
.quick-nav .quick-item a {
  display: block;
  height: 100%;
  padding: 16px;
  color: #fff;
  background: top center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quick-nav .quick-item:nth-child(1) a {
  background-image: url("../images/quick_item_1.jpg");
}
.quick-nav .quick-item:nth-child(2) a {
  background-image: url("../images/quick_item_2.jpg");
}
.quick-nav .quick-item:nth-child(3) a {
  background-image: url("../images/quick_item_3.jpg");
}
.quick-nav .quick-item:nth-child(4) a {
  background-image: url("../images/quick_item_4.jpg");
}
.quick-nav .quick-item:nth-child(5) a {
  background-image: url("../images/quick_item_5.jpg");
}
.quick-nav .quick-item:nth-child(6) a {
  background-image: url("../images/quick_item_6.jpg");
}
.quick-nav .quick-item:nth-child(7) a {
  background-image: url("../images/quick_item_7.jpg");
}
.quick-nav .quick-item:nth-child(8) a {
  background-image: url("../images/quick_item_8.jpg");
}
.quick-nav .quick-item .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.quick-nav .quick-item .desc {
  width: 180px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 21px;
}

.trade {
  padding-bottom: 40px;
}
.trade .public-title {
  background-image: url("../images/head_ico_2.png");
}
.trade .public-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 4px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade .tab-hd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 172px;
  min-height: 352px;
  padding: 12px 0;
  margin-right: 24px;
  background: url("../images/trade_left.jpg") top left no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade .tab-hd-item {
  height: 48px;
  margin-bottom: 16px;
  line-height: 48px;
}
.trade .tab-hd-item:last-child {
  margin-bottom: 0;
}
.trade .tab-hd-item:hover, .trade .tab-hd-item.current {
  background: rgba(190, 221, 255, 0.2);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.8) inset;
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.8) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.trade .tab-hd-item:hover a, .trade .tab-hd-item.current a {
  font-weight: 700;
}
.trade .tab-hd-item a {
  display: block;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.trade .tab-bd {
  width: 963px;
}
.trade .sub-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-bottom: 16px;
}
.trade .sub-hd-item {
  height: 37px;
  margin-right: 3px;
  line-height: 37px;
  letter-spacing: -0.2px;
}
.trade .sub-hd-item:last-child {
  margin-right: 0;
}
.trade .sub-hd-item a {
  display: block;
  height: 100%;
  padding: 0 12px;
  color: #576D85;
  font-size: 14px;
  font-weight: 600;
}
.trade .sub-hd-item:hover, .trade .sub-hd-item.current {
  border-radius: 48px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0570FE), to(#4092FF));
  background: linear-gradient(0deg, #0570FE 0%, #4092FF 100%);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(77, 181, 255, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(77, 181, 255, 0.2);
}
.trade .sub-hd-item:hover a, .trade .sub-hd-item.current a {
  color: #fff;
}
.trade .sub-list-row {
  height: 50px;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade .sub-list-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trade .sub-list-row a:hover .name,
.trade .sub-list-row a:hover .date {
  color: #3472D7;
}
.trade .sub-list-row .name {
  padding-left: 20px;
  padding-right: 130px;
  color: #333;
  font-size: 16px;
  background: url("../images/list_ico.png") left center no-repeat;
}
.trade .sub-list-row .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #999;
  font-size: 16px;
}