@charset "UTF-8";
/**!
 * 常州市武进区公共资源交易平台
 * date:2021-11-02
 * author: sxw;
 */
.banner {
  height: 240px;
  background: url("../images/one_thing_banner.jpg") no-repeat center center;
}

.tab-container {
  padding-top: 20px;
  background: url("../images/one_thing_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.tab-container .hd {
  line-height: 50px;
  text-align: center;
  border-bottom: 2px solid #f7fafd;
}

.tab-container .hd span {
  display: inline-block;
  color: #000204;
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
  width: 120px;
  margin-left: 60px;
  cursor: pointer;
}

.tab-container .hd span:nth-child(1) {
  width: 140px;
  margin-left: 0;
}

.tab-container .hd span.active {
  border-bottom: 3px solid #5181cc;
  color: #5181cc;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  top: 2px;
}

.tab-container .bd {
  height: 438px;
}

.swiper-container {
  padding-bottom: 60px;
  text-align: center;
  margin-top: 24px;
}

.list-item {
  float: left;
  width: 384px;
  height: 100px;
  background: url("../images/list-bg.jpg");
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
  line-height: 28px;
  font-size: 16px;
  position: relative;
}

.list-item a {
  display: block;
  height: 100px;
  padding: 0 40px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
  color: #333;
}

.list-item a > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 14px;
}

.list-item a > i {
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.list-item:hover {
  cursor: pointer;
  background: url("../images/list-bg-h.jpg");
}

.list-item:hover a {
  color: #fff;
}

.swiper-pagination {
  position: relative;
  top: 30px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  color: #fff;
  font-family: 'oppo';
  background: #bac8d4;
  border: 1px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #318fde;
}
