@charset "UTF-8";
/**
 * 20231024中盐集团采购平台——中盐集团采购平台网站
 * date: 2023-10-24
 * author: zhaodq;
 */
.banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.banner-item {
  display: block;
  height: 350px;
}
.banner-item img {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #F1F1F1;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 49px;
  background: #FFF;
}

.main {
  background: #F5F6F7;
  padding-bottom: 22px;
}
.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .left {
  width: 918px;
  margin-right: 22px;
}
.main .left .section {
  margin-top: 19px;
}
.main .left .section:first-child {
  margin-top: 22px;
}
.main .right {
  width: 260px;
}
.main .right .section {
  margin-top: 22px;
}

.tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(17, 34, 52, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-hd-item {
  margin-right: 10px;
  padding: 0 15px;
  line-height: 32px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-hd-item:last-child {
  margin-right: 0;
}
.tab-hd-item > a {
  color: #333;
}
.tab-hd-item:hover, .tab-hd-item.current {
  border-radius: 4px;
  background: #C51015;
  font-weight: 600;
}
.tab-hd-item:hover > a, .tab-hd-item.current > a {
  color: #fff;
}

.list {
  padding: 0 20px;
}
.list-item {
  display: block;
  padding: 10px 0 11px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-item:hover .list-name {
  color: #C51015;
}
.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.list-info .label {
  color: #999;
}
.list-info .time {
  margin-left: 80px;
}
.list-info .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  color: #333;
  font-weight: 700;
}
.list-info .date.value {
  color: #666;
}
.list-info .date span {
  font-weight: 400;
}
.list-info .value {
  color: #333;
}
.list-name {
  color: #333;
  font-size: 14px;
  /* font-weight: 600; */
}

.left-section .public-body {
  height: 424px;
  overflow: hidden;
}

.procure .section-body li {
  position: relative;
  height: 60px;
  margin-bottom: 12px;
  line-height: 38px;
  border: 1px solid rgba(197, 16, 21, 0.5);
  background: #fff left 30px center no-repeat;
  background-size: 38px 38px;
  -webkit-box-shadow: 0px 6.97435px 19.86051px 0px rgba(0, 0, 0, 0), 0px 19.28319px 33.2702px 0px rgba(0, 0, 0, 0.01), 0px 46.42649px 42.6505px 0px rgba(0, 0, 0, 0.01), 0px 154px 80px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 6.97435px 19.86051px 0px rgba(0, 0, 0, 0), 0px 19.28319px 33.2702px 0px rgba(0, 0, 0, 0.01), 0px 46.42649px 42.6505px 0px rgba(0, 0, 0, 0.01), 0px 154px 80px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.procure .section-body li:last-child {
  margin-bottom: 0;
}
.procure .section-body li:nth-child(1) {
  background-image: url("../images/index/procure_ico_1.png");
}
.procure .section-body li:nth-child(2) {
  background-image: url("../images/index/procure_ico_2.png");
}
.procure .section-body li:nth-child(3) {
  background-image: url("../images/index/procure_ico_3.png");
}
.procure .section-body li:nth-child(4) {
  background-image: url("../images/index/procure_ico_4.png");
}
.procure .section-body li:hover:nth-child(1) {
  background-color: #C51015;
  background-image: url("../images/index/procure_ico_1_hover.png");
}
.procure .section-body li:hover:nth-child(1) > a {
  color: #fff;
}
.procure .section-body li:hover:nth-child(2) {
  background-color: #C51015;
  background-image: url("../images/index/procure_ico_2_hover.png");
}
.procure .section-body li:hover:nth-child(2) > a {
  color: #fff;
}
.procure .section-body li:hover:nth-child(3) {
  background-color: #C51015;
  background-image: url("../images/index/procure_ico_3_hover.png");
}
.procure .section-body li:hover:nth-child(3) > a {
  color: #fff;
}
.procure .section-body li:hover:nth-child(4) {
  background-color: #C51015;
  background-image: url("../images/index/procure_ico_4_hover.png");
}
.procure .section-body li:hover:nth-child(4) > a {
  color: #fff;
}
.procure .section-body li::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/index/arrow_ico.png") center no-repeat;
  background-size: 22px 22px;
}
.procure .section-body a {
  display: block;
  height: 100%;
  padding: 11px 41px 11px 88px;
  color: #C51015;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other .section-body li {
  position: relative;
  height: 90px;
  margin-bottom: 12px;
}
.other .section-body li:last-child {
  margin-bottom: 0;
}
.other .section-body li:hover img {
  width: 110%;
  height: 110%;
}
.other .section-body a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.other .section-body img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.other .section-body .name {
  position: absolute;
  top: 26px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.other .section-body .name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 24px;
  height: 6px;
  background: url("../images/index/tag.png") left center no-repeat;
  background-size: 24px 6px;
}

.notice .public-head {
  margin-bottom: 14px;
}
.notice .public-body {
  height: 290px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice .public-body li {
  margin-bottom: 12px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice .public-body li:last-child {
  margin-bottom: 0;
}
.notice .public-body li:hover .name {
  color: #C51015;
}
.notice .public-body .notice-item {
  color: #999;
  font-size: 14px;
}
.notice .public-body .name {
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
}

.tools .public-head {
  margin-bottom: 12px;
}
.tools .public-body {
  height: 274px;
  padding: 15px 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tools .public-body li {
  height: 52px;
  margin-bottom: 12px;
  border: 1px solid #E7E9EB;
  background: #FCFCFC left 15px center no-repeat;
  background-size: 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tools .public-body li:last-child {
  margin-bottom: 0;
}
.tools .public-body li:nth-child(1) {
  background-image: url("../images/index/tool_ico_1.png");
}
.tools .public-body li:nth-child(2) {
  background-image: url("../images/index/tool_ico_2.png");
}
.tools .public-body li:nth-child(3) {
  background-image: url("../images/index/tool_ico_3.png");
}
.tools .public-body li:nth-child(4) {
  background-image: url("../images/index/tool_ico_4.png");
}
.tools .public-body li:hover:nth-child(1) {
  background-color: #F5E3E3;
  background-image: url("../images/index/tool_ico_1_hover.png");
}
.tools .public-body li:hover:nth-child(1) > a {
  color: #C51015;
}
.tools .public-body li:hover:nth-child(2) {
  background-color: #F5E3E3;
  background-image: url("../images/index/tool_ico_2_hover.png");
}
.tools .public-body li:hover:nth-child(2) > a {
  color: #C51015;
}
.tools .public-body li:hover:nth-child(3) {
  background-color: #F5E3E3;
  background-image: url("../images/index/tool_ico_3_hover.png");
}
.tools .public-body li:hover:nth-child(3) > a {
  color: #C51015;
}
.tools .public-body li:hover:nth-child(4) {
  background-color: #F5E3E3;
  background-image: url("../images/index/tool_ico_4_hover.png");
}
.tools .public-body li:hover:nth-child(4) > a {
  color: #C51015;
}
.tools .public-body a {
  display: block;
  height: 100%;
  padding: 12px 12px 12px 54px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.handbook .public-head {
  margin-bottom: 13px;
}
.handbook .public-body {
  padding: 16px;
  height: 220px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.handbook .public-body li {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
.handbook .public-body li:last-child {
  margin-bottom: 0;
}
.handbook .public-body li:hover a {
  color: #C51015;
}
.handbook .public-body li:hover a::before {
  background-color: #C51015;
}
.handbook .public-body a {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 13px;
  color: #333;
}
.handbook .public-body a::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
}