@charset "UTF-8";
/**
 * 大庆高新资产管理有限公司招投标系统升级改造项目
 * date: 2025-4-1
 * author: qcn;
 */
.content {
  padding: 24px;
  background-color: #fff;
}

/* 新闻 */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news .swiper-container {
  width: 414px;
  height: 348px;
  border-radius: 4px;
}
.news .swiper-container .swiper-button-prev,
.news .swiper-container .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 15px;
  height: 25px;
  background: no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .swiper-container .swiper-button-prev.swiper-button-disabled,
.news .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.news .swiper-container .swiper-button-prev {
  left: 26px;
  right: auto;
  background-image: url("../images/news_prev_icon_3Gjv1W.png");
}
.news .swiper-container .swiper-button-next {
  left: auto;
  right: 26px;
  background-image: url("../images/news_next_icon_3Gjv1W.png");
}
.news .swiper-container .swiper-pagination-bullets {
  bottom: 17px;
  left: auto;
  right: 7px;
  width: auto;
  height: 8px;
}
.news .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 8px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news .swiper-item {
  position: relative;
  display: block;
  height: 100%;
}
.news .swiper-item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.news .swiper-item .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-color: #1C65EE;
}
.news .swiper-item .time .date {
  margin-top: 8px;
  height: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
.news .swiper-item .time .month {
  margin-top: 3px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.news .swiper-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 100px 0 10px;
  height: 42px;
  color: #fff;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.38%, rgba(43, 43, 43, 0.7)), color-stop(96.19%, rgba(43, 43, 43, 0.5)));
  background: linear-gradient(90deg, rgba(43, 43, 43, 0.7) 2.38%, rgba(43, 43, 43, 0.5) 96.19%);
  overflow: hidden;
}
.news .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  position: relative;
}
.news .tab .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 58px;
}
.news .tab .tab-hd .hd-item {
  padding: 0 12px;
  height: 38px;
  color: #1C65EE;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  border-bottom: 2px solid #1C65EE;
}
.news .tab .tab-bd {
  margin-top: 24px;
}
.more-link {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 17px;
  height: 38px;
  color: #1C65EE;
  line-height: 38px;
  background: url("../images/news_more_icon_3Gjv1W.png") no-repeat right center;
}
.more-link:hover {
  color: #1C65EE;
}

.news .list {
  max-height: 286px;
  overflow: hidden;
}
.news .list-item + .list-item {
  margin-top: 20px;
}

/* 入口 */
.entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  margin-top: 36px;
}
.entrance .link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 90px 0 20px;
  width: 0;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.entrance .link-item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.entrance .link-item + .link-item {
  margin-left: 20px;
}
.entrance .link-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.entrance .link-item .text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* 交易信息 */
.info {
  position: relative;
  margin-top: 48px;
  padding-top: 78px;
}
.info .more-link {
  top: 8px;
}
.com-hd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.com-hd .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  line-height: 28px;
}
.com-hd .title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(134deg, #1C65EE 7.58%, rgba(31, 109, 232, 0) 84.35%);
  opacity: 0.34;
  pointer-events: none;
}
.com-hd .title .chinese-text {
  font-size: 20px;
  font-weight: bold;
}
.com-hd .title .english-text {
  position: relative;
  margin-left: 15px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.com-hd .title .english-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 16px;
  background-color: rgba(186, 196, 206, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info .tab1 > .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 89px;
  height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.info .tab1 > .tab-hd .hd-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  color: #666;
  line-height: 54px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info .tab1 > .tab-hd .hd-item.current {
  color: #1C65EE;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 109, 232, 0)), to(rgba(31, 109, 232, 0.12)));
  background-image: linear-gradient(to bottom, rgba(31, 109, 232, 0), rgba(31, 109, 232, 0.12));
}
.info .tab1 > .tab-hd .hd-item.current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1C65EE;
}
.info .tab1 > .tab-hd .hd-item + .hd-item {
  margin-left: 4px;
}
.info .tab1 > .tab-bd {
  margin-top: 24px;
}
.info .tab2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 336px;
}
.info .tab2 > .tab-hd {
  width: 120px;
  border-radius: 4px;
  background: url("../images/info_tab_bg_Crd8ti.png") no-repeat center/100% 100%;
}
.info .tab2 > .tab-hd .hd-item {
  height: calc((100% - 10px) / 2);
  color: #fff;
  font-size: 18px;
  line-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info .tab2 > .tab-hd .hd-item + .hd-item {
  margin-top: 10px;
}
.info .tab2 > .tab-hd .hd-item.current {
  font-weight: bold;
  background-color: rgba(190, 221, 255, 0.2);
  -webkit-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset;
          box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.info .tab2 > .tab-hd .hd-item + .hd-item {
  margin-top: 10px;
}
.info .tab2 > .tab-bd {
  margin-left: 24px;
  width: calc(100% - 144px);
}
.info .swiper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 36px;
}
.info .swiper .swiper-container {
  height: 30px;
}
.info .swiper .swiper-container .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: auto;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info .swiper .swiper-container .swiper-slide.current {
  color: #fff;
  font-weight: bold;
  background-color: #1C65EE;
}
.info .swiper .swiper-button-prev,
.info .swiper .swiper-button-next {
  top: 8px;
  margin: 0;
  width: 8px;
  height: 14px;
  background: no-repeat center;
  opacity: 1;
}
.info .swiper .swiper-button-prev {
  left: auto;
  right: 20px;
  background-image: url("../images/info_prev_icon_active_Crd8ti.png");
}
.info .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/info_prev_icon_Crd8ti.png");
}
.info .swiper .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/info_next_icon_active_Crd8ti.png");
}
.info .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/info_next_icon_Crd8ti.png");
}
.info .content {
  margin-top: 20px;
  padding: 0;
}
.info .list {
  max-height: 286px;
  overflow: hidden;
}
.info .list-item + .list-item {
  margin-top: 20px;
}

