@charset "UTF-8";
/**
 * 马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2025-3-6
 * author: wuzhou;
 */
/* 新闻 */
.news {
  width: 414px;
  height: 340px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  /* 轮播图 */
  /* 新闻项 */
}
.news .swiper-container {
  height: 100%;
}
.news .swiper-container .swiper-button-prev,
.news .swiper-container .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 15px;
  height: 25px;
  background: no-repeat center;
  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_no36NA.png");
}
.news .swiper-container .swiper-button-next {
  left: auto;
  right: 26px;
  background-image: url("../images/news_next_icon_no36NA.png");
}
.news .swiper-container .swiper-pagination-bullets {
  bottom: 64px;
  left: 22px;
  right: auto;
  width: auto;
  height: 3px;
}
.news .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
  width: 40px;
  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 .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 20px 22px;
  width: 100%;
  height: 107px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.news .swiper-item .title .text {
  height: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 通知公告 */
.notice {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 430px);
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}
.notice .tab .tab-hd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 58px;
}
.notice .tab .tab-hd .hd-item {
  box-sizing: border-box;
  padding: 0 12px;
  height: 30px;
  color: #666;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}
.notice .tab .tab-hd .hd-item.current {
  color: #fff;
  font-weight: 700;
  background-color: #02a7f0;
}
.notice .tab .tab-hd .hd-item + .hd-item {
  margin-left: 4px;
}
.notice .tab .tab-bd {
  margin-top: 24px;
}
.more-link {
  position: absolute;
  top: 4.5px;
  right: 0;
  height: 21px;
  color: #02a7f0;
  line-height: 21px;
  padding-right: 17px;
  background: url("../images/tab_more_ico.png") right center no-repeat;
}
.more-link:hover {
  color: #02a7f0;
}

.notice .list {
  overflow: hidden;
}
.notice .list .link-item {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/notice_item_icon_IB3dRt.png") no-repeat left 3px;
}
.notice .list .link-item:hover {
  border-bottom-color: #02a7f0;
}
.notice .list .link-item:hover .title,
.notice .list .link-item:hover .date {
  color: #02a7f0;
}
.notice .list .link-item + .link-item {
  margin-top: 20px;
}
.notice .list .link-item .title {
  flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice .list .link-item .date {
  color: #999;
}

.home-top {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-top .module-box {
  padding: 24px;
}

.platform-box {
  width: calc(75% - 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.questions-box {
  position: relative;
  width: 25%;
}
.questions-box .tab .tab-hd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 58px;
}
.questions-box .tab .tab-hd .hd-item {
  box-sizing: border-box;
  padding: 0 12px;
  height: 30px;
  color: #666;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}
.questions-box .tab .tab-hd .hd-item.current {
  color: #fff;
  font-weight: 700;
  background-color: #02a7f0;
}
.questions-box .tab .tab-hd .hd-item + .hd-item {
  margin-left: 4px;
}
.questions-box .tab .tab-bd {
  margin-top: 24px;
}
.questions-box .more-link {
  position: absolute;
  top: 28.5px;
  right: 24px;
  height: 21px;
  color: #02a7f0;
  line-height: 21px;
  padding-right: 17px;
  background: url("../images/tab_more_ico.png") right center no-repeat;
}
.questions-box .more-link:hover {
  color: #02a7f0;
}
.questions-box .list {
  overflow: hidden;
}
.questions-box .list .link-item {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/notice_item_icon_IB3dRt.png") no-repeat left 3px;
}
.questions-box .list .link-item:hover {
  border-bottom-color: #02a7f0;
}
.questions-box .list .link-item:hover .title,
.questions-box .list .link-item:hover .date {
  color: #02a7f0;
}
.questions-box .list .link-item + .link-item {
  margin-top: 20px;
}
.questions-box .list .link-item .title {
  flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.questions-box .list .link-item .date {
  color: #999;
}

.sys-login {
  margin-top: 20px;
  padding: 21px 24px 24px;
}

.module-title {
  position: relative;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
}
.module-title a {
  color:#333;
}

.module-title:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: -7px;
  top: -4px;
  background: url("../images/title_ico.png") center no-repeat;
}

/* 入口 */
.entrance {
  margin-top: 13px;
  display: flex;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
}
.entrance .link-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  padding: 0 90px 0 20px;
  width: 0;
  height: 88px;
  border-radius: 4px;
  transition: transform 0.3s;
  overflow: hidden;
}
.entrance .link-item:hover {
  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 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 457px;
  border-radius: 4px;
  background-color: #fff;
}
.info .hd {
  position: absolute;
  top: 13px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info .hd .title {
  position: relative;
  display: flex;
  height: 28px;
  line-height: 28px;
}
.info .hd .title:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: -7px;
  top: -4px;
  background: url("../images/title_ico.png") center no-repeat;
}
.info .hd .title .chinese-text {
  font-size: 20px;
  font-weight: bold;
}
.info .hd .title .english-text {
  position: relative;
  margin-left: 15px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.info .hd .title .english-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 16px;
  background-color: rgba(186, 196, 206, 0.5);
  transform: translateY(-50%);
}
.info .tab1 > .tab-hd {
  padding-left: 100px;
  display: flex;
  box-sizing: border-box;
  padding-right: 89px;
  height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.info .tab1 > .tab-hd .hd-item {
  position: relative;
  box-sizing: border-box;
  padding: 0 6px;
  color: #666;
  line-height: 54px;
  cursor: pointer;
  user-select: none;
}
.info .tab1 > .tab-hd .hd-item.current {
  color: #02a7f0;
  font-weight: bold;
  background: linear-gradient(360deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}
.info .tab1 > .tab-hd .hd-item.current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #02a7f0;
}
.info .tab1 > .tab-hd .hd-item + .hd-item {
  margin-left: 4px;
}
.info .tab1 > .tab-bd {
  margin-top: 16px;
}
.info .tab2 {
  display: flex;
  height: 387px;
}
.info .tab2 > .tab-hd {
  box-sizing: border-box;
  padding: 20px 0;
  width: 180px;
  border-radius: 4px;
  background: url("../images/info_tab_bg_cVHBWU.png") no-repeat center/100% 100%;
}
.info .tab2 > .tab-hd .hd-item {
  height: 41px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
  user-select: none;
}
.info .tab2 > .tab-hd .hd-item.current {
  font-weight: bold;
  background-color: rgba(190, 221, 255, 0.2);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset;
  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% - 204px);
}
.info .swiper {
  position: relative;
  box-sizing: border-box;
  padding-right: 36px;
}
.info .swiper .swiper-container {
  height: 30px;
}
.info .swiper .swiper-container .swiper-slide {
  box-sizing: border-box;
  padding: 0 12px;
  width: auto;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
  color: #666;
}
.info .swiper .swiper-container .swiper-slide.current {
  color: #fff;
  font-weight: bold;
  background-color: #02a7f0;
}
.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_cVHBWU.png");
}
.info .swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/info_prev_icon_cVHBWU.png");
}
.info .swiper .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/info_next_icon_active_cVHBWU.png");
}
.info .swiper .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/info_next_icon_cVHBWU.png");
}
.info .content {
  margin-top: 20px;
}
.info .more-link {
  position: absolute;
  top: 17px;
  right: 0;
  height: 21px;
  color: #02a7f0;
  line-height: 21px;
  padding-right: 17px;
  background: url("../images/tab_more_ico.png") right center no-repeat;
}
.info .more-link:hover {
  color: #02a7f0;
}
.info .list {
  overflow: hidden;
}
.info .list .link-item {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/notice_item_icon_IB3dRt.png") no-repeat left 3px;
}
.info .list .link-item:hover {
  border-color: #02a7f0;
}
.info .list .link-item:hover .title,
.info .list .link-item:hover .date {
  color: #02a7f0;
}
.info .list .link-item + .link-item {
  margin-top: 20px;
}
.info .list .link-item .tag {
  box-sizing: border-box;
  padding: 0 5px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #999;
}
.info .list .link-item .tag.tag1 {
  border-color: #02a7f0;
  background-color: #02a7f0;
}
.info .list .link-item .tag.tag2 {
  border-color: #ffaa36;
  background-color: #ffaa36;
}
.info .list .link-item .title {
  flex: 1;
  margin: 0 10px 0 6px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .list .link-item .date {
  color: #999;
}

.trade-info {
  margin-top: 20px;
  align-items: flex-start;
}
.trade-info .platform-box {
  padding-top: 8px;
}

.data-info {
  margin-top: 20px;
  border-radius: 4px;
  height: 140px;
  background: url("../images/data_bg.jpg") center no-repeat;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.2);
}
.data-info .data-title {
  margin-left: 16px;
  padding-left: 35px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: url("../images/data_ico.png") left center no-repeat;
}
.data-info .data-title + .data-txt {
  margin-top: 10px;
}
.data-info .data-txt {
  margin: 5px 16px 0;
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  color: #fff;
}
.data-info .data-txt > p {
  font-size: 16px;
}
.data-info .data-txt > p:first-child {
  flex-shrink: 0;
}
.data-info .data-txt > p:last-child {
  flex: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.data-info .data-txt > p > span {
  font-family: "OPPOSans-M";
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.data-info .data-txt > p .blank-space {
  margin-left: 15px;
}

.purchase-publicity .tab .tab-bd {
  margin-top: 19px;
}

.classic-case {
  margin-top: 20px;
}
.classic-case .case-header {
  position: relative;
}
.classic-case .platform-box {
  display: block;
  padding-top: 21px;
}

/* 经典案例 */
.case {
  margin-top: 13px;
}

.case .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.case .list .link-item {
  display: block;
  width: calc((100% - 40px) / 3);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.case .list .link-item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.case .list .img {
  display: block;
  width: 100%;
  height: 182px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.case .list .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.case .list .content .title {
  display: -webkit-box;
  color: #333;
  height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
}

.today-bid .list .link-item + .link-item {
  margin-top: 17px;
}

/* 2025-3-28 */
.notice .tab .tab-hd .hd-item,
.questions-box .tab .tab-hd .hd-item {
  font-size: 16px;
  border-radius: 4px;
}
.notice .tab .tab-hd .hd-item.current,
.questions-box .tab .tab-hd .hd-item.current {
  font-weight: 700;
  background-color: #F97D10;
}
.notice .list .link-item:hover,
.questions-box .list .link-item:hover {
  border-bottom-color: #F97D10;
}
.notice .list .link-item:hover .title,
.notice .list .link-item:hover .date,
.questions-box .list .link-item:hover .title,
.questions-box .list .link-item:hover .date {
  color: #F97D10;
}

.more-link {
  color: #999;
  padding-right: 0;
  background: none;
}
.more-link:hover {
  color: #999;
}

.questions-box .more-link,
.info .more-link {
  color: #999;
  padding-right: 0;
  background: none;
}
.questions-box .more-link:hover,
.info .more-link:hover {
  color: #999;
}

.home-top .module-box {
  padding: 24px 0;
}

.platform-box {
  width: calc(75% - 40px);
}

.data-info .data-title {
  background-position: -5px 10px;
}

.data-info .data-txt {
  height: 32px;
}

.sys-login {
  margin-top: 0;
  padding: 0;
}

.entrance {
  margin-top: 5px;
}

.case-area {
  margin-top: 30px;
  height: 589px;
  overflow: hidden;
  background: url("../images/case_bg.jpg") center top no-repeat;
}
.case-area .trade-info {
  margin-top: 50px;
}
.case-area .trade-info .platform-box {
  width: calc(75% - 20px);
  border-radius: 4px;
  padding: 8px 24px 24px;
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.case-area .purchase-publicity {
  border-radius: 4px;
  padding: 8px 24px 24px;
  box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.case-area .purchase-publicity .module-title {
  height: 54px;
  line-height: 54px;
}
.case-area .purchase-publicity .tab .tab-bd {
  margin-top: 9px;
}
.case-area .purchase-publicity .more-link {
  top: 23px;
}

.info .hd .title {
  padding-left: 13px;
}
.info .hd .title:before {
  width: 3px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.module-title {
  padding-left: 13px;
}
.module-title:before {
  width: 3px;
  height: 22px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.info .list .link-item .tag.tag1 {
  color: #A4A4A4;
  border-color: #E1E1E1;
  background-color: #F3F3F3;
}

.info .list .link-item .tag.tag2 {
  color: #F97D10;
  border-color: rgba(255, 222, 176, 0.89);
  background-color: rgba(255, 236, 209, 0.89);
}

.info .list .link-item:hover {
  border-color: #F97D10;
}

.info .list .link-item:hover .title, .info .list .link-item:hover .date {
  color: #F97D10;
}

.info .swiper .swiper-container .swiper-slide {
  font-size: 16px;
  border-radius: 4px;
}

.info .swiper .swiper-container .swiper-slide.current {
  background-color: #F97D10;
}

.info .tab1 > .tab-hd {
  padding-left: 113px;
}

.info .tab1 > .tab-hd .hd-item {
  font-size: 16px;
}

.info .tab1 > .tab-hd .hd-item.current {
  color: #F97D10;
  font-weight: 700;
  background: linear-gradient(360deg, rgba(255, 170, 54, 0.12) 0%, rgba(255, 170, 54, 0) 100%);
}

.info .tab1 > .tab-hd .hd-item.current::after {
  background-color: #F97D10;
}

.notice .list .link-item,
.questions-box .list .link-item,
.info .list .link-item {
  background-position-y: 5px;
}

.entrance .link-item .text {
  font-size: 18px;
}

.notice .list .link-item .title,
.questions-box .list .link-item .title,
.info .list .link-item .title,
.case .list .content .title {
  font-size: 16px;
}

.classic-case {
  margin-top: 6px;
}


/* 2025-4-10 */
.case-area .purchase-publicity {
  height: 489px;
}

.questions-box .purchase-publicity .list .link-item + .link-item {
  margin-top: 21px;
}

.today-link {
  display: block;
  height: 73px;
  line-height: 73px;
  font-weight: 700;
  font-size: 20px;
  padding-left: 112px;
  color: #fff;
}
.today-link.today-bid {
  background: url("../images/today_img1.png") center no-repeat;
}
.today-link.site-info {
  margin-top: 12px;
  background: url("../images/today_img2.png") center no-repeat;
}

.data-info {
  margin-top: 12px;
  box-shadow: none;
}

.case {
  margin-top: 24px;
}

/* 2025-4-14 */
.hd-item a {
  color:#666;
}

.hd-item.current a {
  color:#fff;
}
.info .tab1 > .tab-hd .hd-item.current a {
  color:#F97D10;
}