@charset "UTF-8";
/**
 * 四川省公共资源交易服务中心四大块系统建设项目
 * date: 2025-10-9
 * author: wuzhou;
 */
.info-box {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}
.info-box.module1 {
  margin-top: 24px;
}
.info-box.module2 {
  margin-top: 30px;
}

.info-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.info-title > p {
  font-weight: 700;
  font-size: 28px;
  color: #0068ff;
  margin: 0 11px;
  font-family: "AlimamaFangYuanTiVF-Thin";
}

.handle-items {
  display: flex;
}
.handle-items .handle-item {
  width: calc((100% - 48px) / 4);
  margin-top: 21px;
}
.handle-items .handle-item:hover {
  opacity: 0.9;
}
.handle-items .handle-item:not(:nth-child(4n)) {
  margin-right: 16px;
}
.handle-items .handle-item > a {
  display: block;
  height: 93px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
.handle-items .handle-item > a > p {
  position: relative;
  margin-left: 36px;
  margin-right: 100px;
  margin-top: 26px;
  line-height: 27px;
  height: 27px;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.handle-items .handle-item > a > i {
  display: block;
  margin-top: 6px;
  margin-left: 36px;
  width: 22px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
}
.handle-items .handle-item.handle1 > a {
  background: url("../images/handle_bg1.jpg") center top no-repeat;
}
.handle-items .handle-item.handle2 > a {
  background: url("../images/handle_bg2.jpg") center top no-repeat;
}
.handle-items .handle-item.handle3 > a {
  background: url("../images/handle_bg3.jpg") center top no-repeat;
}
.handle-items .handle-item.handle4 > a {
  background: url("../images/handle_bg4.jpg") center top no-repeat;
}

.handle-title {
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
.handle-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #5dabed;
}
.handle-title .handle-title-name {
  position: relative;
  width: 146px;
  height: 35px;
  line-height: 35px;
  z-index: 10;
  color: #fff;
  background: url("../images/title_bg.png") left center no-repeat;
}
.handle-title .handle-title-name > p {
  padding-left: 42px;
  font-size: 18px;
  font-weight: 700;
  background: url("../images/title_other_ico.png") 19px 50% no-repeat;
}

.today-date {
  line-height: 24px;
  color: #2e3033;
}

.notice-items {
  display: flex;
  flex-wrap: wrap;
}
.notice-items .notice-item {
  margin-top: 16px;
  border-radius: 3px;
  width: calc((100% - 64px) / 9);
  height: 110px;
  overflow: hidden;
  background-color: #f0f8ff;
}
.notice-items .notice-item:not(:nth-child(9n)) {
  margin-right: 8px;
}

.notice-title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(90.3deg, #3179e2 -2.6%, #52b0ff 124.76%);
}
.notice-title > p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.notice-title > p > img {
  margin-right: 4px;
  box-shadow: 1.36px 1.36px 2.73px 0px rgba(0, 0, 0, 0.12);
}

.notice-content {
  margin-top: 6px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.notice-content > P:first-child {
  font-size: 13px;
}
.notice-content > P:nth-child(2) {
  text-align: right;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-content > P:nth-child(2) > span {
  color: #0068ff;
  font-size: 20px;
  font-weight: 700;
}

.transaction {
  width: calc(100% - 398px);
}

.announcement {
  width: 374px;
}
.announcement .trade-items {
  margin-top: 5px;
}
.announcement .trade-item {
  padding-top: 6px;
}

.transaction .handle-title .handle-title-name > p {
  padding-left: 45px;
  background-image: url("../images/title_other_ico2.png");
  background-position: 16px 50%;
}

.announcement .handle-title .handle-title-name > p {
  padding-left: 46px;
  background-image: url("../images/title_other_ico3.png");
  background-position: 23px 50%;
}

.title-part {
  display: flex;
  align-items: flex-start;
  padding-top: 7px;
}

.more-link {
  padding-right: 17px;
  color: #0068ff;
  line-height: 21px;
  background: url("../images/more_ico.png") right center no-repeat;
}

.area-items {
  display: flex;
  padding-right: 19px;
}
.area-items .area-item {
  position: relative;
  font-size: 16px;
  margin-right: 24px;
  cursor: pointer;
  height: 28px;
  line-height: 18px;
}
.area-items .area-item.active {
  font-weight: 700;
  color: #0068ff;
}
.area-items .area-item.active:before {
  position: absolute;
  content: "";
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 3px;
  background-color: #0068ff;
}

.sub-tab {
  margin-top: 16px;
  display: flex;
}
.sub-tab > .tab-hd {
  padding: 11px 0 9px;
  width: 151px;
  min-height: 344px;
  background: url("../images/trade_menu_bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.sub-tab > .tab-bd {
  flex: 1;
  width: 0;
  margin-left: 20px;
}

.sub-item {
  margin-left: 6px;
  padding-left: 41px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 11px 50%;
}
.sub-item.sub1 {
  background-image: url("../images/trade_ico1.png");
}
.sub-item.sub2 {
  background-image: url("../images/trade_ico2.png");
}
.sub-item.sub3 {
  background-image: url("../images/trade_ico3.png");
}
.sub-item.sub4 {
  background-image: url("../images/trade_ico4.png");
}
.sub-item.sub5 {
  background-image: url("../images/trade_ico5.png");
}
.sub-item.sub6 {
  background-image: url("../images/trade_ico6.png");
}
.sub-item.sub7 {
  background-image: url("../images/trade_ico7.png");
}
.sub-item.sub8 {
  background-image: url("../images/trade_ico8.png");
}
.sub-item.sub9 {
  background-image: url("../images/trade_ico9.png");
}
.sub-item.active {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  color: #0068ff;
  background-color: #fff;
}
.sub-item.active.sub1 {
  background-image: url("../images/trade_ico1h.png");
}
.sub-item.active.sub2 {
  background-image: url("../images/trade_ico2h.png");
}
.sub-item.active.sub3 {
  background-image: url("../images/trade_ico3h.png");
}
.sub-item.active.sub4 {
  background-image: url("../images/trade_ico4h.png");
}
.sub-item.active.sub5 {
  background-image: url("../images/trade_ico5h.png");
}
.sub-item.active.sub6 {
  background-image: url("../images/trade_ico6h.png");
}
.sub-item.active.sub7 {
  background-image: url("../images/trade_ico7h.png");
}
.sub-item.active.sub8 {
  background-image: url("../images/trade_ico8h.png");
}
.sub-item.active.sub9 {
  background-image: url("../images/trade_ico9h.png");
}

.three-tab > .tab-hd {
  white-space: nowrap;
  padding: 3px 0;
  font-size: 0;
  overflow-x: auto;
}
.three-tab > .tab-hd > .tab-hd-item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 9px;
  font-size: 16px;
  border-radius: 2px;
  height: 24px;
  line-height: 22px;
  cursor: pointer;
  color: #0068ff;
  border: 1px solid #0068ff;
}
.three-tab > .tab-hd > .tab-hd-item + .tab-hd-item {
  margin-left: 8px;
}
.three-tab > .tab-hd > .tab-hd-item.active {
  color: #fff;
  background-color: #0068ff;
}

.trade-items {
  margin-top: 4px;
}

.trade-item {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  line-height: 27px;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.trade-item > a {
  display: block;
  flex: 1;
  color: #333;
  padding-left: 24px;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/notice_item.png") left center no-repeat;
}
.trade-item > span {
  color: #999;
}
.trade-item:hover {
  border-bottom-color: #5dabed;
}
.trade-item:hover > a,
.trade-item:hover > span {
  color: #0068ff;
}

.library-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.library-wrap .library-item {
  width: calc((100% - 10px) / 2);
  height: 57px;
  border-radius: 3px;
}
.library-wrap .library-item > a {
  display: block;
  padding-left: 52px;
  line-height: 57px;
  color: #fff;
}
.library-wrap .library-item.library1 {
  background: url("../images/library_bg1.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.library-wrap .library-item.library1 > a {
  background: url("../images/library_ico1.png") 3px 6px no-repeat;
}
.library-wrap .library-item.library2 {
  background: url("../images/library_bg2.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.library-wrap .library-item.library2 > a {
  background: url("../images/library_ico2.png") 3px 6px no-repeat;
}
.library-wrap .library-item:hover {
  opacity: 0.9;
}

.network-response {
  margin-top: 54px;
}

.network-items {
  display: flex;
}
.network-items .network-item {
  margin-top: 24px;
  width: calc((100% - 60px) / 4);
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(146, 143, 143, 0.1);
}
.network-items .network-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.network-items .network-item > a {
  box-sizing: border-box;
  display: block;
  padding-top: 31px;
  padding-left: 32px;
  font-size: 18px;
  color: #333;
  line-height: 27px;
  height: 107px;
}
.network-items .network-item > a > i {
  margin-top: 7px;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0068ff;
}
.network-items .network-item > a:hover {
  color: #0068ff;
}
.network-items .network-item.network1 {
  background: url("../images/network_img1.jpg") left center no-repeat;
}
.network-items .network-item.network1 {
  background: url("../images/network_img1.jpg") left center no-repeat;
}
.network-items .network-item.network2 {
  background: url("../images/network_img2.jpg") left center no-repeat;
}
.network-items .network-item.network3 {
  background: url("../images/network_img3.jpg") left center no-repeat;
}
.network-items .network-item.network4 {
  background: url("../images/network_img4.jpg") left center no-repeat;
}

.zone-wrap {
  display: flex;
  margin-top: 48px;
}
.zone-wrap > a {
  box-sizing: border-box;
  display: block;
  width: calc((100% - 20px) / 2);
  font-size: 21px;
  font-weight: 900;
  padding-left: 37px;
  height: 114px;
  line-height: 110px;
  color: #fff;
  font-style: italic;
  border: 2px solid #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}
.zone-wrap > a:not(:nth-child(2n)) {
  margin-right: 20px;
}
.zone-wrap > a.zone1 {
  background: url("../images/zone_bg1.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.zone-wrap > a.zone2 {
  background: url("../images/zone_bg2.jpg") center top no-repeat;
  background-size: 100% 100%;
}
.zone-wrap > a:hover {
  opacity: 0.9;
}

/* 2025-10-21 */
.handle-items .handle-item.handle1 > a {
  background-size: 100% 100%;
}

.network-items .network-item.network1 {
  background-size: 100% 100%;
}

.handle-items .handle-item.handle2 > a {
  background-size: 100% 100%;
}

.network-items .network-item.network2 {
  background-size: 100% 100%;
}

.handle-items .handle-item.handle3 > a {
  background-size: 100% 100%;
}

.network-items .network-item.network3 {
  background-size: 100% 100%;
}

.handle-items .handle-item.handle4 > a {
  background-size: 100% 100%;
}

.network-items .network-item.network4 {
  background-size: 100% 100%;
}

.notice-content {
  padding: 0 5px;
}