@charset "UTF-8";
/**
 * 楚天云采政府采购平台
 * date: 2025-3-20
 * author: hcong;
 */
.main {
  padding-bottom: 30px;
}

.page-mod {
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  margin-top: 30px;
}
.page-mod.mod1 {
  float: left;
  height: 319px;
  width: 740px;
}
.page-mod.mod2 {
  float: right;
  height: 319px;
  width: 750px;
  padding: 0 20px;
}
.page-mod.mod3 {
  float: left;
  height: 607px;
  width: 968px;
}
.page-mod.mod4 {
  float: right;
  height: 607px;
  width: 522px;
}
.page-hd {
  height: 54px;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.page-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/hd_icon.png") no-repeat;
  left: -7px;
  top: -4px;
}
.page-more {
  font-size: 14px;
  line-height: 22px;
  margin-left: 24px;
  color: #1f6de8;
  background: url("../images/more_icon.png") right center no-repeat;
  padding-right: 17px;
}

.tab-notice {
  margin-top: -54px;
}
.tab-notice .tab-hd {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 57px;
}
.tab-hd {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-hd-item {
  height: 54px;
  font-size: 14px;
  margin-left: 4px;
  color: #666;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 54px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab-hd-item.active {
  color: #1f6de8;
  font-weight: bold;
  border-bottom: 2px solid #1f6de8;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 109, 232, 0.12)), to(rgba(31, 109, 232, 0)));
  background: linear-gradient(0deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}
.tab-bd {
  padding-top: 16px;
}

.list-item {
  height: 31px;
  line-height: 21px;
  font-size: 14px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  background: url("../images/info_icon.png") left 3px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-item:hover {
  color: #1f6de8;
  border-color: #1f6de8;
}
.list-item:hover > span, .list-item:hover > a {
  color: #1f6de8;
}
.list-item:first-child {
  margin-top: 0;
}
.list-item > a {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-item > span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #999;
}

/* 入口 */
.entrance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 110px;
  margin-top: 20px;
}
.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 60px 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: 18px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.entrance-bottom {
  height: 94px;
}
.entrance-bottom .link-item {
  padding-left: 22px;
}
.entrance-bottom .link-item .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}

.sales {
  margin-top: 24px;
}
.sales-hd {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background: #eef3fc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sales-hd-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  width: 0;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sales-hd-item.active {
  color: #fff;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e91fc), to(#1f6de9));
  background-image: linear-gradient(to bottom, #4e91fc, #1f6de9);
}
.sales-hd-item.active::before, .sales-hd-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 42px;
  background: no-repeat center;
  pointer-events: none;
}
.sales-hd-item.active::before {
  right: calc(100% - 1px);
  background-image: url("../images/index_tab_icon1.png");
}
.sales-hd-item.active::after {
  left: calc(100% - 1px);
  background-image: url("../images/index_tab_icon2.png");
}
.sales-bd {
  margin-top: 24px;
}

.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second-hd {
  width: 188px;
  height: 439px;
  border-radius: 4px;
  overflow: hidden;
  background: url("../images/tab_bg.png") no-repeat;
}
.second-hd-item {
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  padding-left: 46px;
  background-position: 16px center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  border-right: 2px solid transparent;
  position: relative;
}
.second-hd-item::before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.second-hd-item:nth-child(1)::before {
  background-image: url("../images/tab_icon1.png");
}
.second-hd-item:nth-child(1).active::before {
  background-image: url("../images/tab_icon1h.png");
}
.second-hd-item:nth-child(2)::before {
  background-image: url("../images/tab_icon2.png");
}
.second-hd-item:nth-child(2).active::before {
  background-image: url("../images/tab_icon2h.png");
}
.second-hd-item:nth-child(3)::before {
  background-image: url("../images/tab_icon3.png");
}
.second-hd-item:nth-child(3).active::before {
  background-image: url("../images/tab_icon3h.png");
}
.second-hd-item:nth-child(4)::before {
  background-image: url("../images/tab_icon4.png");
}
.second-hd-item:nth-child(4).active::before {
  background-image: url("../images/tab_icon4h.png");
}
.second-hd-item:nth-child(5)::before {
  background-image: url("../images/tab_icon5.png");
}
.second-hd-item:nth-child(5).active::before {
  background-image: url("../images/tab_icon5h.png");
}
.second-hd-item.active {
  font-weight: bold;
  color: #1f6de8;
  border-color: #1f6de8;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(96.72%, rgba(255, 255, 255, 0.19)));
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.19) 96.72%);
}
.second-bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  width: 0;
}

/* 办事指南 */
.list-mod {
  margin-top: 24px;
}
.list-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-hd > h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 26px;
  background-position: left center;
  background-repeat: no-repeat;
}
.list-hd > h3.list1 {
  background-image: url("../images/list_icon1.png");
}
.list-hd > h3.list2 {
  background-image: url("../images/list_icon2.png");
}
.list-hd > h3.list3 {
  background-image: url("../images/list_icon3.png");
}
.list-hd .list-more {
  font-size: 14px;
  line-height: 22px;
  margin-left: 24px;
  color: #1f6de8;
  background: url("../images/more_icon.png") right center no-repeat;
  padding-right: 17px;
}
.list-bd .list-item {
  margin-top: 18px;
}
.list-bd .list-item:first-child {
  margin-top: 12px;
}

.tool {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(10, 30, 75, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(10, 30, 75, 0.1);
}
.tool-item {
  background-color: #fff;
  border-radius: 4px;
}
.tool-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7eaeff), to(#1d71ff));
  background: linear-gradient(180deg, #7eaeff 0%, #1d71ff 100%);
}
.tool-item:hover > a {
  color: #fff;
}
.tool-item:hover .tool-tel {
  display: block;
}
.tool-item > a {
  display: block;
  border-radius: 4px;
  width: 88px;
  height: 88px;
  background-position: center 14px;
  background-repeat: no-repeat;
  padding-top: 54px;
  text-align: center;
  color: #7C8BA1;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tool-item:nth-child(1) > a {
  background-image: url("../images/tool_icon1.png");
}
.tool-item:nth-child(1):hover > a {
  background-image: url("../images/tool_icon1h.png");
}
.tool-tel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: none;
  width: 145px;
  height: 88px;
  margin-right: 82px;
  padding-right: 16px;
}
.tool-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(138, 157, 185, 0.2);
          box-shadow: 0px 4px 10px rgba(138, 157, 185, 0.2);
  border-radius: 8px;
}
.tool-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  width: 15px;
  height: 88px;
  background: url("../images/arrow_right.png") center no-repeat;
}

@media (max-width: 1520px) {
  .page-mod.mod1 {
    width: 508px;
  }
  .page-mod.mod2 {
    width: 662px;
  }
  .page-mod.mod3 {
    width: 724px;
  }
  .page-mod.mod4 {
    width: 446px;
  }
}