@charset "UTF-8";
/* 由 less 生成 */
.wrap {
  width: 100%;
  min-height: 280px;
  background: url(../../../images/jszwfw/wuxi/yjsShowMore/bg.png) no-repeat top / 100% 280px;
}
.wrap-con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.con-bg {
  position: relative;
  display: flex;
  align-items: center;
  height: 280px;
  font-size: 30px;
  color: #545E76;
  font-weight: bold;
}
.con-bg-img {
  position: absolute;
  right: -158px;
  bottom: 0;
  width: 429px;
  height: 223px;
  background: url(../../../images/jszwfw/wuxi/yjsShowMore/yjs-bg.png) no-repeat center / 100% 100%;
}
.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  font-size: 20px;
  color: #999999;
}
.tab {
  position: relative;
  cursor: pointer;
}
.tab:hover {
  opacity: 0.75;
}
.tab + .tab {
  margin-left: 148px;
}
.tab._active {
  font-weight: bold;
  color: #545E76;
}
.tab._active::before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 74px;
  height: 8px;
  background: url(../../../images/jszwfw/wuxi/yjsShowMore/tab.png) no-repeat center / 100% 100%;
  transform: translateX(-50%);
  content: '';
}
.info-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 28px 0 84px;
}
.info-list::after {
  width: 380px;
  content: '';
}
.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 380px;
  height: 182px;
  margin-bottom: 30px;
  padding-top: 44px;
  font-size: 18px;
  color: #505050;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(187, 151, 89, 0.14);
  background-color: #fff;
  cursor: pointer;
}
.info-item:hover {
  color: #D6A36C;
  background-color: #F5E7CC;
  opacity: 0.75;
}
.item-img-box {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.item-img-box._active {
  box-shadow: 0 12px 24px rgba(210, 156, 102, 0.2);
}
.item-img {
  width: 100%;
  height: 100%;
}
.info-box {
  margin-bottom: 54px;
}
