@charset "UTF-8";
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
/**
* 吉林银行吉林省公共资源一体化项目
* date:2022-11-2
* author: xuhai;
 */
.more {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
}
.more::after{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  content:'更多';
    color:#003984;
  font-size:16px;
  text-decoration:underline;
  pointer-events:all;
}

.more1 {
  position: absolute;
  right: 20px;
  top: 3%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
}
.more1::after{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
  content:'更多';
    color:#003984;
  font-size:16px;
  text-decoration:underline;
  pointer-events:all;
}
.public-cons {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.public-header {
  position: relative;
  height: 60px;
  padding: 0 20px;
  z-index: 1;
}

.public-con {
  flex: 1;
  height: 0;
}

.public-hds {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
}

.public-hds .public-hds-item:first-child {
  margin-left: 0;
}

.public-hds-item {
  height: 100%;
  font-size: 22px;
  color: #666;
  margin-left: 37px;
  cursor: pointer;
}

.public-hds-item:first-child {
  margin-left: 0;
}

.public-hds-item .title {
  position: relative;
  height: 100%;
  line-height: 60px;
  z-index: 1;
}

.public-hds-item .title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #003984;
  border-radius: 2px;
  z-index: 1;
}

.public-hds-item:hover, .public-hds-item.active, .public-hds-item.current {
  color: #003984;
}

.title:hover, .title.active, .title.current {
  color: #003984;
}

.public-hds-item:hover .title::after, .public-hds-item.active .title::after, .public-hds-item.current .title::after {
  content: '';
}

.public-bds-item {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  box-sizing: border-box;
}

.public-list {
  position: relative;
  z-index: 1;
}

.public-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  color: #3B4351;
  font-size: 16px;
  line-height: 32px;
  margin-top: 2px;
  border: 1px solid transparent;
  padding-right: 20px;
  box-sizing: border-box;
}

.public-list-item:first-child {
  margin-top: 0;
}

.public-list-item .icon {
  display: block;
  position: relative;
  width: 29px;
  height: 29px;
  margin-right: 14px;
  z-index: 1;
}

.public-list-item .icon::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  z-index: 1;
  content: '';
}

.public-list-item .date {
  display: block;
  color: #999;
  margin-left: 53px;
}

.public-list-item .text {
  display: block;
  flex: 1;
  width: 0;
}

.public-list-item:hover, .public-list-item.active, .public-list-item.current {
  border-color: transparent;
  color: #003984;
  background-color: transparent;
}

.public-list-item:hover .icon::before, .public-list-item.active .icon::before, .public-list-item.current .icon::before {
  left: 18px;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-color: #fff;
  background-color: #003984;
  box-shadow: 0 0 10px 2px #cee0f8;
}

.public-list-item:hover .date, .public-list-item.active .date, .public-list-item.current .date {
  color: #003984;
}

.public-list-line {
  position: absolute;
  left: 24px;
  top: 0;
  transform: translateX(50%);
  width: 0;
  height: 100%;
  padding: 16px 0 14px;
  box-sizing: border-box;
  z-index: 1;
}

.public-list-line::before {
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px dashed #bfc4cb;
  box-sizing: border-box;
  content: '';
}

.public-title {
  height: 38px;
  font-size: 36px;
  text-align: center;
  color: #020202;
  line-height: 38px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.box {
  padding-top: 30px;
  box-sizing: border-box;
}

.inform {
  display: flex;
  justify-content: space-between;
  height: 379px;
}

.news {
  width: 522px;
  height: 100%;
}

.news .swiper-slide {
  position: relative;
  color: #fff;
  font-size: 16px;
  z-index: 1;
}

.news .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.news .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
  line-height: 51px;
  background-color: rgba(2, 15, 31, 0.5);
  padding-left: 110px;
  padding-right: 96px;
  box-sizing: border-box;
  z-index: 1;
}

