@charset "UTF-8";
body {
  min-height: 2000px;
  min-width: 1364px;
  background: -webkit-linear-gradient(#fff 60%, #fac7bc);
  background: -moz-linear-gradient(#fff 60%, #fac7bc);
  background: -o-linear-gradient(#fff 60%, #fac7bc);
  background: linear-gradient(#fff 60%, #fac7bc);
}

.body-container {
  padding-bottom: 84px;
  width: 1280px;
  margin: -160px auto 0;
  position: relative;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.list-more,
.zs-more {
  position: absolute;
  line-height: 1;
  color: #c20004;
  font-size: 14px;
}
.list-more:hover,
.zs-more:hover {
  font-weight: bold;
}

/* 头部 */
.header-container {
  padding-top: 58px;
  min-height: 618px;
  background: url(/statics/fxh/images/dbdh/h-bg.png) no-repeat center top;
}
.header-container .container img {
  width: 100%;
}

/* 头条 */
.top-container {
  padding: 40px 0;
}
.top-container a {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 32px;
  color: #000;
  max-width: 800px;
  font-weight: bold;
}
.top-container a:hover {
  color: #cd0005;
}

/* 要闻 */
.yw-swiper {
  position: relative;
  width: 700px;
  height: 420px;
}
.yw-swiper .swiper-slide a p {
  color: #fff;
  padding: 0 8em 0 1em;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.yw-swiper .yw-pagination {
  padding-right: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  height: 40px;
  line-height: 40px;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #dcdfd2;
}
.yw-swiper .yw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cb0005;
}

.yw-list {
  width: 480px;
}
.yw-list ul {
  position: relative;
  min-height: 360px;
}
.yw-list ul li {
  margin-top: 15px;
  min-height: 80px;
}
.yw-list ul li h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.yw-list ul li p {
  font-size: 16px;
  color: #333;
}
.yw-list ul .list-more {
  position: absolute;
  right: 0;
  bottom: -1em;
  line-height: 1;
  color: #c20004;
  font-size: 14px;
}
.yw-list ul .list-more:hover {
  font-weight: bold;
}

.zs-container {
  margin: 50px auto 0;
  margin-left: -43px;
  width: 1364px;
}
.zs-container h2 {
  width: 1250px;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 60px;
}
.zs-container h2 img {
  width: 100%;
}

.zs-content {
  position: relative;
  padding: 40px 110px;
  width: 1364px;
  height: 631px;
  background: url(/statics/fxh/images/dbdh/gz-bg.png) no-repeat;
}
.zs-content .zs-more {
  position: absolute;
  right: 145px;
  bottom: 50px;
}

.ld-container {
  margin: 20px auto 70px;
}
.ld-container h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.ld-container ul {
  position: relative;
  width: 1200px;
  margin: 40px auto 0;
  border-left: 10px solid #b4302e;
  padding: 30px 60px;
  background: -webkit-linear-gradient(left, rgba(253, 227, 224, 0.35) 80%, #fff);
  background: -moz-linear-gradient(left, rgba(253, 227, 224, 0.35) 80%, #fff);
  background: -o-linear-gradient(left, rgba(253, 227, 224, 0.35) 80%, #fff);
  background: linear-gradient(to right, rgba(253, 227, 224, 0.35) 80%, #fff);
}
.ld-container ul::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0px;
}
.ld-container ul li {
  position: relative;
  width: 480px;
  float: left;
  text-indent: 1em;
  height: 52px;
}
.ld-container ul li:nth-of-type(2n) {
  float: right;
}
.ld-container ul li a {
  line-height: 52px;
  font-size: 16px;
}
.ld-container ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #bf0101;
  border-radius: 50%;
}
.ld-container ul .list-more {
  right: 70px;
  bottom: 10px;
}

/* 现场直击 */
.xc-container {
  width: 1230px;
  max-width: 1230px;
}
.xc-container h2 {
  margin: 0 auto 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.xc-video {
  width: 790px;
  height: 495px;
  border: 10px solid #b22f2d;
  border-radius: 20px;
  overflow: hidden;
}
.xc-video video {
  width: 100%;
  height: 100%;
}

.xc-swiper-box {
  position: relative;
  padding-top: 42px;
  width: 420px;
  height: 496px;
  background: url(/statics/fxh/images/dbdh/swiper-bg.png) no-repeat;
}
.xc-swiper-box .xc-swiper {
  width: 375px;
  height: 410px;
}
.xc-swiper-box .xc-prev,
.xc-swiper-box .xc-next {
  width: 39px;
  height: 24px;
}
.xc-swiper-box .xc-prev::after,
.xc-swiper-box .xc-next::after {
  display: none;
}
.xc-swiper-box .xc-prev {
  background: url(/statics/fxh/images/dbdh/prev.png);
  height: 23px;
  left: 50%;
  right: auto;
  top: 5px;
  bottom: 0;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.xc-swiper-box .xc-next {
  background: url(/statics/fxh/images/dbdh/next.png);
  right: 50%;
  left: auto;
  top: auto;
  bottom: 5px;
  margin-top: 0;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}