@charset "utf-8";

body {
  font-family: "microsoft yahei";
  background: #fff3dc url(http://www.wenming.cn/wmzthc/mflwdc6/images/banner_mfl6.jpg) no-repeat center 55px;
}

.banner {
  height: 860px;
}

.banner img {
  animation: zoomIn 2s 1 ease-out;
  -webkit-animation: zoomIn 2s 1 ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  width: 1132px;
  margin: 0 auto;
  display: block;
  padding-top: 170px;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.dh {
  width: 1200px;
  position: relative;
  height: 58px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.zt_more {
  position: absolute;
  right: 20px;
  top: 55px;
  font-size: 14px;
  color: #e27707;
}

.zt_more a {
  color: #e27707;
}

.domPC {
  display: block;
}

.domMb {
  display: none;
}

.mob_banner {
  display: none;
}

.mob_banner img {
  width: 100%;
  height: auto;
  display: block;
}

/*part01*/
.part01 {
  width: 1204px;
  margin: 0 auto;
  height: 150px;
  padding: 10px 0;
  background: url(http://www.wenming.cn/wmzthc/mflwdc6/images/dybg_mfl6.png) no-repeat center 0px;
}

.part01 .topline p {
  font-size: 18px;
  line-height: 36px;
  color: #814924;
  width: 90%;
  margin: 0 auto;
  text-indent: 2rem;
  /* font-weight: bold; */
  margin-top: 38px;
}

.part01 .topline p span {
  color: #fc3b06;
  font-size: 20px;
  font-weight: bold;
}

/*part01焦点区*/
.partJd-left {
  width: 1236px;
  margin: 0 auto;
  height: 710px;
  background: url(http://www.wenming.cn/wmzthc/mflwdc6/images/dtbg_mfl6.png?v) no-repeat 50% 0;
  padding-top: 34px;
  margin-top: 60px;
}

.partJd-left .photoPart {
  height: 647px;
  position: relative;
}

.partJd-left .partJd-left-button-prev {
  background: url(http://www.wenming.cn/wmzthc/mflwdc5/images/left_mfl5.png) no-repeat left top;
  position: absolute;
  left: 39px;
  top: 48%;
  width: 45px;
  height: 75px;
  z-index: 2;
}

.partJd-left .partJd-left-button-next {
  background: url(http://www.wenming.cn/wmzthc/mflwdc5/images/right_mfl5.png) no-repeat left bottom;
  position: absolute;
  right: 39px;
  top: 48%;
  width: 45px;
  height: 75px;
  z-index: 2;
}

.partJd-left .swiper-container {
  width: 1160px;
  height: 766px;
  margin: 0 auto;
  border-radius: 10px;
}

.swiper-slide {
  position: relative;
}

.partJd-left .swiper-pagination {
  position: absolute;
  right: 65px;
  text-align: right;
  bottom: 19px;
  z-index: 2;
}

.partJd-left .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 3px;
  cursor: pointer;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.partJd-left .swiper-active-switch {
  background: #fb964c !important;
}

.partJd-left .swiper-pagination-bullet {
  margin-left: 7px;
  background: #fff;
  opacity: 0.5;
}

.partJd-left .swiper-pagination-bullet-active {
  background: #35908f !important;
  opacity: 1;
}

.partJd-left .picTitle {
  position: relative;
  width: 1171px;
  height: 647px;
  overflow: hidden;
}

.partJd-left .picTitle .img img {
  width: 1171px;
  height: 647px;
  display: block;
}

.partJd-left .picTitle .bg {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  padding: 10px 0;
  width: 100%;
  /* z-index: 10; */
}

.partJd-left .picTitle .name {
  bottom: 0;
  color: #fff;
  height: auto;
  left: 0;
  line-height: 40px;
  overflow: hidden;
  text-indent: 0;
  font-size: 18px;
  width: 97%;
  z-index: 11;
  padding-left: 20px;
  text-align: center;
}

.partJd-left .picTitle .name a {
  color: #fff;
  text-decoration: none;
}

/*最新播报*/
.latest {
  width: 1200px;
  margin: 30px auto;
}

.latest .part {
  height: 72px;
  background: url(http://www.wenming.cn/wmzthc/mflwdc6/images/htbg_mfl6.png) no-repeat;
}

.latest .latest-title {
  display: block;
  width: 175px;
  height: 38px;
  margin-top: 8px;
  float: left;
}
.latest .bt{ float: left; font-size: 16px; margin-top:22px;margin-left: 10px;}
.latest .bt a{font-size: 16px; color: #333;}
.latest .latest-cont {
  width:825px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border-left: none;
  padding-top: 13px;margin-left: 20px; float: left;
}

.latest .latest-cont ul {
  white-space: nowrap;
  font-size: 0;
}

.latest .latest-cont li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.latest .latest-cont li .txt:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #da950b;
  border-radius: 100%;
}

.latest .latest-cont li .txt .tit {
  font-size: 16px;
  line-height: 39px;
  margin-right: 10px;
  color: #101010;
  display: inline-block;
  padding-left: 20px;
}

.latest .latest-cont li .txt .tit a {
  color: #101010;
}

.latest .latest-cont li .txt .time {
  font-size: 14px;
  line-height: 32px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #666;
  display: inline-block;
}

/* 对话太阳岛 */
.dhtyd_box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.djch_nr {
  width: 1200px;
  height: 338px;
  margin: 0 auto;
}

.focusBox4 {
  width: 1200px;
  height: 338px;
  position: relative;
  background: #fff;
}

.focusBox4 .arrow-left4 {
  background: url(http://www.news.cn/info/rdzt/2024ttdqyjnh/img/dhtyd_left.png) no-repeat left top;
  position: absolute;
  left: -70px;
  top: 135px;
  width: 29px;
  height: 70px;
  z-index: 2;
}

.focusBox4 .arrow-right4 {
  background: url(http://www.news.cn/info/rdzt/2024ttdqyjnh/img/dhtyd_right.png) no-repeat left bottom;
  position: absolute;
  right: -70px;
  top: 135px;
  width: 29px;
  height: 70px;
  z-index: 2;
}

.focusBox4 .swiper-container {
  width: 1200px;
  height: 338px;
}

.swiper-slide {
  position: relative;
}

.slide_cont {
  width: 1200px;
}

.narrow_box {
  float: left;
  width: 299px;
  height: 168px;
  position: relative;
  margin-right: 1px;
  transition: all 1s;
  cursor: pointer;
}

.narrow_box .title {
  position: absolute;
  left: 0;
  width: 299px;
  height: 168px;
  background: #35908f;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  padding: 40px 35px;
  z-index: 2;
  box-sizing: border-box;
}

.narrow_box .title a {
  color: #fff;
}

.narrow_box .img {
  position: absolute;
  left: 0;
  width: 299px;
  height: 168px;
  top: 230px\9;
}

.narrow_box .img img {
  width: 100%;
  height: 100%;
}

.narrow_box:nth-child(odd) .title {
  top: 0;
}

.narrow_box:nth-child(odd) .img {
  top: 169px;
}

.narrow_box:nth-child(even) .title {
  top: 169px;
}

.narrow_box:nth-child(even) .img {
  top: 0;
}

.narrow_box.on {
  width: 599px;
  height: 338px;
}

.narrow_box.on .img {
  position: absolute;
  left: 0;
  width: 599px;
  height: 338px;
  top: 0\9;
}

.narrow_box.on .title {
  position: absolute;
  left: 0;
  top: 205px;
  width: 100%;
  height: 133px;
  background: url(http://www.wenming.cn/wmzthc/mflwdc5/images/bg03_mflwdc5.png) repeat-x;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  padding: 75px 10px 0 10px;
}

.narrow_box.on:nth-child(odd) .img {
  top: 0;
}

/*part02*/
.part02 {
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 20px;
  background: url(http://www.wenming.cn/wmzthc/mflwdc6/images/ymcbg_mfl6.png) 50% 0 no-repeat;
  padding-top: 40px;
}


.list {
  width: 1162px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  margin-bottom: 130px;
  padding-top: 0px;
  margin-top: 58px;
}

.list ul {
  overflow: hidden;
}

.list ul li {
  float: left;
  width: 370px;
  height: 260px;
  margin-right: 25px;
  margin-top: 20px;
  position: relative;
}

.list ul li:nth-child(3) {
  margin-right: 0px;
}

.list ul li:nth-child(6) {
  margin-right: 0px;
}

.list ul li:nth-child(9) {
  margin-right: 0px;
}

.list ul li .img {
  width: 370px;
  height: 260px;
}

.list ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.list ul li .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  text-align: left;
      line-height: 24px;
}

.list ul li .tit a {
  color: #fff;
  font-size: 16px;
}



.splist {
  width: 1162px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 0px;
}

.splist ul {
  overflow: hidden;
}

.splist ul li {
  float: left;
  width:180px;
  height: 315px;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
}

.splist ul li:nth-child(10) {
  margin-right: 0px;
}

.splist ul li .img {
  width: 180px;
  height: 315px;
}

.splist ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.splist ul li .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  text-align: center;
}

.splist ul li .tit a {
  color: #fff;
  font-size: 16px;
}


.wq {
  margin: 50px auto;
}

.wq img {
  width: 32%;
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .domPC {
    display: none !important;
  }

  .domMb {
    display: block !important;
  }

  .zmzz_title img {
    width: 100%;
  }

  body {
    background: #fffaef;
    background-image: none;
  }

  .banner {
    display: none;
  }

  .mob_banner {
    display: block;
  }

  .zt_more {
    right: 22px;
    top: 13px;
  }

  .part01,
  .part02 {
    width: 100%;
    margin-bottom: 10px;
    background: none;
    height: auto;
  }

  .part02 {
    padding-top: 0px;
  }

  .inner {
    width: 96%;
  }

  .dh {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 5px auto;
  }

  .dh img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160%;
    height: auto;
  }

  .part01 .inner {
    border: 2px solid #dcb983;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .part01 .topline p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }

  .part01 .topline p a {
    font-size: 16px;
    line-height: 24px;
  }

  .latest {
    width: 96%;
    margin: 15px auto;
  }

  .latest .part {
   background: none;
        height: 6rem;
        border: 2px solid #dcb983;
        border-radius: 10px;
  }

  .latest .latest-cont {
    width: 90%;
    padding-top: 0px;
  }

  .latest .latest-title {
    width: 21%;
  }
  .latest .ys{ font-size: 20px; font-weight: bold ; float: left;color: #e68410;        margin-top: 18px;}
.latest .ys a{ font-size: 20px; font-weight: bold ; color: #e68410;}
  .list {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: none;
  }

  .list ul {
    width: 100%;
    overflow: hidden;
    margin-left: 10px;
  }

  .list ul li {
    float: left;
    width: 46%;
    height: auto;
    margin: 1%;
  }

  .list ul li .img {
    width: 100%;
    height: auto;
    background: #fff9e7;
  }

  .list ul li .img img {
    display: block;
    width: 100%;
    height: 8rem;
  }

  .list ul li .tit {
    padding: 5px;
  }

  .list ul li .tit a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
  }

  .partJd-left {
    width: 100%;
    background: none;
    padding-top: 0px;
    height: auto;
    margin-top: 0px;

  }

  .partJd-left .swiper-container {
    width: 95%;
    height: auto;
  }

  .partJd-left .picTitle {
    width: 100%;
    height: auto;
  }

  .partJd-left .picTitle .img img {
    width: 100%;
    height: auto;
  }

  .partJd-left .photoPart {
    height: auto;
  }

  .partJd-left .partJd-left-button-prev {
    display: none;
  }

  .partJd-left .partJd-left-button-next {
    display: none;
  }

  .partJd-left .picTitle .bg {
    padding: 0px;
  }

  .part02 {
    background: none;
  }

  .wq {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .wq img {
    width: 100%;
    display: block;
  }
}