.news .swiper-slide .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 96px;
  height: 84px;
  color: #f7f7f7;
  background: linear-gradient(-81deg, #5885E2 0%, #003984 100%);

  padding-top: 13px;
  box-sizing: border-box;
  z-index: 9;
}

.news .swiper-slide .date-day {
  height: 38px;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 7px;
}

.news .swiper-slide .date-year {
  height: 18px;
  line-height: 18px;
}

.news .swiper-slide .date-year i {
  font-style: inherit;
  margin: 0 2px 0 3px;
}

.news .swiper-pagination {
  bottom: 14px;
  text-align: right;
  padding-right: 16px;
  box-sizing: border-box;
}

.news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.news .swiper-pagination-bullet-active {
  width: 23px;
}

.notice-law {
  width: 497px;
  height: 100%;

}

.logins {
  display: block;
  width: 133px;
  height: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 29px;
  background: url("../images/logins_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 23px 52px 0;
  box-sizing: border-box;
}

.other {
  margin-top: 59px;
}

.other-con {
  position: relative;
  z-index: 1;
  padding-top: 436px;
  box-sizing: border-box;
}

.other-tab-item {
  display: none;
}

.other-tab-item.current {
  display: block;
}

.area {
  margin-bottom: 33px;
}

.area .public-title {
  margin-bottom: 27px;
}

.area-con {
  position: relative;
  left: -12px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 1224px;
}

.area-item {
  height: 85px;
  /* font-size: 20px; */
  font-size: 18px;
  text-align: center;
  color: #3B4351;
  line-height: 55px;
  /* padding: 15px 12px; */
  padding: 15px 8px;
  box-sizing: border-box;
}

.area-item > span {
  display: block;
  /* min-width: 180px; */
  min-width: 40px;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 4px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.area-item > span:hover, .area-item > span.current, .area-item > span.active {
  color: #fff;
  background-color: #003984;
}

.bidding {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 436px;

  background-size: cover;
  padding-top: 45px;
  box-sizing: border-box;
  z-index: 1;
}

.bidding .public-title {
  position: relative;
  margin-bottom: 26px;
  z-index: 1;
}

.bidding-list {
  height: 290px;
  overflow: hidden;
}

.bidding-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  font-size: 18px;
  border-bottom: 1px dashed #fcddd3;
  box-sizing: border-box;
  cursor: pointer;
}

.bidding-list-item .icon {
  width: 22px;
  height: 22px;
  background: url("../images/list_icon_b.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 22px;
}

.bidding-list-item:hover .icon{
   background: url("../images/list_icon_b_h.png") no-repeat center;
  background-size: 100% 100%;
}

.bidding-list-item .title {
  flex: 1;
  width: 0;
  color: #333;
}

.bidding-list-item .date {
  color: #888;
  margin-left: 74px;
}

.bidding-list-item:last-child {
  border-bottom-color: transparent;
}

.bidding-list-item:hover .title,
.bidding-list-item:hover .date, .bidding-list-item.active .title,
.bidding-list-item.active .date, .bidding-list-item.current .title,
.bidding-list-item.current .date {
  color: #003984;
}

.trade-statistics {
  position: absolute;
  left: 0;
  top: 1756px;
  width: 100%;
  height: 443px;
  padding-top: 44px;
  box-sizing: border-box;
  z-index: 1;
}

.trade-statistics .public-title {
  position: relative;
  margin-bottom: 41px;
  z-index: 1;
}

.trade-statistics-con {
  display: flex;
  justify-content: space-between;
  height: 263px;
}

.trade-statistics-con .item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 220px;
  height: 100%;
  border-radius: 4px;
  /* box-shadow: 0 9px 12px 0 rgba(159, 164, 173, 0.2); */
}

.trade-statistics-con .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 76px;
  font-size: 22px;
  color: #003984;
  font-weight:bold;
  padding-left: 24px;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: 100% 100%;
}

.trade-statistics-con .item-title::before {
  display: block;
  width: 48px;
  height: 48px;
  background: no-repeat center;
  background-size: 100% 100%;
  content: '';
  margin-right: 14px;
}

