.slick-dots {
  position: absolute;
  top: 90%;
  right: 15px;
  text-align: center;
  width: 150px!important;
  z-index: 5;
}
.slick-dots li {
  background: #fff;
  border-radius: 50% ;
  width: 8px!important;
  height: 8px!important;
}
/* .slick-dots li {list-style: none;position: relative;width: 8px;height: 8px;margin: 10px 0;padding: 0; background:#fff;border-radius: 50%;} */
/* .slick-dots .slick-active{list-style: none;position: relative;width: 8px;height: 8px;margin: 10px 0;padding: 0; background:red;border-radius: 50%;} */
.minBox {
  width: 100%;
  background: #fff;
}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}
.djdt {
  width: 100%;
  height: 670px;
  margin-bottom: 16px;
}
.djdt .djdt-title {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.djdt .djdt-title div {
  font-size: 36px;
}
.djdt .djdt-title .more {
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.djdt .newsImg {
  width: 50%;
  position: relative;
  height: 533px;
}
.djdt .newsImg .slick-list {
  height: 100%;
}
.djdt .newsImg .slick-list .slick-track {
  height: 100%;
}
.djdt .newsImg .slick-list .slick-track div {
  height: 100%;
}
.djdt .newsImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.djdt .newsImg .imgBox {
  position: relative;
}
.djdt .newsImg .imgBox p {
  position: absolute;
  bottom: 0;
  height: 80px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  box-sizing: border-box;
  padding: 0 165px 0 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.djdt .newsImg .slick-dots {
  height: 28px;
  bottom: 25px;
  top: inherit;
}
.djdt .newsImg .slick-dots li {
  width: 16px !important;
  height: 16px !important;
  background: #F4ECEC;
  border-radius: 50%;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.djdt .newsImg .slick-dots li button {
  font-size: 0;
  display: none;
}
.djdt .newsImg .slick-dots .slick-active {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #A41713;
  border-radius: 50%;
  box-sizing: border-box;
  background: transparent;
  padding: 3px 0;
}
.djdt .newsImg .slick-dots .slick-active:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #A41713;
  border-radius: 50%;
  margin: 0 auto;
}
.djdt .djdt-title .djdt-titles {
  position: relative;
  width: 100%;
}
.djdt .djdt-title .djdt-titles :nth-child(1) {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -102px;
}
.djdt .djdt-title .djdt-titles :nth-child(3) {
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -102px;
}
.djdt .djdt-title .djdt-titles span {
  display: inline-block;
  font-size: 24px;
  color: #a41713;
}
ul.slick-dots li.slick-active .slick-dots li .payBox {
  display: none;
}
ul.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background: red;
  text-align: center;
  border-radius: 50%;
  /* margin-left: -11px; */
}
ul.slick-dots li.slick-active.small {
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: 0;
}
.slick-dots .slick-active.small .payBox {
  width: 10px;
  height: 10px;
  background: #fff;
  overflow: hidden;
}
.slick-dots .slick-active.small .payBox * {
  display: none;
}
.slick-dots .slick-active .payBox {
  /* display: block; */
}
.payBox {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.left {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.right {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.newsDate {
  position: relative;
  left: 52%;
  top: -577px;
  width: 748px;
  height: 143px;
}
.newsDate:after {
  content: '';
  width: 0px;
  display: block;
  height: 2px;
  position: absolute;
  background: #A41713;
  transition: all 1s ease;
  top: 107px;
  left: 0;
}
.newsDate .dateLeft :nth-child(1) {
  width: 78.3px;
  height: 38.1px;
  background-color: #DFBD7C;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 38.1px;
}
.newsDate .dateLeft :nth-child(2) {
  width: 78.3px;
  height: 51.3px;
  background-color: #A41713;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  line-height: 51.3px;
  margin-top: 5px;
}
.newsDate .dateRight {
  position: absolute;
  width: 605px;
  left: 100px;
  top: 0px;
}
.newsDate .dateRight p {
  font-size: 18px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDate .dateRight span {
  font-size: 14px;
  color: #999999;
  text-overflow: -o-ellipsis-astline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDate .dateRight hr {
  width: 748.2px;
  margin-left: -100px;
  margin-top: 24px;
  color: #d4d4d4;
}
.newsDate .dateRight:hover p {
  color: #A41713;
  font-weight: bold;
}
.newsDate:hover:after {
  content: '';
  width: 100%;
  display: block;
  height: 2px;
  position: absolute;
}
.zgzjs {
  width: 100%;
  height: 732.9px;
  background: url("../img/bottomBg.png") center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.zgzjs .zgzjsTitle {
  margin-top: 65px;
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.zgzjs .zgzjsTitles {
  position: relative;
  margin-top: 11px;
}
.zgzjs .zgzjsTitles :nth-child(1) {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -102px;
}
.zgzjs .zgzjsTitles :nth-child(3) {
  position: absolute;
  right: 50%;
  top: 7px;
  margin-right: -102px;
}
.zgzjs .zgzjsTitles span {
  display: inline-block;
  font-size: 24px;
  color: #a41713;
}
.zgzjs .zgzjsTitles .more {
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.zgzjsBody {
  margin: 55px auto 0;
  width: 1610px;
}
.zgzjsBody .zgzjsBodyOutside :nth-child(2) {
  margin-left: 33px ;
  margin-right: 16px;
  text-overflow: -o-ellipsis-astline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zgzjsBody .zgzjsBodyOutside :nth-child(3) {
  margin-left: 17px ;
  margin-right: 33px;
}
.zgzjsBody .zgzjsBodyOutside :hover .zgzjsBodyBox {
  background: url("../img/bottom.png") right bottom no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  display: inline-block;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin img {
  width: 374px;
  height: 222px;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div {
  margin: -5px 0 0 0;
  width: 374px;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div :nth-child(1) {
  margin: 0;
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div :nth-child(2) {
  margin: 0;
  padding: 12px 25px 0 29px;
}
.zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div :nth-child(3) {
  margin: 0;
  padding: 15px 0 36px 31px;
}
.zgzjsBody .slick-dots li button:before {
  margin: 0 auto;
  font-size: 0 !important;
}
.zgzjsBody .slick-dots {
  top: 100%;
  position: initial;
  width: 100% !important;
}
.zgzjsBody ul.slick-dots li.slick-active {
  width: 20px !important;
  height: 8px !important;
  background: red;
  text-align: center;
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .w1600 {
    width: 1440px;
  }
  .nrmkky {
    width: 78%;
  }
  .newsDate {
    width: 48%;
    overflow: hidden;
  }
  .newsDate .dateRight {
    width: 580px;
  }
  .newsDate .dateRight span {
    text-overflow: -o-ellipsis-astline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .zgzjsBody {
    width: 1440px;
  }
}
@media screen and (max-width: 1500px) {
  .w1600 {
    width: 1280px;
  }
  .zgzjsBody {
    width: 1280px;
  }
  .nrmkky {
    width: 75%;
  }
  .newsDate .dateRight {
    width: 495px;
  }
}
@media screen and (max-width: 1300px) {
  .w1600 {
    width: 1024px;
  }
  .zgzjsBody {
    width: 1024px;
  }
  .nrmkky {
    width: 71%;
  }
  .wznr ul li a {
    height: 21px;
    width: 65%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
  }
  .newsDate .dateRight {
    width: 360px;
  }
}
@media screen and (max-width: 1100px) {
  .nrmk .nrmkk .nrmkkz {
    display: none;
  }
  .w1600 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zgzjsBody {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nrmkk {
    width: 100%;
  }
  .nrmkky {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .djdt {
    height: auto;
  }
  .djdt .newsImg {
    width: 100%;
  }
  .djdt .newsImg img {
    display: block;
    width: 100%;
  }
  .newsDate {
    width: 100%;
    left: 0;
    top: 0;
  }
  .newsDate .dateRight {
    width: 85%;
  }
  .newsDate .dateRight hr {
    width: 111%;
  }
}
@media screen and (max-width: 1024px) {
  .nrmkky {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .djdt .newsImg {
    margin-bottom: 20px;
  }
  .newsDate .dateRight {
    width: 80%;
  }
  .djdt .djdt-title .more {
    left: 0;
    margin: auto;
    bottom: -20px;
  }
  .zgzjs .zgzjsTitles .more {
    left: 0;
    margin: auto;
    bottom: -20px;
  }
  .zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin img {
    margin: 0 auto;
  }
  .zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin img {
    margin: 0 auto;
  }
  .zgzjsBody .zgzjsBodyOutside .zgzjsBodyWithin div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wznr ul li span {
    margin-right: 0;
  }
  .nrmkkyx {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .nrmkky {
    margin-bottom: 30px;
  }
  .djdt .djdt-title .more {
   /* bottom: 60px;*/
  }
  .zgzjs .zgzjsTitles .more {
   /*  bottom: 52px;*/
  }
  .newsDate .dateRight {
    width: 69%;
  }
  .newsDate .dateRight hr {
    width: 142%;
  }
}
@media screen and (max-width: 640px) {
  .wznr ul li a {
    width: 50%;
  }
  .djdt .djdt-title .more {
    bottom: -16px;
    right: -18px;
    font-size: 12px;
  }
  .zgzjs .zgzjsTitles .more {
    bottom: -32px;
    right: 5px;
    font-size: 12px;
  }
  .zgzjs .zgzjsTitle {
    margin-top: 0px;
  }
  .zgzjs {
    height: auto;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .djdt .newsImg {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .djdt .newsImg {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .djdt .newsImg {
    height: 210px;
  }
}
/*# sourceMappingURL=djzh.css.map */