@charset "UTF-8";
body {
  min-width: 1200px;
}

.header-container {
  background: url(../images/header-bg.png) no-repeat center 0;
  min-height: 600px;
}

#logo {
  position: absolute;
  top: 50px;
  left: 165px;
}

.list-container {
  position: relative;
  padding-top: 88px;
}
.list-container h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.list-container .list-more {
  z-index: 9999;
  position: absolute;
  bottom: -40px;
  right: 0em;
  color: var(--defaultHoverColor);
}
.list-container .list-more:hover {
  font-weight: bold;
}

/* 中央部署 */
.zybs-swiper {
  width: 600px;
  height: 416px;
  border: 13px solid #ffd681;
  box-shadow: 5px 0 6px 3px rgba(100, 8, 6, 0.5);
}
.zybs-swiper .swiper-slide p {
  height: 40px;
  line-height: 40px;
  padding: 0 8em 0 0.5em;
  color: #fff;
}
.zybs-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 {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #fff;
}
.zybs-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 43px;
  border-radius: 8px;
}

.zybs-list {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  width: 600px;
  min-height: 390px;
  border: 10px solid var(--defaultHoverColor);
  border-left: none;
  background: -webkit-linear-gradient(#fff3d9, #ffe6b0);
  background: -moz-linear-gradient(#fff3d9, #ffe6b0);
  background: -o-linear-gradient(#fff3d9, #ffe6b0);
  background: linear-gradient(#fff3d9, #ffe6b0);
}
.zybs-list li {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-indent: 1em;
}
.zybs-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  background: var(--defaultHoverColor);
}
.zybs-list li a {
  line-height: 60px;
  font-size: 20px;
}

/* 理论学习 */
.llxx-container li,
.sndt-container li {
  position: relative;
  width: 575px;
  float: left;
}
.llxx-container li:nth-of-type(2n),
.sndt-container li:nth-of-type(2n) {
  float: right;
}

.llxx-container ul li {
  min-height: 150px;
  padding: 18px 35px 18px 50px;
  background: #ffe5b0;
  border-top: 4px solid #c9473f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.llxx-container ul li::before {
  position: absolute;
  content: "";
  top: 42px;
  left: 13px;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url(../images/line-style.png) no-repeat;
}
.llxx-container ul li h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.llxx-container ul li p {
  font-size: 16px;
  color: #666;
  text-indent: 2em;
}
.llxx-container ul li:nth-of-type(-n + 2) {
  margin-bottom: 40px;
}
.llxx-container ul li:hover {
  background: #b41a02;
  border-top-color: #eac255;
}
.llxx-container ul li:hover a {
  color: #fff;
}
.llxx-container ul li:hover a p {
  color: #fff;
}
.llxx-container ul li:hover::before {
  background: url(../images/line-style2.png) no-repeat;
}

/* 省内动态 */
.sndt-container li {
  padding: 20px 20px 0 90px;
  width: 573px;
  height: 114px;
  background: url(../images/li-bg.png) no-repeat;
}
.sndt-container li:nth-of-type(-n + 6) {
  margin-bottom: 20px;
}
.sndt-container li a {
  font-size: 24px;
  line-height: 1.3;
  color: var(--defaultHoverColor);
}
.sndt-container li a:hover {
  font-weight: bold;
}
.sndt-container li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
       -o-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 58px;
  height: 69px;
  background: url(../images/li-icon.png) no-repeat;
}

/* 学习园地 */
.xxyd-container {
  padding-bottom: 130px;
}
.xxyd-container ul {
  position: relative;
}
.xxyd-container ul li {
  float: left;
  width: 273px;
  height: 150px;
  margin-right: 35px;
}
.xxyd-container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.xxyd-container ul li a img {
  width: 100%;
  height: 100%;
}
.xxyd-container ul li a:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.xxyd-container ul li:nth-of-type(4n) {
  margin-right: 0;
}
.xxyd-container ul li:nth-of-type(-n + 4) {
  margin-bottom: 40px;
}