@charset "UTF-8";
/**
 * 20230925上饶市阳光采购招投标系统建设项目(临时)——上饶市阳光采购平台首页
 * date: 2023-9-25
 * author: zhaodq;
 */
.main {
  margin-top: 26px;
  padding-bottom: 60px;
}

.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(17, 34, 52, 0.1);
  background: #FFF;
  -webkit-box-shadow: 0px 6px 18px 0px rgba(34, 71, 140, 0.06);
          box-shadow: 0px 6px 18px 0px rgba(34, 71, 140, 0.06);
}

.info-swiper {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 659px;
  height: 363px;
  overflow: hidden;
}
.info-swiper .swiper-slide {
  position: relative;
}
.info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.info-swiper .img {
  width: 659px;
  height: 363px;
}
.info-swiper .date-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  padding-top: 14px;
  color: #fff;
  background: #B01127;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.info-swiper .date-wrap .day {
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
}
.info-swiper .date-wrap .month {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
.info-swiper .summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  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: 78px;
  padding-right: 170px;
  max-width: 410px;
}
.info-swiper .ring {
  min-width: 70px;
  max-width: 80px;
  left: auto;
  right: 20px;
}
.info-swiper .ring .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.36;
  border-radius: 0;
  margin: 0 !important;
  margin-right: 5px !important;
}
.info-swiper .ring .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.info-swiper .ring .swiper-pagination-bullet-active {
  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;
}

