@charset "UTF-8";
body {
  background: url(/statics/jgdj/images/specials/bxgd/bg1.png) no-repeat center top, url(/statics/jgdj/images/specials/bxgd/bg2.png) no-repeat center 200px, #fff;
  min-width: 1200px;
}

/* header */
.header {
  position: relative;
  min-height: 305px;
}
.header #logo {
  position: absolute;
  top: 30px;
  left: 42px;
}
.header #logo img {
  width: 372px;
}
.header .header-title {
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 中央部署 */
.zybs-container {
  padding: 0 35px 0 40px;
  margin-bottom: 65px;
  background: #fff;
  border-top: 7px solid #df2525;
  border-radius: 20px;
}
.zybs-container h2 {
  width: 340px;
  margin: 52px auto 42px;
}

.zybs-swiper,
.dt-swiper {
  width: 560px;
  height: 315px;
}
.zybs-swiper .swiper-slide a,
.dt-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.zybs-swiper .swiper-slide a img,
.dt-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.zybs-swiper .swiper-slide a p,
.dt-swiper .swiper-slide a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  padding: 0 5em 0 1em;
  background: rgba(0, 0, 0, 0.5);
}
.zybs-swiper .swiper-pagination,
.dt-swiper .swiper-pagination {
  padding-right: 0.5em;
  bottom: 0;
  width: 100%;
  text-align: right;
  height: 50px;
  line-height: 55px;
}
.zybs-swiper .swiper-pagination .swiper-pagination-bullet,
.dt-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.zybs-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dt-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #df2525;
}

.zybs-list {
  width: 548px;
  min-height: 305px;
  background: url(/statics/jgdj/images/specials/bxgd/list-bg.png) no-repeat center top;
  padding: 25px 20px 0;
}
.zybs-list li {
  position: relative;
  margin-left: 15px;
  text-indent: 0.8em;
  height: 40px;
}
.zybs-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--defaultHoverColor);
  border-radius: 50%;
}
.zybs-list li a {
  line-height: 46px;
}
.zybs-list li:nth-of-type(-n + 3) a {
  color: var(--defaultHoverColor);
}
.zybs-list li:first-of-type {
  text-indent: 0;
  list-style-type: none;
  margin-bottom: 5px;
  font-size: 22px;
}
.zybs-list li:first-of-type::before {
  display: none;
}
.zybs-list li:first-of-type a {
  line-height: 48px;
}
.zybs-list li:nth-of-type(3) {
  margin-bottom: 30px;
}
.zybs-list li:nth-child(n+4)::before {
  background: #333;
}
.zybs-list li:nth-child(n+4):hover::before {
  background: var(--defaultHoverColor);
}

/* 中央八项规定 */
.bxgd-container {
  position: relative;
  padding: 0 70px;
  margin-bottom: 85px;
}
.bxgd-container h2 {
  width: 388px;
  margin: 0 auto 35px;
}
.bxgd-container .bxgd-prev,
.bxgd-container .bxgd-next {
  top: -webkit-calc(50% + 48px);
  top: -moz-calc(50% + 48px);
  top: calc(50% + 48px);
  width: 30px;
  height: 45px;
}
.bxgd-container .bxgd-prev::after,
.bxgd-container .bxgd-next::after {
  display: none;
}
.bxgd-container .bxgd-prev {
  background: url(/statics/jgdj/images/specials/bxgd/prev.png);
}
.bxgd-container .bxgd-next {
  background: url(/statics/jgdj/images/specials/bxgd/next.png);
}

.bxgd-swiper {
  width: 1050px;
}
.bxgd-swiper .swiper-slide {
  width: 280px;
  height: 500px;
}

/* 省内学习动态 */
.dt-container {
  margin-bottom: 70px;
}
.dt-container h2 {
  width: 388px;
  margin: 0 auto 40px;
}

.dt-swiper {
  width: 550px;
  height: 330px;
}

.dt-list {
  width: 616px;
}
.dt-list li {
  position: relative;
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
  margin-bottom: 14px;
  height: 100px;
  background: #f0f0f0;
  padding: 20px 20px 0;
  overflow: hidden;
}
.dt-list li::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--defaultHoverColor);
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dt-list li a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  line-height: 28px;
  z-index: 999;
}
.dt-list li:nth-of-type(2n) {
  float: right;
}
.dt-list li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.dt-list li:hover::before {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.dt-list li:hover a {
  color: #fff;
  font-weight: bold;
}

/* 学习园地 */
.xxyd-container {
  padding: 50px 0;
  background: #f2eae6;
}

.xxyd-img {
  display: block;
  width: 280px;
  height: 158px;
}

.xxyd-list {
  width: 860px;
}
.xxyd-list li {
  padding: 10px 0 20px;
  width: -webkit-calc((100% - 94px) / 3);
  width: -moz-calc((100% - 94px) / 3);
  width: calc((100% - 94px) / 3);
  float: left;
  height: 70px;
  margin-right: 47px;
}
.xxyd-list li:nth-child(-n+3) {
  border-bottom: 1px solid #c2c2c2;
  height: 82px;
  margin-bottom: 15px;
}
.xxyd-list li:nth-child(3n) {
  margin-right: 0;
}
.xxyd-list li a:hover {
  font-weight: bold;
}