@charset "UTF-8";
/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/* 多出部分用省略号表示 , 用于一行 */
.wes, .dj_ky .dj-one .det .p2, .dw .swiper-slide p {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* flex布局 */
.df-sb, header .btn, .xw_notice .container, .xw .swiper-slide, .xw-list, .xw-list-item, .znzz_zyjs .swiper-slide a, .znzz_zyjs .swiper_page, .dj_ky .container, .dw-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, header .btn::before, .xw_notice .container::before, .xw .swiper-slide::before, .xw-list::before, .xw-list-item::before, .znzz_zyjs .swiper-slide a::before, .znzz_zyjs .swiper_page::before, .dj_ky .container::before, .dw-1::before, .df-sb::after, header .btn::after, .xw_notice .container::after, .xw .swiper-slide::after, .xw-list::after, .xw-list-item::after, .znzz_zyjs .swiper-slide a::after, .znzz_zyjs .swiper_page::after, .dj_ky .container::after, .dw-1::after {
  content: normal;
}
.df-sb > *, header .btn > *, .xw_notice .container > *, .xw .swiper-slide > *, .xw-list > *, .xw-list-item > *, .znzz_zyjs .swiper-slide a > *, .znzz_zyjs .swiper_page > *, .dj_ky .container > *, .dw-1 > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 阴影效果 */
/* 滚动条滑块 */
.obj2cov, .xw .swiper-slide .pic img, .znzz_zyjs .swiper-slide .pic img, .img2scl img, .dw-1 > .pic img, .dw .swiper-slide .pic img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.img2scl, .dw-1 > .pic, .dw .swiper-slide .pic {
  overflow: hidden;
}
.img2scl img, .dw-1 > .pic img, .dw .swiper-slide .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .dw-1 > .pic:hover img, .dw .swiper-slide .pic:hover img {
  transform: scale(1.2);
}

@font-face {
  font-family: "sf";
  src: url(../font/禹卫书法行书简体.ttf);
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #0a8cf0;
}

.container {
  max-width: 1600px;
}

.menu1 span:before, .menu1 span::after {
  background: #0068b7;
}

header {
  height: 155px;
  background: url(../images/header-bg.png) no-repeat top;
  background-size: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
header .container {
  padding-top: 0;
  padding-bottom: 0;
}
header .header-r {
  margin-left: 9%;
  display: block;
  flex: 1;
}
header .btn {
  width: 100%;
  justify-content: flex-end;
}
header .btn a {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  padding-right: 18px;
  margin-right: 8px;
}
header .btn a::after {
  width: 2px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-color: #fff;
  right: 0;
}
header .search-open {
  width: 30px;
  height: 30px;
  background: url(../images/icon-search.png) no-repeat center;
}
header.scroll {
  height: 100px;
  background-color: #0068b7;
}

nav {
  width: 100%;
  background-color: transparent;
}
nav .nav-sub a::before, nav .nav-sub a::after {
  background: #0a8cf0;
}
nav .nav-sub a:hover {
  color: #0a8cf0;
}

.banner .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-pagination span.on {
  width: 34px;
  background-color: #0068b7;
}

.center-top {
  background: url(../images/znzz-bg1.png) no-repeat center;
  background-size: cover;
}

.xw_notice .container {
  align-items: flex-start;
}
.xw_notice .notice {
  width: 26.5625%;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.27);
}
.xw_notice .notice .normal-title2 {
  background: url(../images/znzc-tbg.png) no-repeat center;
  background-size: cover;
  padding-left: 30px;
  padding-right: 28px;
  padding-top: 29px;
  padding-bottom: 36px;
}
.xw_notice .notice-list {
  margin-top: 24px;
  padding-left: 30px;
  padding-right: 28px;
  overflow: hidden;
  padding-bottom: 50px;
}
.xw_notice .notice-list-item {
  padding-top: 22px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 0;
}
.xw_notice .notice-list-item:last-child {
  position: relative;
}
.xw_notice .notice-list-item:last-child::after {
  width: 1px;
  height: 33px;
  left: -1px;
  bottom: -33px;
  background-color: #dddddd;
}
.xw_notice .notice-list-item .p1,
.xw_notice .notice-list-item .p2 {
  padding-left: 44px;
  line-height: 32px;
  font-size: 16px;
}
.xw_notice .notice-list-item .p1 {
  position: relative;
  color: #888888;
}
.xw_notice .notice-list-item .p1::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #dddddd;
}
.xw_notice .notice-list-item .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333333;
  height: 64px;
}
.xw_notice .notice-list-item:hover .p1 {
  animation: none;
  color: #888888;
  font-weight: normal;
}
.xw_notice .notice-list-item:hover .p2 {
  animation: fadeIn 0.5s ease-in-out;
  color: #0068b7;
  font-weight: bold;
}

