.contents_bj {
  padding-top: 1.3%;
  background-image: url(/images/bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-banner {
  position: relative;
}
.inner-banner .container {
  position: relative;
  height: 100%;
}
.inner-banner .banner_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .local-title {
  position: absolute;
  bottom: 57%;
  left: 0;
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
}
.inner-banner .yi {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 83px;
  height: 4px;
  background: #6CD84F;
}
.inner-banner .common-local {
  position: absolute;
  bottom: 27.5%;
  left: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.inner-banner .common-local a {
  color: #ffffff;
}
.common-left {
  background-color: #EEEEEE;
  padding: 23px 16px;

}
.common-left .list-groups {

  padding-top: 15px;
  background-color: #fff;

}
.common-right .local-titleS {
  position: relative;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 50px;
  display: inline-block;
}
.common-right .local-titleS::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #6CD84F;
}
.common-right .common-list {
  margin-top: 18px;
}
.common-right .common-list .list-S .list {
  width: 99%;
  padding: 2.5% 3% 1%;
  border: 1px solid #E5E5E5;
  box-shadow: 10px 10px 0px #3FA5D3;
}
.common-right .common-list .list-S .list a {
  display: flex;
}
.common-right .common-list .list-S .list a .time {
  width: 74px;
  height: 68px;
  background: linear-gradient(232deg, #6CD84F, #3FA5D3);
  text-align: center;
  margin-right: 29px;
}
.common-right .common-list .list-S .list a .time .month {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.common-right .common-list .list-S .list a .time .day {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.common-right .common-list .list-S .list a .list-right {
  flex: 1;
  width: 80%;
}
.common-right .common-list .list-S .list a .list-right .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.common-right .common-list .list-S .list a .list-right .contents {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list-S .list a .list-right .right {
  width: 100%;
  text-align: right;
}
/* 列表鼠标经过显示隐藏 */
.common-list > li.list-S > .list {
  display: none;
}
.common-list > li.list-S.active > .list {
  display: block;
}
.common-list > li.list-S.active > .tit {
  display: none;
}
@media (max-width: 1200px) {
  .navlist2 .active.has-sub > a,
  .navlist2 .active > a {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .inner-banner .common-local {
    left: 0;
    bottom: 12.5%;
  }
  .inner-banner .container {
    margin-top: 76px;
  }
  .common-left .list-groups {
    background-size: 100% 100%;
  }
  .common-left {
    height: 100%;
  }
  .navlist2 .has-sub > a {
    background-color: transparent;
  }
}
@media (max-width: 760px) {
  .inner-banner .img {
    height: 135px;
  }
}
@media (max-width: 500px) {
  .inner-banner .common-local {
    left: 0;
    bottom: 0;
  }
  .inner-banner .local-title {
    font-size: 28px;
  }
  .common-right .common-list .list-S .list a .time {
    margin-right: 4px;
  }
  .navlist2 > li > a {
    height: 69px;
  }
}
.hasfour {
  display: none;
}

.thr-sub .havefour .hasfour a {
  font-size:15px;
}

.havefour.active .hasfour  {
  display:block;
}