.wrap {
  width: 100%;
}

.banner {
  width: 100%;
  aspect-ratio: 1920 / 720;
  background: url(../img/banner_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.logo {
  width: calc(720 / var(--vw-base) * 1vw);
  aspect-ratio: 720/277;
  margin: 0 auto;
  margin-top: calc(100 / var(--vw-base) * 1vw);
}

.logo_bottom {
  width: calc(685 / var(--vw-base) * 1vw);
  aspect-ratio: 685/73;
  margin: 0 auto;
  margin-top: calc(15 / var(--vw-base) * 1vw);
}

.banner_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_content .j2 {
  display: block;
  width: calc(210 / var(--vw-base) * 1vw);
  aspect-ratio: 210 / 81;
  height: auto;
  margin-top: calc(80 / var(--vw-base) * 1vw);
  margin-right: calc(10 / var(--vw-base) * 1vw);
}

.banner_content .j1 {
  display: block;
  width: calc(210 / var(--vw-base) * 1vw);
  aspect-ratio: 210 / 81;
  height: auto;
  margin-top: calc(80 / var(--vw-base) * 1vw);
  margin-left: calc(10 / var(--vw-base) * 1vw);
}

.nav {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 81;
  background: url(../img/nav_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
}
.nav_cont {
  width: auto;
  margin-left: calc(545 / var(--vw-base) * 1vw);
  margin-top: calc(12 / var(--vw-base) * 1vw);
}
.nav_cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: calc(10 / var(--vw-base) * 1vw);
}
.nav_cont ul li {
}
.nav_cont ul li a {
  font-family: "Source Han Sans";
  display: block;
  font-size: calc(24 / var(--vw-base) * 1vw);
  color: #fff;
  margin: 0 calc(30 / var(--vw-base) * 1vw);
}

.main {
  width: calc(1200 / var(--vw-base) * 1vw);
  margin: 0 auto;
}

.swiper_newslist {
  display: flex;
  margin-top: calc(70 / var(--vw-base) * 1vw);
}

.swiper_newslist .swiper1 {
  width: calc(661 / var(--vw-base) * 1vw);
  aspect-ratio: 661 / 449;
  background: url(../img/swiper_bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.swiper_newslist .swiper1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper_newslist .swiper1 .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_newslist .swiper1 .swiper-slide a {
  display: block;
  width: calc(651 / var(--vw-base) * 1vw);
  /* height: calc(383 / var(--vw-base) * 1vw); */
  /* height: 100%; */
  aspect-ratio: 651 / 383;
  /* margin-left: 5px;
  margin-top: 33px; */
  position: relative;
}

.swiper_newslist .swiper1 .swiper-slide a img {
  width: 100%;
  display: block;
  height: 100%;
}

.swiper_newslist .swiper1 .swiper-slide a p {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: calc(15 / var(--vw-base) * 1vw) 0;
  padding-left: calc(20 / var(--vw-base) * 1vw);
  padding-right: calc(20 / var(--vw-base) * 1vw);
  color: #fff;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: calc(16 / var(--vw-base) * 1vw);
}

.swiper1 .swiper-button-prev:after,
.swiper1 .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: calc(85 / var(--vw-base) * 1vw);
  aspect-ratio: 85 /24;
  background: url(../img/prev_sw.png) no-repeat center;
  background-size: cover;
}

.swiper1 .swiper-button-next:after,
.swiper1 .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: calc(84 / var(--vw-base) * 1vw);
  aspect-ratio: 84 / 23;
  background: url(../img/next_sw.png) no-repeat center;
  background-size: cover;
  bottom: 0;
}

.swiper1 .swiper-button-prev {
  top: calc(7 / var(--vw-base) * 1vw);
}

.swiper1 .swiper-button-next {
  bottom: calc(6 / var(--vw-base) * 1vw);
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  display: block;
  width: calc(84 / var(--vw-base) * 1vw);
  aspect-ratio: 84 / 23;
  height: auto;
  left: 50%;
  margin-left: calc(-50 / var(--vw-base) * 1vw);
  margin-top: auto;
}

.swiper_newslist .news_list {
  width: calc(540 / var(--vw-base) * 1vw);
  aspect-ratio: 540 / 449;
  padding: calc(25 / var(--vw-base) * 1vw) calc(22 / var(--vw-base) * 1vw)
    calc(22 / var(--vw-base) * 1vw) calc(18 / var(--vw-base) * 1vw);
  background-color: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1), 5px 0 10px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* .swiper_newslist .news_list:hover {
  box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.2), 
              8px 0 15px rgba(0, 0, 0, 0.2), 
              0 8px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
} */

.swiper_newslist .news_list .des_new {
  width: 100%;
  padding-bottom: calc(10 / var(--vw-base) * 1vw);
  border-bottom: 1px solid #ccc;
}

.swiper_newslist .news_list .des_new .tit {
  display: block;
  width: 100%;
  font-size: calc(24 / var(--vw-base) * 1vw);
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper_newslist .news_list .des_new .tit:hover {
  color: #2560dc;
}

.swiper_newslist .news_list .des_new .des {
  font-size: calc(14 / var(--vw-base) * 1vw);
  margin-top: calc(10 / var(--vw-base) * 1vw);
  line-height: 1.8;
  text-indent: 2em;
  color: #a8a8a8;
}

.swiper_newslist .news_list .des_new .des .more {
  color: #2560d9;
}

.swiper_newslist .news_list ul {
  width: 100%;
  margin-top: calc(14 / var(--vw-base) * 1vw);
}

.swiper_newslist .news_list ul li {
  width: 100%;
  height: auto;
  padding-left: calc(10 / var(--vw-base) * 1vw);
  line-height: 2.4;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* margin-top: calc(10 / var(--vw-base) * 1vw); */
}

.swiper_newslist .news_list ul li::before {
  content: "";
  display: block;
  width: calc(4 / var(--vw-base) * 1vw);
  aspect-ratio: 4 / 4;
  background: url(../img/li_bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: calc(-2 / var(--vw-base) * 1vw);
  left: 0;
}

.swiper_newslist .news_list ul li a {
  display: block;
  font-size: calc(16 / var(--vw-base) * 1vw);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper_newslist .news_list ul li a:hover {
  color: #2560dc;
}

.xzrw_tit {
  width: calc(1198 / var(--vw-base) * 1vw);
  aspect-ratio: 1198 / 40;
  margin: 0 auto;
  margin-top: calc(70 / var(--vw-base) * 1vw);
}

.xzrw_box {
  width: 100%;
  aspect-ratio: 1920 / 580;
  background: url(../img/xzrw_bg.png) no-repeat center;
  background-size: cover;
  margin-top: calc(30 / var(--vw-base) * 1vw);
  padding: calc(35 / var(--vw-base) * 1vw) 0;
}

.xzrw {
  width: calc(1200 / var(--vw-base) * 1vw);
  margin: 0 auto;
}

.xzrw .cont {
  width: 100%;
}

.xzrw .cont .swiper2 {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  overflow: hidden;
}

.xzrw .cont .swiper2 .swiper-wrapper {
  /* margin-left: calc(-50 / var(--vw-base) * 1vw); */
}

.swiper2 .swiper-slide {
  width: calc(282 / var(--vw-base) * 1vw) !important;
  aspect-ratio: 282 / 500;
  flex-shrink: 0;
}

.swiper2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  color: #fff;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  width: calc(30 / var(--vw-base) * 1vw);
  aspect-ratio: 30 / 30;
  height: auto !important;
}

.hxzl_box {
  width: 100%;
  margin-top: calc(60 / var(--vw-base) * 1vw);
}

.hxzl_box .tit {
  width: calc(1199 / var(--vw-base) * 1vw);
  aspect-ratio: 1199/39;
  margin: 0 auto;
}

.hxzl_box .cont {
  width: calc(1200 / var(--vw-base) * 1vw);
  margin: 0 auto;
  margin-top: calc(40 / var(--vw-base) * 1vw);
  display: flex;
  justify-content: space-between;
}

.news_list_hx {
  width: calc(564 / var(--vw-base) * 1vw);
}

.news_list_hx .item {
  margin-top: calc(15 / var(--vw-base) * 1vw);
}
.news_list_hx .item .xs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: calc(10 / var(--vw-base) * 1vw) calc(20 / var(--vw-base) * 1vw);
  background-color: #f1f1f1;
}

.news_list_hx .item .xs span {
  display: block;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4773cb;
  font-size: calc(18 / var(--vw-base) * 1vw);
}

.news_list_hx .item .xs > img {
  display: block;
  width: calc(20 / var(--vw-base) * 1vw);
  aspect-ratio: 20 / 8;
}

.news_list_hx .item .yc {
  width: 100%;
  background-color: #f1f1f1;
  padding: calc(10 / var(--vw-base) * 1vw) calc(20 / var(--vw-base) * 1vw);
  display: none;
}

.news_list_hx .item .yc .des {
  font-size: calc(16 / var(--vw-base) * 1vw);
  color: #000;
}

.news_list_hx .item .yc .des .more {
  color: #cdad89;
}

.news_list_hx .item .xs.active {
  background-color: #3868c9;
  border-top: 3px solid #ceab88;
}

.news_list_hx .item .xs.active span {
  color: #fff;
}

.news_list_hx .item .xs.active img {
  display: none;
}

.jtldhn_box {
  width: 100%;
  aspect-ratio: 1920 / 1035;
  background: url(../img/jtldhn_box_bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: calc(65 / var(--vw-base) * 1vw);
}

.jtldhn_box .tit {
  width: calc(1200 / var(--vw-base) * 1vw);
  aspect-ratio: 1200 / 39;
  margin: 0 auto;
}

.jtldhn_box .tit img {
  width: 100%;
  height: 100%;
  display: block;
}

.jtldhn_box .cont {
  width: calc(1200 / var(--vw-base) * 1vw);
  margin: 0 auto;
  margin-top: calc(45 / var(--vw-base) * 1vw);
  display: flex;
  justify-content: space-between;
}

.jtldhn_box .cont .lf {
  width: calc(384 / var(--vw-base) * 1vw);
}

.jtldhn_box .cont .lf ul li {
  width: 100%;
  aspect-ratio: 384 / 222;
}

.jtldhn_box .cont .lf ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jtldhn_box .cont .lf ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.jtldhn_box .cont .lf ul li a:hover img {
  transform: scale(1.1);
}

.jtldhn_box .cont .lf ul li a p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: calc(10 / var(--vw-base) * 1vw) calc(15 / var(--vw-base) * 1vw);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: calc(16 / var(--vw-base) * 1vw);
  text-overflow: ellipsis;
}

.jtldhn_box .cont .lf ul li a p:hover {
  /* color: #2560dc; */
}

.jtldhn_box .cont .lf ul li:nth-child(n + 2) {
  margin-top: calc(15 / var(--vw-base) * 1vw);
}

.jtldhn_box .cont .rt {
  width: calc(790 / var(--vw-base) * 1vw);
}

.jtldhn_box .cont .rt .top {
  width: 100%;
  aspect-ratio: 790 / 458;
}

.jtldhn_box .cont .rt .top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jtldhn_box .cont .rt .top a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.jtldhn_box .cont .rt .top a:hover img {
  transform: scale(1.1);
}

.jtldhn_box .cont .rt .top a p {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: calc(10 / var(--vw-base) * 1vw) calc(15 / var(--vw-base) * 1vw);
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  font-size: calc(16 / var(--vw-base) * 1vw);
  text-overflow: ellipsis;
}

.jtldhn_box .cont .rt .top a p:hover {
  /* color: #2560dc; */
}

.jtldhn_box .cont .rt .bot {
  margin-top: calc(15 / var(--vw-base) * 1vw);
}

.jtldhn_box .cont .rt .bot ul {
  width: 100%;
  display: flex;
}

.jtldhn_box .cont .rt .bot ul li {
  width: calc(384 / var(--vw-base) * 1vw);
  aspect-ratio: 384 / 224;
}
.jtldhn_box .cont .rt .bot ul li:nth-child(n + 2) {
  margin-left: calc(25 / var(--vw-base) * 1vw);
}

.jtldhn_box .cont .rt .bot ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jtldhn_box .cont .rt .bot ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.jtldhn_box .cont .rt .bot ul li a:hover img {
  transform: scale(1.1);
}

.jtldhn_box .cont .rt .bot a p {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: calc(10 / var(--vw-base) * 1vw) calc(15 / var(--vw-base) * 1vw);
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: calc(16 / var(--vw-base) * 1vw);
}

.pc {
  display: block;
  background-color: #f5f5f5;
}

.copyright.wap {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav_cont {
    margin-left: calc(690 / var(--vw-base) * 1vw);
  }
}

@media screen and (max-width: 1024px) {
  .nav_cont {
    margin-left: calc(690 / var(--vw-base) * 1vw);
  }
}

.wap_top_text {
  display: none;
}

.wap_top_bo {
  display: none;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 移动端自适应样式 */
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }

  .wap_top_text {
    display: block;
  }

  .wap_top_text img {
    width: 100%;
  }

  .wap_top_bo {
    display: block;
    margin-top: 20px !important;
  }

  .wap_top_bo .cont .title {
    display: block;
    font-size: 17px;
    width: 100%;
    padding: 0 20px;
    /* text-align: center; */
    margin-bottom: 20px;
    font-weight: 550;
    color: #000;
  }

  .wap_top_bo .cont .content {
    width: 100%;
    padding: 0 20px;
    display: block;
  }

  .wap_top_bo .cont .content .video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
  }

  .wap_top_bo .cont .content .video-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .wap_top_bo .cont .content img {
    display: block;
    width: 100%;
  }

  /* 基础容器 */
  .wrap {
    width: 100%;
    overflow-x: hidden;
  }

  .jtldhn_box .cont .rt .bot ul li:nth-child(n + 2) {
    margin-left: 0;
  }

  /* 横幅区域 */
  .banner {
    /* aspect-ratio: 375 / 300; */
    min-height: 300px;
  }

  .banner_content {
    /* flex-direction: column; */
    padding: 20px 15px;
  }

  .banner_content .j1,
  .banner_content .j2 {
    /* display: none; */
  }

  .logo {
    width: 80%;
    max-width: 280px;
  }

  .logo_bottom {
    width: 75%;
    max-width: 260px;
  }

  /* 导航栏 */
  .nav {
    aspect-ratio: auto;
    height: auto;
    /* padding: 15px 0; */
    background: #2560dc !important;
    background-image: none !important;
  }

  .nav_cont {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .nav_cont ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* padding: 0 15px; */
    margin-left: 0;
    width: 100%;
  }

  .nav_cont ul li {
    width: auto;
    margin: 8px 8px 8px 0;
    flex-shrink: 0;
  }

  .nav_cont ul li a {
    font-size: 16px;
    margin: 0;
    padding: 0px 6px;
    width: auto;
    display: block;
    color: #fff;
    white-space: nowrap;
  }

  /* 主要内容区域 */
  .main {
    width: 100%;
    padding: 0 15px;
    display: none;
  }

  .swiper_newslist {
    flex-direction: column;
    margin-top: 30px;
  }

  .swiper_newslist .swiper1 {
    width: 100%;
    aspect-ratio: 345 / 234;
    margin-bottom: 10px;
    background: none;
  }

  .swiper_newslist .swiper1 .swiper-slide a {
    width: 95%;
    border: 4px solid #2560dc;
  }

  .swiper_newslist .swiper1 .swiper-slide a p {
    font-size: 14px;
    padding: 10px 15px;
  }

  .swiper1 .swiper-button-prev,
  .swiper1 .swiper-button-next {
    width: 60px;
    margin-left: -30px;
  }

  .swiper1 .swiper-button-prev:after,
  .swiper1 .swiper-rtl .swiper-button-next:after {
    width: 60px;
  }

  .swiper1 .swiper-button-next:after,
  .swiper1 .swiper-rtl .swiper-button-prev:after {
    width: 60px;
  }

  .swiper1 .swiper-button-prev {
    top: 1.5%;
  }

  .swiper1 .swiper-button-next {
    bottom: 1.5%;
  }

  .swiper_newslist .news_list {
    width: 100%;
    aspect-ratio: auto;
    padding: 20px 15px;
    margin-top: 10px;
  }

  .swiper_newslist .news_list .des_new .tit {
    font-size: 18px;
  }

  .swiper_newslist .news_list .des_new .des {
    font-size: 13px;
    margin-top: 8px;
  }

  .swiper_newslist .news_list ul li a {
    font-size: 14px;
  }

  /* 标题区域 */
  .xzrw_tit {
    width: 90%;
    margin: 30px auto 0;
  }

  .xzrw_box {
    aspect-ratio: auto;
    min-height: 400px;
    padding: 25px 0;
    margin-top: 20px;
  }

  .xzrw {
    width: 100%;
    padding: 0 15px;
  }

  .xzrw .cont .swiper2 {
    width: 100%;
  }

  .swiper2 .swiper-slide {
    width: 200px !important;
    aspect-ratio: 200 / 354;
  }

  .swiper2 .swiper-button-prev,
  .swiper2 .swiper-button-next {
    width: 25px;
  }

  /* 红心筑磊区域 */
  .hxzl_box {
    margin-top: 40px;
    padding: 0 15px;
  }

  .hxzl_box .tit {
    width: 90%;
    margin: 0 auto;
  }

  .hxzl_box .cont {
    width: 100%;
    flex-direction: column;
    margin-top: 25px;
  }

  .news_list_hx {
    width: 100%;
  }

  .news_list_hx:first-child {
    margin-bottom: 20px;
  }

  .news_list_hx .item {
    margin-top: calc(35 / var(--vw-base) * 1vw);
  }
  .news_list_hx .item .xs {
    padding: calc(25 / var(--vw-base) * 1vw) calc(20 / var(--vw-base) * 1vw);
  }
  .news_list_hx .item .xs span {
    font-size: 17px;
  }

  .news_list_hx .item .yc .des {
    font-size: 15px;
  }

  /* 静观党建区域 */
  .jtldhn_box {
    aspect-ratio: auto;
    min-height: auto;
    margin-top: 0;
    padding: 30px 0;
  }

  .jtldhn_box .tit {
    width: 90%;
    margin: 0 auto;
  }

  .jtldhn_box .cont {
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
    padding: 0 15px;
  }

  .jtldhn_box .cont .lf {
    width: 100%;
    margin-bottom: 20px;
  }

  .jtldhn_box .cont .lf ul li {
    aspect-ratio: 345 / 200;
  }

  .jtldhn_box .cont .rt {
    width: 100%;
  }

  .jtldhn_box .cont .rt .top {
    aspect-ratio: 345 / 200;
  }

  .jtldhn_box .cont .rt .bot ul {
    flex-direction: column;
  }

  .jtldhn_box .cont .rt .bot ul li {
    width: 100%;
    aspect-ratio: 345 / 200;
    margin-left: 0;
    margin-top: 15px;
  }

  .jtldhn_box .cont .lf ul li a p,
  .jtldhn_box .cont .rt .top a p,
  .jtldhn_box .cont .rt .bot a p {
    font-size: 14px;
    padding: 8px 12px;
  }

  /* 版权区域 */
  .banquan.pc {
    width: 100%;
    display: none;
  }

  .copyright.wap {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    background-color: #2560dc;
    color: #fff;
  }
}

/* 超小屏幕设备（手机横屏或小尺寸平板） */
@media screen and (max-width: 480px) {
  .banner {
    aspect-ratio: 375 / 250;
    min-height: 250px;
  }

  .logo {
    width: 70%;
  }

  .logo_bottom {
    width: 65%;
  }

  .nav_fir {
    display: none;
  }

  .nav_cont ul li a {
    font-size: 14px;
  }

  .swiper_newslist .news_list .des_new .tit {
    font-size: 16px;
  }

  .swiper_newslist .news_list .des_new .des {
    font-size: 12px;
  }

  .swiper2 .swiper-slide {
    width: 160px !important;
    aspect-ratio: 160 / 283;
  }

  .news_list_hx .item .xs span {
    font-size: 16px;
  }
}
