.ny-content {
  position: relative;
  width: 100%;
  padding-bottom: 216px;
  overflow: hidden;
  background: url(../img/zjlf/lv_pg_bg2.png) right bottom no-repeat #FFFFFF;
  background-size: 624px auto;
}
.ny-content .lv-pg-content__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 311px;
  background: linear-gradient(180deg, #FFF5F5 0%, rgba(255, 255, 255, 0) 100%);
  opacity: .1;
}
/* 公共样式 */
.lv-a-sec .lv-a-sec__hd {
  margin-bottom: 50px;
}
.lv-a-sec .lv-a-sec__hd-title {
  font-size: 24px;
  font-weight: bold;
  color: #1D2129;
  line-height: 24px;
  position: relative;
  height: 46px;
}
.lv-a-sec .lv-a-sec__hd-decro1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 4px;
  background: #45b035;
}
.lv-a-sec .lv-a-sec__hd-decro2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  background: #005bac;
}
.lv-pg-content {
  width: 998px;
  margin: 0 auto;
}
/* 党的建设 - 党建动态 */
.lv-page__djdt .lv-a-sec__hd {
  margin-bottom: 30px;
}
.news-list .news-child .news-type {
  max-height: auto;
  height: auto;
  margin-left: 0;
  opacity: 1;
  transition: margin-left 1s;
}
.news-list .news-child .news-type.close {
  overflow: hidden;
  margin-left: 30px;
  opacity: 0;
  height: 0;
  padding-top: 0;
}
.news-list .news-child .news-type .lv-news__ul {
  padding-bottom: 38px;
}
.news-list .news-child .news-type .news-li {
  padding: 12px 0;
  background-color: #fff;
  cursor: pointer;
}
.news-list .news-child .news-type .news-li .news-img {
  overflow: hidden;
  width: 393px;
  height: 275px;
}
.news-list .news-child .news-type .news-li .news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.news-list .news-child .news-type .news-li .news-txt {
  background: #F7F8FC;
  padding: 30px 40px;
  padding-left: 46px;
  padding-right: 80px;
  position: relative;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-title {
  font-size: 16px;
  font-weight: bold;
  color: #1D2129;
  line-height: 25px;
  -webkit-line-clamp: 3;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-desc {
  font-weight: 500;
  color: #4E5969;
  font-size: 14px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  margin-top: 24px;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 66px;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft .lv-news__li-time {
  padding-left: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #86909C;
  line-height: 22px;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft .lv-news__li-more-btn {
  width: 115px;
  height: 32px;
  border: 1px solid #CB272D;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #1D2129;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft .lv-news__li-more-btn .lv-news__li-more-arrow {
  margin-left: 10px;
  display: block;
  width: 14px;
  height: 14px;
  background: url('../img/zjlf/arrow_right.png') center center / 50% 70% no-repeat;
}
.news-list .news-child .news-type .news-li:hover .news-img img {
  transform: scale(1.1);
  transition: 0.3s;
}
.news-list .news-child .news-type .news-li:hover .news-txt dt {
  color: #0F4696;
}
@media screen and (max-width: 992px) {
  .ny-content {
    padding: 0 1em 3em 1em;
  }
  .ny-content .lv-pg-content {
    width: 100%;
    margin-top: 3em;
  }
  .index-banner {
    margin-top: 52px;
  }
  .index-banner .tabs-menu {
    height: 3em;
  }
  .index-banner .tabs-menu .tabs-menu__ul {
    width: 100%;
    overflow-x: auto;
  }
  .index-banner .tabs-menu .tabs-menu__ul .tabs-menu__li {
    line-height: 3em;
    padding: 0 1em;
  }
  .index-banner .tabs-menu .tabs-menu__ul .tabs-menu__li + .tabs-menu__li {
    margin-left: 0;
  }
  .banner-tit.lv-banner-tit {
    right: 0;
    left: 1em;
    top: 16.5%;
  }
  .news-list .news-child .news-type {
    max-height: auto;
    height: auto;
    margin-left: 0;
    opacity: 1;
    transition: margin-left 1s;
  }
  .news-list .news-child .news-type.close {
    overflow: hidden;
    margin-left: 30px;
    opacity: 0;
    height: 0;
    padding-top: 0;
  }
  .news-list .news-child .news-type .lv-news__ul {
    padding-bottom: 38px;
  }
  .news-list .news-child .news-type .news-li {
    padding: 12px 0;
    background-color: #fff;
    cursor: pointer;
  }
  .news-list .news-child .news-type .news-li .news-img {
    overflow: hidden;
    width: 38vw;
    height: 0;
    padding-top: calc(275 / 393 * 38vw);
  }
  .news-list .news-child .news-type .news-li .news-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  .news-list .news-child .news-type .news-li .news-txt {
    background: #F7F8FC;
    padding: .5em 1em;
    position: relative;
    justify-content: space-between;
  }
  .news-list .news-child .news-type .news-li .news-txt .lv-news__li-title {
    font-size: 1em;
    font-weight: bold;
    color: #1D2129;
    line-height: 25px;
    -webkit-line-clamp: 1;
  }
  .news-list .news-child .news-type .news-li .news-txt .lv-news__li-desc {
    font-weight: 500;
    color: #4E5969;
    font-size: .85em;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    margin-top: 0;
  }
  .news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
  .news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft .lv-news__li-time {
    padding-left: 0;
    font-size: .85em;
    font-weight: 500;
    color: #86909C;
    line-height: 22px;
  }
  .news-list .news-child .news-type .news-li .news-txt .lv-news__li-ft .lv-news__li-more-btn {
    display: none;
  }
  .news-list .news-child .news-type .news-li:hover .news-img img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .news-list .news-child .news-type .news-li:hover .news-txt dt {
    color: #0F4696;
  }
}