.trade-statistics-con .item-list {
  flex: 1;
  height: 0;
  font-size: 16px;
  overflow: hidden;
  color: #333;
  background: #F7F7F7;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 8px;
  box-sizing: border-box;
}

.trade-statistics-con .item-list .num {
  color: #003984;

  font-size: 28px;
  font-family: 'D-DIN-Bold';
  margin: 0 5px 0 8px;
}

.trade-statistics-con .item-list .title {
  flex: 1;
  width: 0;
  text-align: right;
}

.trade-statistics-con .item-list-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 30px;
  box-sizing: border-box;
  margin-top: 10px;
}

.trade-statistics-con .item-list-con:first-child {
  margin-top: 0;
}

.trade-statistics-con .item .item-title {
  border-bottom:4px solid #016bb6;
  background: #E2ECF5;

}

.trade-statistics-con .item:nth-child(1) .item-title::before {
  background-image: url("../images/icon_statistics1_b.png");
}



.trade-statistics-con .item:nth-child(2) .item-title::before {
  background-image: url("../images/icon_statistics2_b.png");
}



.trade-statistics-con .item:nth-child(3) .item-title::before {
  background-image: url("../images/icon_statistics3_b.png");
}



.trade-statistics-con .item:nth-child(4) .item-title::before {
  background-image: url("../images/icon_statistics4_b.png");
}



.trade-statistics-con .item:nth-child(5) .item-title::before {
  background-image: url("../images/icon_statistics5_b.png");
}

.trade-infor {
  height: 1320px;
  padding-top: 46px;
  box-sizing: border-box;
  margin-bottom: 443px;
  overflow: hidden;
}

.trade-infor .public-title {
  margin-bottom: 41px;
}

.trade-infor .infor-hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  padding: 0 76px;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
}

.trade-infor .infor-hd {
  position: relative;
  min-width: 116px;
  height: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 25px;
  background: url("../images/icon_bg_b.png") no-repeat center 34px;
  background-size: 116px 97px;
  padding-top: 131px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}

.trade-infor .infor-hd::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66px;
  background: no-repeat center;
  content: '';
  z-index: 1;
}

.trade-infor .infor-hd::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: #003984;
  z-index: 1;
}

.trade-infor .infor-hd:hover, .trade-infor .infor-hd.current, .trade-infor .infor-hd.active {
  color: #003984;
  background-image: url("../images/icon_bg_current_b.png");
}

.trade-infor .infor-hd:hover::after, .trade-infor .infor-hd.current::after, .trade-infor .infor-hd.active::after {
  content: '';
}

.trade-infor .infor-hd:nth-child(1)::before {
  background-image: url("../images/icon_1_cc_b.png");
}

.trade-infor .infor-hd:nth-child(1):hover::before, .trade-infor .infor-hd:nth-child(1).current::before, .trade-infor .infor-hd:nth-child(1).active::before {
  background-image: url("../images/icon_1_b_current.png");
}

.trade-infor .infor-hd:nth-child(2)::before {
  background-image: url("../images/icon_2_cc_b.png");
}

.trade-infor .infor-hd:nth-child(2):hover::before, .trade-infor .infor-hd:nth-child(2).current::before, .trade-infor .infor-hd:nth-child(2).active::before {
  background-image: url("../images/icon_2_b_current.png");
}

.trade-infor .infor-hd:nth-child(3)::before {
  background-image: url("../images/icon_3_cc_b.png");
}

.trade-infor .infor-hd:nth-child(3):hover::before, .trade-infor .infor-hd:nth-child(3).current::before, .trade-infor .infor-hd:nth-child(3).active::before {
  background-image: url("../images/icon_3_b_current.png");
}

.trade-infor .infor-hd:nth-child(4)::before {
  background-image: url("../images/icon_4_cc_b.png");
}

.trade-infor .infor-hd:nth-child(4):hover::before, .trade-infor .infor-hd:nth-child(4).current::before, .trade-infor .infor-hd:nth-child(4).active::before {
  background-image: url("../images/icon_4_b_current.png");
}