.xw {
  width: 71.5625%;
}
.xw-wrap {
  margin-top: 46px;
}
.xw .swiper-slide {
  align-items: flex-start;
  height: 390px;
}
.xw .swiper-slide .pic {
  width: 50.655%;
  height: 100%;
}
.xw .swiper-slide .det {
  display: none;
  height: 100%;
  width: 49.345%;
  padding-left: 3.3%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding-right: 23px;
}
.xw .swiper-slide .det .p1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #0068b7;
}
.xw .swiper-slide .det .p2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #888888;
  text-indent: 2em;
  margin-top: 14px;
}
.xw .swiper-slide .det .time {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  width: 164px;
  height: 46px;
  line-height: 46px;
  padding-left: 55px;
  font-size: 16px;
  color: #888888;
  background: url(../images/znzz-time.png) no-repeat center;
  background-position-x: 21px;
  margin-top: 20px;
}
.xw .swiper-slide-active .det {
  display: block;
  animation: fadeIn 1s ease-in-out;
}
.xw .swiper-slide-active:hover .det {
  padding-top: 20px;
  background-color: #fff;
}
.xw .swiper_page {
  position: absolute;
  z-index: 4;
  left: 50.655%;
  bottom: 0;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0068b7;
}
.xw .swiper-pagination {
  bottom: 0;
  font-size: 14px;
  color: #fff;
}
.xw .swiper-button-prev, .xw .swiper-button-next {
  width: 12px;
  height: 21px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.xw .swiper-button-prev {
  left: 14px;
  background: url(../images/znzc-left1.png) no-repeat center;
}
.xw .swiper-button-next {
  right: 14px;
  background: url(../images/znzz-right1.png) no-repeat center;
}
.xw-list {
  margin-top: 8px;
  padding-right: 23px;
  flex-wrap: wrap;
}
.xw-list-item {
  width: 47.325%;
  align-items: flex-start;
  border-bottom: 1px solid #dedede;
  padding-bottom: 22px;
  padding-top: 27px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.xw-list-item .time {
  padding: 0 10px;
  text-align: center;
  color: #666666;
}
.xw-list-item .time .p1 {
  font-size: 30px;
  line-height: 36px;
}
.xw-list-item .time .p2 {
  font-size: 14px;
  line-height: 36px;
}
.xw-list-item .det {
  margin-top: -2px;
  width: calc(100% - 76px);
  padding-left: 2%;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xw-list-item:hover {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px #0068b7;
}
.xw-list-item:hover .det {
  font-weight: bold;
  color: #0068b7;
  animation: fadeIn 0.5s;
}

.znzz_zyjs {
  overflow-x: hidden;
}
.znzz_zyjs .container {
  padding-top: 38px;
  padding-bottom: 44px;
  position: relative;
}
.znzz_zyjs .container .l {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: 0;
}
.znzz_zyjs .container .l::after {
  width: 800px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/znzz-lbg.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.znzz_zyjs .container .r {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  z-index: 0;
}
.znzz_zyjs .container .r::after {
  width: 1120px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/znzz-rbg.png) no-repeat center;
  background-size: cover;
  left: 0;
}
.znzz_zyjs .normal-title2 {
  position: relative;
  z-index: 2;
}
.znzz_zyjs-banner {
  position: relative;
  z-index: 2;
  margin-top: 21px;
}
.znzz_zyjs .swiper-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.znzz_zyjs .swiper-slide {
  width: 17.1875%;
  margin-right: 1.0625%;
  height: 440px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.znzz_zyjs .swiper-slide a {
  position: relative;
  height: 100%;
}
.znzz_zyjs .swiper-slide .info {
  display: none;
  width: 0;
  overflow: hidden;
}
.znzz_zyjs .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.znzz_zyjs .swiper-slide .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.znzz_zyjs .swiper-slide .det {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 104, 183, 0.8);
  color: #fff;
}
.znzz_zyjs .swiper-slide .det .p1,
.znzz_zyjs .swiper-slide .det .more {
  position: absolute;
  writing-mode: vertical-rl;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.znzz_zyjs .swiper-slide .det .p1 {
  font-size: 24px;
  letter-spacing: 5px;
  overflow: hidden;
  height: 100%;
  left: 20px;
  padding: 25px 5px;
}
.znzz_zyjs .swiper-slide .det .more {
  padding-top: 17px;
  right: 20px;
  bottom: 0;
  height: 125px;
  font-size: 14px;
  letter-spacing: 3px;
  background: url(../images/znzz-more3.png) no-repeat top center;
}
.znzz_zyjs .swiper-slide .det .more::after {
  width: 1px;
  height: 30px;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.znzz_zyjs .swiper-slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
  transform: translateY(-10px);
  border-radius: 10px;
}
.znzz_zyjs .swiper-slide:hover .pic img {
  filter: blur(5px);
}
.znzz_zyjs .swiper-slide:hover .det .p1 {
  left: 30px;
}
.znzz_zyjs .swiper-slide:hover .det .more {
  right: 30px;
  bottom: 10px;
}
.znzz_zyjs .swiper-slide.on {
  width: 45.25%;
}
.znzz_zyjs .swiper-slide.on .pic {
  width: 46.96%;
}
.znzz_zyjs .swiper-slide.on .info {
  width: 53.04%;
  height: 100%;
  display: block;
  background-color: #fff;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 36px;
}
.znzz_zyjs .swiper-slide.on .info .p1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: url(../images/znzz-line2.png) no-repeat bottom left;
  padding-bottom: 32px;
  color: #0068b7;
}
.znzz_zyjs .swiper-slide.on .info .p2,
.znzz_zyjs .swiper-slide.on .info .p3 {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}
.znzz_zyjs .swiper-slide.on .info .p2 {
  font-weight: bold;
  margin-top: 26px;
}
.znzz_zyjs .swiper-slide.on .info .p3 {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.znzz_zyjs .swiper-slide.on .info .p3 span {
  font-weight: bold;
}
.znzz_zyjs .swiper-slide.on .info .more {
  margin-top: 32px;
  float: right;
  font-size: 14px;
  color: #0068b7;
  padding-right: 21px;
  background: url(../images/znzz-more2.png) no-repeat right center;
}
.znzz_zyjs .swiper-slide.on .det {
  display: none;
}
.znzz_zyjs .swiper_page {
  position: absolute;
  width: 168px;
  height: 54px;
  left: calc(40% - 84px);
  top: -73px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.znzz_zyjs .swiper-button-prev, .znzz_zyjs .swiper-button-next {
  margin: auto;
  width: 50%;
  height: 100%;
  position: static;
}
.znzz_zyjs .swiper-button-prev {
  background: url(../images/znzz-left2.png) #fff no-repeat center;
}
.znzz_zyjs .swiper-button-next {
  background: url(../images/znzz-right2.png) #0068b7 no-repeat center;
}

.dj_ky {
  background: url(../images/znzz-bg2.png) no-repeat center;
  background-size: cover;
}
.dj_ky .container {
  padding-top: 61px;
  align-items: flex-start;
}
.dj_ky .dj {
  width: 63.875%;
}
.dj_ky .dj-1 {
  margin-top: 42px;
}
.dj_ky .dj-one {
  width: 52.25%;
  margin-top: 0;
}
.dj_ky .dj-one .pic {
  height: 385px;
}
.dj_ky .dj-one .det {
  margin: auto;
  transform: translateY(-50%);
}
.dj_ky .dj-one .det .p1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: wrap;
  height: 64px;
}
.dj_ky .dj-one .det .p2 {
  display: block;
}
.dj_ky .dj .news-list3 {
  width: 45.499%;
}
.dj_ky .ky {
  width: 32.625%;
}
.dj_ky .ky .news-list3 {
  margin-top: 42px;
}
.dj_ky .ky .news-list3-item {
  border-left-color: #0068b7;
}
.dj_ky .ky .news-list3-item:hover {
  background-color: #0068b7;
}

.dw {
  background: url(../images/znzz-bg3.png) no-repeat top center;
  background-size: 100%;
}
.dw .container {
  padding-top: 50px;
  padding-bottom: 70px;
}
.dw-1 {
  margin-top: 50px;
  align-items: flex-start;
}
.dw-1 > .pic {
  width: 300px;
  height: 450px;
  border-radius: 3px;
}
.dw-1 > .pic.show {
  animation: fadeInLeft 0.5s;
}
.dw-1 .det {
  width: calc(100% - 300px);
  padding-left: 2.5%;
}
.dw-1 .det .p1 {
  margin-top: 7px;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #0c6db6;
}
.dw-1 .det .p1 span {
  color: #d4a604;
  font-size: 18px;
  font-weight: normal;
  padding-left: 2%;
  vertical-align: text-top;
}
.dw-1 .det .p2 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 34px;
  height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dw-banner {
  margin-top: 18px;
  position: relative;
}
.dw .swiper-slide {
  position: relative;
}
.dw .swiper-slide .pic {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  width: 100%;
  height: 292px;
}
.dw .swiper-slide p {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 10px;
  line-height: 36px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  color: #fff;
  font-size: 16px;
  margin: auto;
}
.dw .swiper-slide-active {
  box-shadow: 0px 0px 10px 0px rgba(0, 104, 183, 0.54);
}
.dw .swiper-container {
  padding: 10px;
  width: calc(100% - 80px);
}
.dw .swiper-button-prev, .dw .swiper-button-next {
  width: 20px;
  height: 38px;
  margin: auto;
}
.dw .swiper-button-prev {
  left: 0;
  background: url(../images/znzz-left3.png) no-repeat center;
}
.dw .swiper-button-next {
  right: 0;
  background: url(../images/znzz-right3.png) no-repeat center;
}

.dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.78);
  z-index: 111;
}
.dialog .search-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  max-width: 500px;
  min-width: 350px;
  height: 50px;
  overflow: hidden;
}
.dialog .search-inp {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border: none;
  padding: 0 10px;
}
.dialog .search-but {
  position: absolute;
  right: 0px;
  border: none;
  width: 50px;
  height: 50px;
  background: url(../images/icon-search.png) #0068b7 no-repeat center;
}

@media (max-width: 1620px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1400px) {
  header .header-r {
    margin-left: 2%;
  }
}
@media (max-width: 1300px) {
  header {
    height: 130px;
  }
  nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: #0068b7;
    padding-top: 20px;
  }
  nav .container {
    display: block;
    padding: 10px 10px 35px;
  }
  nav.cross {
    display: block;
    animation: fadeIn 0.3s;
  }
  nav .nav-item {
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }
  nav .nav-item > a {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 50px 0 10px;
  }
  nav .nav-item i {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
  }
  nav .nav-item i::after, nav .nav-item i::before {
    width: 10px;
    height: 2px;
    background: #fff;
    left: 13px;
    top: 50%;
  }
  nav .nav-item i::before {
    transform: rotate(45deg);
  }
  nav .nav-item i::after {
    transform: translate(5px, 0) rotate(-45deg);
  }
  nav .nav-item:hover .nav-sub {
    display: none;
  }
  nav .nav-item.show {
    background-color: #fff;
  }
  nav .nav-item.show > a {
    color: #0068b7;
  }
  nav .nav-item.show i {
    transform: rotate(-180deg);
  }
  nav .nav-item.show i::after, nav .nav-item.show i::before {
    background: #0068b7;
  }
  nav .nav-item.show .nav-sub ul {
    animation: none;
  }
  nav .nav-sub {
    padding-top: 0;
    display: none;
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  nav .nav-sub ul {
    box-shadow: none;
    background-color: #0068b7;
  }
  nav .nav-sub ul::before {
    display: none;
  }
  nav .nav-sub a {
    color: #fff;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
  }
  nav .nav-sub a:hover {
    color: #fff;
  }
  .menu {
    display: block;
  }
  .menu.open {
    position: fixed;
    top: 2px;
    right: 10px;
    background: #0068b7;
  }
  .menu.open .menu1 span:before, .menu.open .menu1 span::after {
    background: #fff;
  }
  .xw_notice .xw,
  .xw_notice .notice {
    width: 100%;
  }
  .xw_notice .notice {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .dj_ky .dj,
  .dj_ky .ky {
    width: 100%;
  }
  .dj_ky .ky {
    margin-bottom: 40px;
  }
  .dw-1 > .pic {
    display: none;
  }
  .dw-1 .det {
    width: 100%;
    padding: 0;
  }
  .znzz_zyjs .swiper-slide {
    width: 20%;
    margin-right: 2%;
  }
  .znzz_zyjs .swiper-slide-active {
    width: 56%;
  }
}
@media (max-width: 768px) {
  .xw-wrap {
    margin-top: 5vw;
  }
  .xw .swiper-slide {
    position: relative;
  }
  .xw .swiper-slide .pic {
    width: 100%;
  }
  .xw .swiper-slide .det {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.67);
  }
  .xw .swiper-slide .det .p1 {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .xw .swiper-slide .det .p2,
  .xw .swiper-slide .det .time {
    display: none;
  }
  .xw .swiper-slide-active:hover .det {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.67);
  }
  .xw .swiper-slide-active:hover .det .p1 {
    color: #0068b7;
  }
  .xw .swiper_page {
    top: 0;
    right: 0;
    left: auto;
  }
  .xw-list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .xw-list-item:nth-child(3), .xw-list-item:nth-child(4) {
    display: none;
  }
  .xw-list-item .time .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .xw-list-item .time .p2 {
    font-size: 13px;
  }
  .xw-list-item .det {
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 30px;
  }
  .xw_notice .notice-list {
    padding-left: 15px;
    padding-right: 20px;
  }
  .xw_notice .notice-list-item {
    padding-top: 10px;
  }
  .znzz_zyjs .swiper-slide {
    margin-right: 0;
  }
  .znzz_zyjs .swiper-slide-active .pic {
    width: 100%;
  }
  .znzz_zyjs .swiper-slide-active .det {
    display: block;
  }
  .znzz_zyjs .swiper-slide-active .info {
    display: none;
  }
  .znzz_zyjs .swiper_page {
    height: 40px;
    width: 140px;
    top: -61px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .logo {
    max-width: calc(100% - 100px) !important;
  }
  header .header-r {
    margin-left: 0;
  }
  header .header-r .btn a {
    display: none;
  }
  .dj_ky .dj-one {
    width: 100%;
  }
  .dj_ky .dj .news-list3 {
    margin-top: -5vw;
    width: 100%;
  }
  .dj_ky .ky {
    margin-top: 4vw;
  }
  .dj_ky .ky .news-list3 {
    margin-top: 2vw;
  }
  .dw .container {
    padding-top: 5vw;
    padding-bottom: 7vw;
  }
  .dw-1 {
    margin-top: 5vw;
  }
  .dw .det .p1,
  .dw .det .p2 {
    display: none;
  }
}
@media (max-width: 500px) {
  .znzz_zyjs .container .l {
    width: 100%;
  }
  .znzz_zyjs .container .l::after {
    background-position-x: right;
  }
  .znzz_zyjs .container .r {
    display: none;
  }
  .znzz_zyjs .swiper_page {
    width: 100%;
    bottom: -30px;
    top: auto;
  }
  .normal-title2.c3 .more {
    background: url(../images/znzz-more5.png) no-repeat right center;
    color: #fff;
  }
  .normal-title2.c3 .more:hover {
    background: #fff;
    color: #0068b7 !important;
  }
}
@media (max-width: 400px) {
  .dw .swiper-slide .pic {
    height: 90vw;
  }
}/*# sourceMappingURL=znzz.css.map */