/* 今日交易统计 */
.statistics {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistics .hd {
  width: 120px;
  height: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../images/statistics-hd-bg.jpg") no-repeat center;
}
.statistics .hd .chinese-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 14px 0 2px;
}
.statistics .hd .english-text {
  font-size: 12px;
  color: #fff;
}
.statistics-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 24px;
}
.statistics .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.statistics .panel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  width: calc((100% + 16px) / 4 - 16px);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
}
.statistics .panel .item + .item {
  margin-left: 16px;
}
.statistics .panel .item:nth-child(4n+1) {
  margin-left: 0;
}
.statistics .panel .item:nth-child(n+5) {
  margin-top: 16px;
}
.statistics .panel .item .img {
  margin-right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 5px 0 rgba(12, 84, 197, 0.12);
          box-shadow: 0 4px 5px 0 rgba(12, 84, 197, 0.12);
}
.statistics .panel .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 0;
}
.statistics .panel .item .content .title {
  height: 21px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.statistics .panel .item .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  color: #999;
  font-size: 12px;
  line-height: 33px;
}
.statistics .panel .item .content .text .num {
  margin-right: 6px;
  color: #1C65EE;
  font-size: 22px;
  line-height: 29px;
  font-family: "OPPOSans-B";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.statistics .panel .two-col {
  width: calc((100% + 16px) / 2 - 16px);
}

/* 今日开标 */
.bid {
  position: relative;
  margin-top: 48px;
  padding-top: 78px;
}
.bid .more-link {
  top: 8px;
}
.bid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 246px;
  overflow: auto;
}
.bid-list .link-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 12px 0 0 12px;
  padding: 11px;
  width: calc((100% - 12px) / 2.0001);
  height: 74px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bid-list .link-item:nth-child(-n+2) {
  margin-top: 0;
}
.bid-list .link-item:nth-child(2n+1) {
  margin-left: 0;
}
.bid-list .link-item:hover {
  border-color: #1f6de8;
  background-color: #fff;
}
.bid-list .link-item .title {
  height: 21px;
  color: #2e3033;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bid-list .link-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  height: 21px;
  line-height: 21px;
  padding-top: 0;
}
.bid-list .link-item .info .text {
  position: relative;
  color: #999;
}
.bid-list .link-item .info .text + .text {
  margin-left: 65px;
}
.bid-list .link-item .info .text + .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  width: 1px;
  height: 10px;
  background-color: #e8e8e8;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 资产处置业务 */
.business {
  position: relative;
  margin-top: 20px;
  padding-top: 78px;
}
.business .more-link {
  top: 8px;
}
.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.business-item {
  height: 278px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #C3E0FB;
  width: calc((100% + 16px) / 4 - 16px);
  -webkit-box-shadow: 0 4px 12px 0 rgba(129, 163, 249, 0.15);
          box-shadow: 0 4px 12px 0 rgba(129, 163, 249, 0.15);
  background: linear-gradient(179deg, #E9F3FF 0%, #FFF 98.3%);
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 12px;
}
.business-item:nth-child(4n+1) {
  margin-left: 0;
}
.business-item:nth-child(n+5) {
  margin-top: 16px;
}
.business-item:hover {
  border-color: #1C65EE;
}
.business-item:hover > span {
  color: #1C65EE;
}
.business-item-img {
  width: 100%;
  height: 180px;
}
.business-item > span {
  color: #333;
  font-size: 18px;
  line-height: 27px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

/* 商城信息 */
.mall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mall-item {
  width: 20%;
  height: 281px;
  padding: 25px 27px 20px;
  position: relative;
  background: #fff;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mall-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #EDEDED;
}
.mall-item:hover::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #1C65EE;
  z-index: 9;
}
.mall-item-text {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #222;
  margin: 19px 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.mall-item-img {
  width: 100%;
  height: 120px;
}
.mall-item .value-now {
  color: #E1251B;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.mall-item .value-now > span {
  line-height: 20px;
  font-size: 18px;
  margin-left: 2px;
}
.mall-item .value-before {
  color: #999;
  line-height: 17px;
}
.mall-item .value-before > span {
  text-decoration: line-through;
  margin-left: 2px;
}