@charset "UTF-8";
/*
 * @Description: 党建动态
 * @Author: hxh
 * @Date: 2025-06-17 16:48:25
 */
.sub-banner {
  background-image: url("../images/party/sub_banner.png");
  height: 403px;
}
.sub-banner .banner-tt {
  padding-top: 152px;
}
.sub-banner .banner-text {
  font-size: 28px;
}

.news-list {
  margin-top: 24px;
}
.news-list .list-item a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 137px;
  padding: 16px;
  border-bottom: 1px dashed #e6e6e6;
}
.news-list .list-item a .item-img {
  overflow: hidden;
  width: 160px;
  height: 105px;
  margin-right: 16px;
  border-radius: 8px 8px 8px 8px;
}
.news-list .list-item a .item-img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list .list-item a .item-info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  line-height: 21px;
}
.news-list .list-item a .item-info .item-name {
  height: 27px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .list-item a .item-info .item-text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  margin-bottom: 6px;
}
.news-list .list-item a .item-info .item-date {
  color: #999999;
  display: inline-block;
}
.news-list .list-item a:hover {
  background: -webkit-linear-gradient(left, #fff9f9 0%, #ffffff 100%);
  background: -moz-linear-gradient(left, #fff9f9 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #fff9f9 0%, #ffffff 100%);
  background: linear-gradient(90deg, #fff9f9 0%, #ffffff 100%);
}
.news-list .list-item a:hover .item-img img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.news-list .list-item a:hover .item-name {
  color: #910909 !important;
}

.overview {
  height: 526px;
  background: url("../images/party/overview_bg.png") center top no-repeat;
  padding-top: 40px;
}

.overview .tt{
  display:none;
}
.overview-content {
  margin-top: 44px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.overview-content .overview-text {
  margin-top: 12px;
  width: calc(100% - 610px);
  height: 275px;
  line-height: 35px;
  font-size: 20px;
  color: #333333;
  max-height: 275px;
  -webkit-line-clamp: 11;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* ! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  text-indent: 32px;
  padding-right: 120px;
}
.overview-content .overview-img {
  width: 590px;
  height: 300px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  margin-left: 20px;
}
.overview-content .overview-img img {
  height: 100%;
  width: 100%;
}

.brand {
  padding-top: 40px;
}
.brand-cell {
  margin-top: 32px;
  height: 283px;
  background: url("../images/party/brand_cell.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  border-radius: 12px 12px 12px 12px;
  padding: 16px;
}
.brand-cell > div {
  float: left;
  height: 100%;
}
.brand-cell:nth-child(2n) > div {
  float: right;
}
.brand-cell:nth-child(2n) > div.cell-tt {
  margin-right: 0;
  margin-left: 16px;
}
.brand-cell .cell-tt {
  width: 114px;
  margin-right: 16px;
  background: url("../images/party/brand_cell_tt.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
}
.brand-cell .cell-tt span {
  display: block;
  width: 41px;
  position: relative;
}
.brand-cell .cell-tt span::after {
  content: "·";
  position: absolute;
  font-size: 24px;
  left: 100%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.brand-cell .cell-tt span:last-child::after {
  display: none;
}
.brand-cell .cell-cont {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brand-cell .cell-cont .cont-hd {
  height: 47px;
  margin-bottom: 12px;
  background: url("../images/party/brand_cont_hd.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.brand-cell .cell-cont .cont-hd .cont-tt {
  padding-left: 65px;
  height: 31px;
  line-height: 31px;
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
  font-weight: 400;
  font-size: 24px;
  color: #fffcf9;
}
.brand-cell .cell-cont .cont-bd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-cell .cell-cont .cont-bd .cont-item {
  width: -webkit-calc(33.33% - 10.6666666667px);
  width: -moz-calc(33.33% - 10.6666666667px);
  width: calc(33.33% - 10.6666666667px);
  margin-right: 16px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
}
.brand-cell .cell-cont .cont-bd .cont-item img {
  height: 100%;
  width: 100%;
}
.brand-cell .cell-cont .cont-bd .cont-item:last-child {
  margin-right: 0;
}

.tt {
  text-align: center;
}
.tt span {
  display: inline-block;
  background: url("../images/party/tt.png") center no-repeat;
  width: 336px;
  height: 90px;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  padding-top: 14px;
  padding-left: 60px;
  line-height: 53px;
}