.trade-infor .infor-hd:nth-child(5)::before {
  background-image: url("../images/icon_5_cc_b.png");
}

.trade-infor .infor-hd:nth-child(5):hover::before, .trade-infor .infor-hd:nth-child(5).current::before, .trade-infor .infor-hd:nth-child(5).active::before {
  background-image: url("../images/icon_5_b_current.png");
}

.trade-infor .infor-bds {
  height: 450px;
  margin-top: 17px;
}

.trade-infor .infor-bd {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.trade-infor .infor-child-hds {
  width: 223px;
  height: 100%;
  background: #F3FAFF;
  background-size: 100% 100%;
  padding-top: 21px;
  box-sizing: border-box;
  overflow-y: auto;
}

.trade-infor .infor-child-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 18px;
  color: #3B4351;
  text-align: center;
  line-height: 48px;
  z-index: 1;
  cursor: pointer;
}

.trade-infor .infor-child-hd > span {
  position: relative;
  height: 100%;
  z-index: 1;
}

.trade-infor .infor-child-hd > span::before {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 11px;
  height: 12px;
  background: url("../images/child_icon_b.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}

.trade-infor .infor-child-hd:hover, .trade-infor .infor-child-hd.active, .trade-infor .infor-child-hd.current {
color:#003984;
  font-weight:bold;
}

.trade-infor .infor-child-hd:hover > span::before, .trade-infor .infor-child-hd.active > span::before, .trade-infor .infor-child-hd.current > span::before {
  content: '';
}

.trade-infor .infor-child-bds {
  flex: 1;
  width: 0;
  height: 100%;
  padding-top: 16px;
 
  box-sizing: border-box;
}

.trade-infor .infor-child-bd {
  height: 100%;
  overflow-y: auto;
}

.trade-infor .infor-child-bd .public-list-line {
  left: 33.5px;
  padding: 22px 0;
}

.trade-infor .infor-child-bd .public-list-item {
  height: 50px;
  line-height: 50px;
  margin-top: 3px;
}

.trade-infor .infor-child-bd .public-list-item:first-child {
  margin-top: 0;
}

.trade-infor .infor-child-bd .public-list-item .icon {
  width: 37px;
  margin-right: 18px;
}

.trade-infor .infor-child-bd .public-list-item .icon::before {
  left: 29px;
}

.trade-infor .infor-child-bd .public-list-item .address {
  width: 186px;
  text-align: center;
  margin: 0 10px;
}

.trade-infor .infor-child-bd .public-list-item .date {
  margin-left: 0;
}

.services {
  height: 554px;
  padding-top: 48px;
  box-sizing: border-box;

}

.services .public-title {
  margin-bottom: 46px;
}

.services-con {
  display: flex;
  justify-content: space-between;
  height: 364px;
}

.services-item {
  position: relative;
  width: 282px;
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 100%);

  z-index: 1;
}

.services-item-title {
  height: 73px;
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 73px;
}

.services-item-con {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.services-item .link {
  display: block;
  min-width: 221px;
  max-width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #3B4351;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 10px;
}

.services-item .link:first-child {
  margin-top: 0;
}

.services-item .link:hover {
  color: #003984;
  background-color: #fff;
  border-color: #003984;
}

.services-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 133px;
  background: no-repeat bottom center;
  content: '';
  z-index: -1;
}

.services-item:nth-child(1)::after {
  background-image: url("../images/bg_1_b.png");
  background-size: 195px 116px;
}

.services-item:nth-child(2)::after {
  background-image: url("../images/bg_2_b.png");
  background-size: 183px 116px;
}

.services-item:nth-child(3)::after {
  background-image: url("../images/bg_3_b.png");
  background-size: 151px 118px;
}

.services-item:nth-child(4)::after {
  background-image: url("../images/bg_4_b.png");
  background-size: 162px 133px;
}
