.contents_bj {
  padding-top: 1.3%;
  /* background-image: url(/images/bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat; */
}

body {

  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  z-index: -99;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/bg2.jpg);
  /* background-image: -webkit-image-set(url(/images/bg.jpg) 1x, url(/images/bg.jpg) 2x); */
}
.inner-banner {
  position: relative;
}
.inner-banner .banner_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .local-title {
  position: absolute;
  bottom: 11%;
  left: 16%;
  color: #EDEDED;
  font-size: 36px;
  font-weight: bold;
}
.inner-banner .common-local {
  position: absolute;
  bottom: 3.5%;
  left: 16%;
  color: #ffffff;
  font-size: 12px;
}
.inner-banner .common-local a {
  color: #ffffff;
}
.common-right .common-list .list-S .list {
  padding: 19px 30px 17px 20px;
  background-color: #F5F5F5;
}
.common-right .common-list .list-S .list a {
  display: flex;
}
.common-right .common-list .list-S .list a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 59px;
  margin-right: 24px;
  padding-top: 0.7%;
}
.common-right .common-list .list-S .list a .time .month_day {
  position: relative;
  width: 64px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: #1899B1;
}
.common-right .common-list .list-S .list a .time .month_day::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 36%;
  border: 8px solid transparent;
  border-top-color: #1899B1;
}
.common-right .common-list .list-S .list a .time .year {
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #666666;
  background-color: #EEEEEE;
  font-size: 14px;
  border-bottom: 2px solid #FFA02F;
}
.common-right .common-list .list-S .list a .list-right {
  width: 82%;
}
.common-right .common-list .list-S .list a .list-right .title {
  color: #00768C;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-right .common-list .list-S .list a .list-right .content {
  color: #010101;
  font-size: 13px;
  line-height: 22px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common-right .common-list .list-S .list a .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 列表鼠标经过显示隐藏 */
.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: 991px) {
  .inner-banner .common-local {
    left: 2%;
    width: 60%;
  }
}

