@charset "UTF-8";
body {
  min-width: 1200px;
  background: url(/statics/jgdj/images/specials/qzzn/body-bg.png) no-repeat center top;
  min-height: 2700px;
}

/* 头部 */
.header {
  position: relative;
  z-index: 0;
  min-height: 1127px;
  background: url(/statics/jgdj/images/specials/qzzn/header-bg.png) no-repeat center top;
}
.header #logo {
  position: absolute;
  left: 112px;
  top: 40px;
  width: 280px;
  height: 64px;
}

/* 中央动态 */
.zydt-container {
  position: relative;
  z-index: 999;
  margin-top: -450px;
}

.dt-box {
  position: relative;
  margin-top: 30px;
  min-height: 440px;
  background: url(/statics/jgdj/images/specials/qzzn/sweiper1-bg.png);
}
.dt-box .dt-swiper {
  /* width: 820px;
  height: 510px; */
  width: 700px;
  height: 440px;
}
.dt-box .dt-swiper .swiper-slide {
  position: relative;
}
.dt-box .dt-swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2em 0 1em;
  height: 62px;
  line-height: 62px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  width: 100%;
}
.dt-box .dt-prev,
.dt-box .dt-next {
  width: 57px;
  height: 57px;
}
.dt-box .dt-prev::after,
.dt-box .dt-next::after {
  display: none;
}
.dt-box .dt-next {
  right: 50px;
  background: url(/statics/jgdj/images/specials/qzzn/next1.png);
}
.dt-box .dt-prev {
  left: 50px;
  background: url(/statics/jgdj/images/specials/qzzn/prev1.png);
}

.dt-list {
  min-height: 190px;
  background: -webkit-linear-gradient(top, #da6b12, #cc342e);
  background: -moz-linear-gradient(top, #da6b12, #cc342e);
  background: -o-linear-gradient(top, #da6b12, #cc342e);
  background: linear-gradient(180deg, #da6b12, #cc342e);
  padding: 10px 60px;
}
.dt-list li {
  float: left;
  width: 510px;
  padding-left: 0.5em;
}
.dt-list li:nth-child(2n) {
  float: right;
}
.dt-list li:nth-child(2n-1) {
  float: left;
}
.dt-list li:nth-child(-n+2) {
  border-bottom: 1px solid #eaada8;
  margin-bottom: 1em;
}
.dt-list li a {
  color: #fff;
}
.dt-list li span {
  float: right;
  font-size: 16px;
  color: white;
  opacity: 0.6;
}

/* 海报导览 */
.hb-container {
  margin: 40px auto;
}

.hb-box {
  position: relative;
  min-height: 296px;
  margin-top: 40px;
}
.hb-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 90%;
  height: 18px;
  background: #e13b18;
  border: 2px solid #fff;
  border-bottom: none;
}

.hb-swiper-box {
  position: relative;
  padding: 18px 18px 42px;
  background: #fff;
  border: 1px solid #f6a19a;
}
.hb-swiper-box .hb-pagination {
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
  text-align: center;
  height: 42px;
  line-height: 42px;
}
.hb-swiper-box .hb-pagination > span {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #f8a98a;
  opacity: 1;
}
.hb-swiper-box .hb-pagination > span.swiper-pagination-bullet-active {
  background: #dd3110;
}

/* 云南看点 */
.kd-container {
  padding-bottom: 60px;
}

.kd-main {
  margin-top: 38px;
  padding: 13px 42px 20px 20px;
  min-height: 524px;
  background: url(/statics/jgdj/images/specials/qzzn/swiper3-bg.png);
}
.kd-main .kd-swiper {
  width: 700px;
  height: 485px;
}
.kd-main .kd-swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2em 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  background: #bd0009;
}
.kd-main .kd-list {
  width: 420px;
  padding-top: 1em;
}
.kd-main .kd-list li {
  padding: 0.5em 0.2em 0;
  height: 86px;
  line-height: 28px;
  border-bottom: 1px solid #da442b;
  font: 20px "思源黑体";
}
.kd-main .kd-list li:last-child {
  border-bottom: none;
}
.kd-main .kd-list .list-more {
  margin-top: 1em;
  font-size: 20px;
  color: #bd0009;
}
.kd-main .kd-list .list-more:hover {
  font-weight: bold;
}