@charset "UTF-8";
/**
* 20221031苏州市建设工程网上招投标系统新建信阳
* date:2022-10-31
* author: hjh;
 */
.banner {
  display: flex;
  height: 527px;
  background: url("../images/banner.png") no-repeat center;
  justify-content: center;
  align-items: center;
}

.mod.city {
  height: 719px;
  background: url("../images/mod_bg1.png") no-repeat center;
}
.mod.city .tab-hd {
  display: flex;
  margin-top: 66px;
}
.mod.city .tab-hd-item {
  position: relative;
  width: 191px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  margin-right: 10px;
  background: #e6e6e6;
}
.mod.city .tab-hd-item.active {
  color: #fff;
  background: #a50005;
}
.mod.city .tab-hd-item.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #a50005;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.mod.city .tab-bd {
  height: 381px;
  background: #fff;
  box-shadow: 8px 11px 11px rgba(114, 90, 91, 0.09);
}
.mod.city .tab-bd-item {
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
}
.mod.city .tab-bd .info {
  width: 645px;
  font-size: 14px;
  line-height: 28px;
  text-indent: 28px;
  color: #333;
  padding-top: 38px;
}
.mod.news {
  height: 578px;
}
.mod.notice {
  height: 1161px;
  background: url("../images/mod_bg2.png") no-repeat center;
}
.mod-title {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

.swiper-container {
  width: 513px;
  height: 301px;
  margin: 40px 0 0;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #a50005;
}

.news-list {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
.news-item {
  position: relative;
  width: 404px;
  height: 265px;
  overflow: hidden;
}
.news-item:hover .news-detail {
  opacity: 1;
  transition: 0.3s;
  z-index: 99;
  left: 0;
  top: 0;
}
.news-item:hover .news-title {
  display: none;
}
.news-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-wrap > img {
  width: 100%;
  height: 100%;
}
.news-title {
  position: absolute;
  width: 100%;
  height: 52px;
  left: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 52px;
  padding: 0 13px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news-detail {
  position: absolute;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 0, 5, 0.8);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  top: 0;
}
.news-dinfo {
  height: 150px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 30px 25px 0;
  overflow: hidden;
}
.news-btn {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 0 15px 0 0;
  margin: 25px 0 0 25px;
  background: url("../images/news_arrow.png") no-repeat right center;
}
.news-more {
  display: block;
  width: 108px;
  height: 34px;
  margin: 46px auto 0;
  padding-left: 29px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  background: url("../images/news_arrow2.png") no-repeat left 70px center #a50005;
  border-radius: 17px;
}

.notice .mod-bd {
  width: 1279px;
  height: 910px;
  background: #fff;
  margin-top: 64px;
  box-sizing: border-box;
  padding: 42px 25px 0;
}
.notice-hd {
  display: flex;
  height: 72px;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.notice-hd-item {
  position: relative;
  width: 191px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  margin-right: 10px;
  background: #e6e6e6;
}
.notice-hd-item.active {
  color: #fff;
  background: #a50005;
}
.notice-type {
  display: flex;
}
.notice-type-item {
  width: 161px;
  height: 53px;
  background: #E6E6E6;
  border-radius: 27px;
  margin-right: 28px;
  font-size: 18px;
  line-height: 53px;
  color: #333;
  cursor: pointer;
  text-align: center;
}
.notice-type-item.active {
  background: #a50005;
  color: #fff;
}
.notice-type-wrap {
  display: flex;
  margin: 22px 0 19px;
}
.notice-type-wrap > span {
  font-size: 0;
  color: transparent;
  width: 177px;
  background: url("../images/notice_logo.png") no-repeat left center;
}
.notice-th {
  display: flex;
  width: 100%;
  height: 60px;
  background: #a50005;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}
.notice-th-item {
  padding: 0 20px;
}
.notice-th-item:nth-child(1) {
  flex: 1;
}
.notice-th-item:nth-child(2) {
  width: 288px;
  text-align: center;
}
.notice-list {
  height: 600px;
  overflow: hidden;
}
.notice-item {
  display: flex;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #333;
}
.notice-item:hover {
  color: #a50005;
}
.notice-item:hover .notice-content {
  color: #a50005;
}
.notice-item:nth-child(even) {
  background: #f5f5f5;
}
.notice-item > span {
  padding: 0 20px;
  overflow: hidden;
}
.notice-item > span:nth-child(1) {
  flex: 1;
}
.notice-item > span:nth-child(2) {
  width: 288px;
  text-align: center;
}
.notice-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}