<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  min-width: 1264px;
  background: #fff6e8;
  --dceColor: #bd0009;
}

.container-w {
  padding-bottom: 25px;
  background: url(/statics/nync/img/xxgcddes/body-bg.png) no-repeat center bottom, #fff6e8;
}

.list-more,
.swiper-more {
  float: right;
  text-align: right;
  font-size: 20px;
  color: var(--dceColor);
}
.list-more:hover,
.swiper-more:hover {
  font-weight: bold;
}

/* 头部 */
.header {
  width: 100%;
  min-height: 757px;
  background: url(/statics/nync/img/xxgcddes/top-bg.png) no-repeat center top;
}

/* 大图区域 */
.img-main {
  margin: 20px auto 40px;
  padding: 17px 45px 25px 14px;
  height: 525px;
  background: url(/statics/nync/img/xxgcddes/swiper-bg.png) no-repeat;
}
.img-main .img-swiper {
  width: 700px;
  min-height: 480px;
  position: relative;
}
.img-main .img-swiper p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1em;
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: var(--dceColor);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.img-main .img-swiper .img-prev,
.img-main .img-swiper .img-next {
  width: 43px;
  height: 75px;
  top: 220px;
}
.img-main .img-swiper .img-prev::after,
.img-main .img-swiper .img-next::after {
  display: none;
}
.img-main .img-swiper .img-prev {
  background: url(/statics/nync/img/xxgcddes/prev1.png);
  left: 0;
}
.img-main .img-swiper .img-next {
  background: url(/statics/nync/img/xxgcddes/next1.png);
  right: 0;
}
.img-main .img-list {
  width: -webkit-calc(100% - 720px);
  width: -moz-calc(100% - 720px);
  width: calc(100% - 720px);
  padding-top: 20px;
}
.img-main .img-list li {
  margin-bottom: 30px;
}

/* swiper列表 */
.list-box {
  position: relative;
}
.list-box .list-prev,
.list-box .list-next {
  top: 130px;
}
.list-box .list-prev::after,
.list-box .list-next::after {
  color: var(--dceColor);
}
.list-box .list-prev {
  left: 0;
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}
.list-box .list-next {
  right: 0;
  -webkit-transform: translateX(120%);
     -moz-transform: translateX(120%);
      -ms-transform: translateX(120%);
       -o-transform: translateX(120%);
          transform: translateX(120%);
}
.list-box .swiper-more {
  margin-top: 10px;
  margin-right: 1em;
}

.swiper-list {
  padding: 12px 2px;
  width: 100%;
  background: #fff;
}
.swiper-list .swiper-slide {
  background: #fff6e4;
  min-height: 295px;
}
.swiper-list .swiper-slide img {
  height: 220px;
}
.swiper-list .swiper-slide p {
  height: 75px;
  padding: 0.5em 0.5em 0;
  line-height: 1.8;
}

/* 学习贯彻 */
.xxgc {
  padding: 30px 0;
}
.xxgc h2 {
  margin-bottom: 36px;
}
.xxgc .xxgc-main {
  width: 100%;
  padding: 30px;
  border-top: 2px solid var(--dceColor);
  background: #fff;
}
.xxgc .xxgc-main li {
  width: 45%;
  line-height: 45px;
}
.xxgc .xxgc-main li:nth-child(2n+1) {
  float: left;
}
.xxgc .xxgc-main li:nth-child(2n) {
  float: right;
}
.xxgc .xxgc-main li a {
  max-width: 75%;
}
.xxgc .xxgc-main li span {
  color: #939393;
}</pre></body></html>