@charset "UTF-8";
body {
  min-width: 1275px;
  background: url(../images/body-bg.png) no-repeat center bottom/100%, #960018;

}

/* 头部 */
.header-container {
  min-height: 680px;
  background: url(../images/header_bg.png) no-repeat center top;
}

.list-more {
  position: absolute;
  bottom: 45px;
  right: 20px;
}
.list-more:hover {
  text-decoration: underline;
}

.con-container {
  background: #fff;
}
.con-container h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.con-container.dt-container {
  margin-top: -75px;
  padding: 60px 32px;
  border-radius: 20px 20px 0 0;
}
.con-container.dt-container h2 {
  margin-bottom: 25px;
}

/* 新闻动态 */
.dt-main .dt-swiper {
  margin-top: 28px;
  width: 540px;
  height: 350px;
}
.dt-main .dt-swiper p {
  padding: 0 8em 0 1em;
  width: 100%;
  color: #fff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
}
.dt-main .dt-swiper .swiper-pagination {
  right: 1em;
  bottom: 0;
  left: auto;
  top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
}
.dt-main .dt-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 8px;
  height: 8px;
}
.dt-main .dt-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 8px;
}
.dt-main .dt-list {
  position: relative;
  width: 596px;
  height: 377px;
  background: url(../images/dt-list-bg.png) no-repeat;
  padding: 18px 35px 24px 65px;
}
.dt-main .dt-list li {
  height: 48px;
  list-style-type: disc;
}
.dt-main .dt-list li a {
  line-height: 48px;
  font-weight: bold;
}

.hb-swiper {
  width: 285px;
  height: 490px;
}

/* 州市要闻 */
.yw-container {
  padding: 0 30px;
}
.yw-container h2 {
  margin-bottom: 30px;
}
.yw-container .yw-main {
  position: relative;
  width: 1130px;
  height: 357px;
  background: url(../images/yw-bg.png) no-repeat;
  padding: 18px 105px;
}
.yw-container .yw-main ul li {
  width: 450px;
  height: 150px;
  float: left;
  background: #fff8d9;
  padding: 0 15px;
}
.yw-container .yw-main ul li a h5 {
  border-bottom: 1px solid #f37a34;
  line-height: 50px;
  margin-bottom: 5px;
}
.yw-container .yw-main ul li a p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.yw-container .yw-main ul li:nth-child(odd) {
  margin-right: 18px;
}
.yw-container .yw-main ul li:nth-child(-n+2) {
  margin-bottom: 18px;
}
.yw-container .yw-main ul li:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.yw-container .yw-main ul li:hover h5 {
  color: #f37a34;
  font-weight: bold;
}
.yw-container .yw-main .list-more {
  bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 知识问答 */
.zs-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.zs-container::before {
  content: url(../images/wd-bg.png);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 466px;
  min-width: 1920px;
}
.zs-container .zs-main {
  padding-top: 74px;
  min-height: 466px;
}
.zs-container .zs-main h2 {
  position: relative;
  z-index: 999;
  margin-bottom: 36px;
}
.zs-container .zs-content {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0 150px;
}
.zs-container .zs-content .zs-list {
  padding-top: 26px;
  width: 650px;
  display: block;
  /*      display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}
.zs-container .zs-content .zs-list li {
  float: left;
  max-width: -webkit-calc(50% - 6px);
  max-width: -moz-calc(50% - 6px);
  max-width: calc(50% - 6px);
  height: 60px;
}
.zs-container .zs-content .zs-list li:nth-child(odd) {
  margin-right: 12px;
}
.zs-container .zs-content .zs-list li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background: #fff;
  font-size: 14px;
  color: #999;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.zs-container .zs-content .zs-list li a:hover {
  color: #f37a34;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.zs-container .zs-content .zs-code {
  float: right;
}

/* 科普视频 */
.kp-container {
  min-height: 680px;
  position: relative;
  padding-top: 80px;
}
.kp-container::before {
  content: url(../images/kp-bg.png);
  position: absolute;
  z-index: 0;
  top: 337px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kp-container h2 {
  margin-bottom: 30px;
}
.kp-container .kp-main {
  position: relative;
  z-index: 999;
  position: relative;
  z-index: 999;
  padding: 0 92px 0 115px;
}
.kp-container .kp-main .kp-img {
  overflow: hidden;
  margin-top: -50px;
  border-radius: 15px;
  width: 285px;
  height: 485px;
  border: 6px solid #99011a;
}
.kp-container .kp-main .kp-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.kp-container .kp-main .kp-img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.kp-container .kp-main .kp-video {
  position: relative;
}
.kp-container .kp-main .kp-video video {
  width: 595px;
  height: 335px;
  position: relative;
  z-index: 999;
}
.kp-container .kp-main .kp-video::before {
  content: url(../images/video-bg.png);
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 45%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 作品展播 */
.zp-container {
  padding: 0 22px 60px;
}
.zp-container h2 {
  margin-bottom: 46px;
}
.zp-container ul li {
  float: left;
  width: 275px;
  margin-right: 15px;
  text-align: center;
}
.zp-container ul li:last-of-type {
  margin-right: 0;
}
.zp-container ul li a {
  margin-top: -20px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 210px;
  border: 3px solid #99011a;
  border-radius: 10px;
}
.zp-container ul li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.zp-container ul li a:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.bottom-img {
  text-align: center;
  padding-bottom: 64px;
  border-radius: 0 0 20px 20px;
}
.bottom-img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.bottom-img:hover img {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
       -o-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media screen and (max-width: 1275px) {
  .kp-container {
    overflow: hidden;
  }
}
.bottom-img{
    margin-bottom: 164px;
}

#bottom {
  background: #fff;
  text-align: center;
  padding: 50px 0;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-09-02 11:33:52" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->