@charset "UTF-8";
/**
 * 盐都区公共资源电子化综合交易平台建设项目
 * date: 2024-5-30
 * author: hcong;
 */
.main {
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.8%, #FFF), to(#e7f2fe));
  background: linear-gradient(180deg, #FFF 58.8%, #e7f2fe 100%);
}
.main-top {
  padding: 20px 0 0 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-top .swiper-container {
  width: 714px;
  height: 516px;
  margin: 0;
}
.main-top .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-top .swiper-slide img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.main-top .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.main-top .swiper-pagination-bullet-active {
  opacity: 1;
  background: #4782CE;
}
.main-top .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.main-top .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 27px;
}

/* 动态要闻 */
.news {
  width: 242px;
  height: 516px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C9C9C9;
  padding: 10px 10px 0;
}
.news-hd {
  height: 43px;
  line-height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-hd > h3 {
  padding: 6px 10px 4px;
  line-height: 27px;
  border-bottom: 2px solid #4782CE;
  font-size: 18px;
  font-weight: 500;
  color: #4782CE;
  position: relative;
}
.news-hd > h3::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  background: url("../images/arrow.png") no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
}
.news-hd > a {
  color: #999;
}
.news-items {
  margin-top: 10px;
  height: 160px;
}
.news-item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item a {
  color: #333;
}

.log-hd {
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #4782CE;
  padding-left: 43px;
  margin-top: 10px;
  background: url("../images/computer_icon.png") 10px center no-repeat;
}
.log-item {
  margin-top: 6px;
}
.log-item > a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  border-radius: 20px;
  padding: 0 48px 0 20px;
  background: url("../images/right_icon.png") right 20px center no-repeat #ECF5FF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  background: #fff;
  margin-top: 20px;
}
.link-hd {
  height: 114px;
  width: 184px;
}
.link-hd img {
  vertical-align: top;
  width: 184px;
  height: 114px;
}
.link-bd {
  width: calc(100% - 184px);
  padding: 12px 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link-bd .swiper-slide img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

/* 今日交易 */
.sales {
  margin-top: 46px;
}
.sales-hd {
  height: 62px;
  border-bottom: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.sales-hd h3 {
  border-bottom: 2px solid #548DD7;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sales-hd h3 img {
  vertical-align: top;
}
.sales-bd {
  margin-top: 20px;
  padding-bottom: 46px;
}
.sales-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sales-item {
  width: 232px;
  height: 92px;
  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;
  padding: 0 14px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(16, 99, 146, 0.5);
}
.sales-items a:nth-child(1) .sales-item {
  background-image: url("../images/entra1.png");
}
.sales-items a:nth-child(2) .sales-item {
  background-image: url("../images/entra2.png");
}
.sales-items a:nth-child(3) .sales-item {
  background-image: url("../images/entra3.png");
}
.sales-items a:nth-child(4) .sales-item {
  background-image: url("../images/entra4.png");
}
.sales-items a:nth-child(5) .sales-item {
  background-image: url("../images/entra5.png");
}
.sales-items a:last-child .sales-item {
  text-shadow: 0px 2px 4px rgba(193, 60, 26, 0.5);
}
.sales-name {
  max-width: 80px;
}
.sales-num {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
}
.sales-num .num {
  margin-right: 6px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: none;
  font-family: "Microsoft YaHei";
}