.new-content {
  width: 685px;
  height: 363px;
  padding: 0 25px 0 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-content .title {
  height: 46px;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-subtitle {
  float: left;
  height: 46px;
  margin-right: 20px;
  color: #333;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
}
.new-subtitle.active, .new-subtitle.current {
  font-weight: bold;
  color: #B01127;
  position: relative;
}
.new-subtitle.active:after, .new-subtitle.current:after {
  position: absolute;
  content: "";
  width: 42px;
  height: 3px;
  background: #B01127;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tab-more {
  margin-left: 20px;
  line-height: 46px;
  color: #999;
  font-size: 15px;
}

.new-content .new-detail-infos {
  padding-top: 7px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-content .new-detail-infos .infos-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-content .new-detail-infos .infos-details {
  color: #666;
  font-weight: 400;
  line-height: 20px;
  max-height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-content .new-item-li {
  font-size: 15px;
  height: 41px;
  line-height: 41px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.new-content .new-item-li .date {
  color: #999;
  display: block;
}
.new-content .new-item-li .inf {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 19px;
  max-width: calc(100% - 110px);
  padding-right: 45px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.new-content .new-item-li .inf:before {
  position: absolute;
  content: " ";
  width: 6px;
  height: 6px;
  background: url("../images/list_ico.png");
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.new-content .new-item-li.new .inf:after {
  position: absolute;
  content: "new";
  font-size: 12px;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  line-height: 12px;
  width: 34px;
  height: 12px;
  border-radius: 2px;
  background: #B01127;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.new-content .new-item-li:hover .inf {
  color: #B01127;
}
.new-content .new-item-li:hover .inf:before {
  background: url(../images/list_icoh.png) no-repeat center center;
  width: 8px;
  height: 8px;
  border: none;
}
.new-content .new-item-li:hover .date {
  color: #B01127;
}

.quick-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.quick-nav > li {
  width: calc(25% - 22.5px);
  height: 92px;
  margin-right: 30px;
  background: url("../images/quick_item_bg.jpg") top center no-repeat;
  background-size: 100% 98px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-nav > li:last-child {
  margin-right: 0;
}
.quick-nav > li:nth-child(1) > a::before {
  background: url("../images/quick_item_1.png");
}
.quick-nav > li:nth-child(2) > a::before {
  background: url("../images/quick_item_2.png");
}
.quick-nav > li:nth-child(3) > a::before {
  background: url("../images/quick_item_3.png");
}
.quick-nav > li:nth-child(4) > a::before {
  background: url("../images/quick_item_4.png");
}
.quick-nav > li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.quick-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 107px;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(94, 94, 94, 0.3);
  font-size: 24px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quick-nav a::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67px;
  height: 69px;
  background: center no-repeat;
  background-size: 67px 69px;
}
.quick-nav a::after {
  content: "";
  position: absolute;
  right: 46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 25px;
  background: url("../images/quick_item_arrow.png") center no-repeat;
  background-size: 36px 25px;
}

.panel {
  background: #FFF;
}
.panel-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  line-height: 51px;
}
.panel-head .title {
  padding-left: 66px;
  height: 100%;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  background: left center no-repeat;
  background-size: 53px 51px;
}
.panel[data-info=early] .panel-head .title {
  background-image: url("../images/info_item_ico_1.png");
}
.panel[data-info=trade] .panel-head .title {
  background-image: url("../images/info_item_ico_2.png");
}
.panel[data-info=deal] .panel-head .title {
  background-image: url("../images/info_item_ico_3.png");
}
.panel[data-info=property] .panel-head .title {
  background-image: url("../images/info_item_ico_4.png");
}
.panel[data-info=site] {
  margin-top: 30px;
  padding: 20px 20px 32px;
}
.panel[data-info=site] .panel-head .title {
  background-image: url("../images/info_item_ico_4.png");
}
.panel[data-info=site] .panel-bd {
  padding-top: 27px;
}
.panel[data-info=center] {
  margin-top: 30px;
  padding: 24px 20px;
}
.panel[data-info=center] .panel-head .title {
  background-image: url("../images/info_item_ico_5.png");
}
.panel[data-info=center] .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.panel-more {
  margin-left: auto;
  color: #999;
  font-size: 16px;
}
.panel-body {
  padding-top: 10px;
}
.panel-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E9EAEE;
}
.panel-hd-item {
  position: relative;
  height: 44px;
  padding: 13px 10px;
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.panel-hd-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.panel-hd-item:hover, .panel-hd-item.current {
  color: #B01127;
  font-weight: 700;
}
.panel-hd-item:hover::before, .panel-hd-item.current::before {
  width: 100%;
  border-bottom: 2px solid #B01127;
}
.panel-bd {
  padding-top: 2px;
}
.panel-list-item {
  height: 49px;
  font-size: 16px;
  border-bottom: 1px solid #EDEEF2;
}
.panel-list-item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  padding-left: 12px;
}
.panel-list-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: url("../images/list_ico.png") center no-repeat;
  background-size: 7px 7px;
}
.panel-list-item > a:hover::before {
  background-image: url("../images/list_icoh.png");
}
.panel-list-item > a:hover .name,
.panel-list-item > a:hover .date {
  color: #B01127;
}
.panel-list-item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 46px;
  color: #333;
}
.panel-list-item .date {
  color: #999;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.info-row .half {
  width: calc(50% - 15px);
  margin-right: 30px;
  padding: 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-row .half:last-child {
  margin-right: 0;
}

.quick-nav-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.quick-nav-2 > li {
  width: calc(33.3333% - 16px);
  height: 97px;
  margin-right: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quick-nav-2 > li:last-child {
  margin-right: 0;
}
.quick-nav-2 > li:nth-child(1) {
  background: url("../images/quick_item_bg1.png") 0 center no-repeat;
  background-size: 100% 97px;
}
.quick-nav-2 > li:nth-child(2) {
  background: url("../images/quick_item_bg2.png") 0 center no-repeat;
  background-size: 100% 97px;
}
.quick-nav-2 > li:nth-child(3) {
  background: url("../images/quick_item_bg3.png") 0 center no-repeat;
  background-size: 100% 97px;
}
.quick-nav-2 > li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.quick-nav-2 a {
  display: block;
  height: 100%;
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 28px;
  font-weight: 700;
  line-height: 17.969px;
  padding: 39px 35px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common-table {
  width: 100%;
  table-layout: fixed;
}
.common-table thead {
  background: rgba(147, 147, 147, 0.15);
}
.common-table thead th {
  height: 46px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.common-table thead th:first-child {
  text-align: left;
  padding-left: 20px;
}
.common-table tbody tr {
  font-size: 16px;
  border-bottom: 1px dashed #BECBDE;
}
.common-table tbody tr:hover {
  background: #FFF;
  border-bottom: 1px dashed transparent;
  -webkit-box-shadow: 0px -1px 12px 0px rgba(68, 68, 68, 0.15);
          box-shadow: 0px -1px 12px 0px rgba(68, 68, 68, 0.15);
}
.common-table tbody tr:hover td {
  color: #B01127;
}
.common-table tbody td {
  height: 60px;
  color: #333;
  text-align: center;
  background: #FFF;
}
.common-table tbody td:first-child {
  text-align: left;
  padding-left: 20px;
}

.section.map {
  width: 575px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section.map .map-wrap {
  height: 485px;
}
.section.map .tooltip-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 11px;
}
.section.map .tooltip-value {
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.section.map .num {
  margin-left: 10px;
  color: #DE3B25;
  font-size: 16px;
  font-weight: 700;
}
.section.year {
  width: 278px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section.year .year-list {
  padding-top: 10px;
}
.section.year .year-list > li {
  height: 98px;
  padding: 25.5px 27px 22px 30.25px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section.year .year-list > li:nth-child(1) {
  background: #fff url("../images/year_trade_ico_1.png") right 24px center no-repeat;
}
.section.year .year-list > li:nth-child(2) {
  background: #fff url("../images/year_trade_ico_2.png") right 24px center no-repeat;
}
.section.year .year-list > li:nth-child(3) {
  background: #fff url("../images/year_trade_ico_3.png") right 24px center no-repeat;
}
.section.year .year-list > li:nth-child(4) {
  background: #fff url("../images/year_trade_ico_4.png") right 24px center no-repeat;
}
.section.year .year-list .label {
  margin-bottom: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 13px;
}
.section.year .year-list .value {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.section.year .year-list .value .num {
  margin-right: 5px;
  color: #B01127;
  font-family: "OPPOSans";
  font-size: 26px;
  font-weight: 600;
}
.section.num .num-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  margin-top: 10px;
  padding: 19.5px 84px 18.5px 84px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  background: #fff url("../images/today_item_1.png") left 22px center no-repeat;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section.num .num-item:nth-of-type(2) {
  margin-top: 15px;
  margin-bottom: 20px;
  background-image: url("../images/today_item_2.png");
}
.section.num .number {
  margin-left: auto;
}
.section.num .unit {
  margin-left: 4px;
  color: #999;
  font-size: 14px;
  line-height: 27px;
}
.section.pie .pie-wrap {
  height: 254px;
  background: url("../images/pie_bg.png") top 30% center no-repeat;
}
.section-head {
  position: relative;
  height: 39px;
  padding-bottom: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(93, 116, 152, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 2px;
  background: #DE3B25;
}

.col-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}