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

.header-container {
  min-height: 855px;
  background: url(../images/header1.png) no-repeat center top;
}

/* 内容区 */
.bg-box {
  overflow: hidden;
  background: url(../images/body-bg.png) no-repeat center -770px;
  padding-bottom: 50px;
}

.top-txt {
  background: #dcd5e0;
}
.top-txt .container {
  margin-top: 1px;
  background: url(../images/top-txt.png) no-repeat right top;
  height: 222px;
  padding: 25px 140px 0 325px;
  color: #4a1e0d;
  font: 20px/2 "宋体";
}

.container h2 {
  text-align: center;
}

/* 权威速报 */
.qwsb-main {
  margin-top: -100px;
  position: relative;
}

.qwsb-swiper {
  margin-top: 60px;
  position: relative;
  width: 740px;
  height: 500px;
}
.qwsb-swiper .swiper-slide a p {
  color: #fff;
  height: 60px;
  font: 16px/60px "宋体";
  padding: 0 15em 0 2em;
}
.qwsb-swiper .qwsb-pagination {
  height: 60px;
  line-height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 5em;
  left: auto;
  top: auto;
  bottom: 0;
}
.qwsb-swiper .qwsb-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 8px;
}
.qwsb-swiper .qwsb-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.qwsb-list {
  position: absolute;
  right: 0;
  width: 500px;
  height: 625px;
  background: #fff;
  padding: 80px 40px 0 80px;
}
.qwsb-list a:hover {
  font-weight: bold;
}
.qwsb-list a:hover h5,
.qwsb-list a:hover p {
  font-weight: bold;
}
.qwsb-list div h5 {
  font: 24px/1.5 "黑体";
  margin-bottom: 10px;
}
.qwsb-list div p {
  font: 14px/2 "宋体";
  margin-bottom: 20px;
}
.qwsb-list ul {
  padding-top: 30px;
}
.qwsb-list ul li {
  height: 60px;
  font: 16px/60px "宋体";
}
.qwsb-list .list-more {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.qwsb-list .list-more:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* 节日展播 */
.jrzb-main {
  position: relative;
  padding-bottom: 80px;
}
.jrzb-main ul li {
  float: left;
  margin-right: 36px;
  margin-bottom: 22px;
  width: 376px;
  height: 321px;
  border: 1px solid #d2cbcc;
}
.jrzb-main ul li:nth-child(3n) {
  margin-right: 0;
}
.jrzb-main ul li a {
  padding: 5px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.jrzb-main ul li a img {
  width: 100%;
  height: 205px;
  background: #dbdbdb;
}
.jrzb-main ul li a h5 {
  font: 24px/58px "黑体";
  position: relative;
}
.jrzb-main ul li a h5::before {
  content: "";
  position: absolute;
  bottom: 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: 20px;
  height: 2px;
  background: #dfdad8;
}
.jrzb-main ul li a p {
  font: 18px/40px "黑体";
  color: #666666;
}
.jrzb-main ul li a:hover {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.jrzb-main .list-more {
  z-index: 999999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  line-height: 58px;
  width: 480px;
  height: 58px;
  background: #fff3ea;
  border-radius: 10px;
  color: #766050;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.jrzb-main .list-more:hover {
  font-weight: bold;
  border-radius: 20px;
  width: 400px;
}

.mtjj-container {
  margin-top: -60px;
}
.mtjj-container ul li {
  position: relative;
  float: left;
  width: 560px;
  height: 200px;
}
.mtjj-container ul li:nth-child(2n) {
  float: right;
}
.mtjj-container ul li:nth-child(-n+2) {
  margin-bottom: 35px;
}
.mtjj-container ul li h5 {
  padding: 6px 15px;
  position: relative;
  z-index: 999;
  width: 520px;
  height: 75px;
  background: #faede1;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mtjj-container ul li p {
  border: solid #fff;
  border-width: 58px 35px 35px 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 540px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mtjj-container ul li:hover h5 {
  -webkit-transform: translate(30px, -10px);
     -moz-transform: translate(30px, -10px);
      -ms-transform: translate(30px, -10px);
       -o-transform: translate(30px, -10px);
          transform: translate(30px, -10px);
}