
/* 2021/11/23 yyq 修改 */
.bodypage #sitecontent {
  padding-bottom: 0;
}

#sitecontent {
  min-height: calc(100vh - 588px);
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev::before,
#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next::before,
#indexPage #mslider ul li a::before,
#indexPage #mslider ul li a::after {
  display: none;
}

#indexPage #mnews #newslist .newstitem .newsbody .date .md {
  display: inline-block;
}
/* 2021/11/23 yyq 修改 */

/* 2021/11/25 yyq 修改 */
body.ipusher.open #header {
  width: 15%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translate3d(-460px, 0, 0);
  -moz-transform: translate3d(-460px, 0, 0);
  -o-transform: translate3d(-460px, 0, 0);
  transform: translate3d(-460px, 0, 0);
}

body.ipusher #header .content {
  padding-bottom: 80px;
  background-color: rgba(255, 255, 255, 0.7);
}

#headSHBtn {
  opacity: 1;
}

body.ipusher.open #header #headSHBtn {
  opacity: 0;
}

body.ipusher #header {
  /* right: -400px;
  top: 70px; */
  height: auto;
}

/* #headSHBtn {
  top: 0px;
}

body.ipusher.open #header #headSHBtn {
  left: calc(100% - 50px);
} */
/* 2021/11/25 yyq 修改 */

/* 2021/12/06 yyq 修改 */
#logoClone {
  background-color: #fff;
  height: 70px;
}

.marquee_wrapper {
  width: 70%;
  position: fixed;
  top: 20px;
  left: 15%;
  z-index: 999;
  background-color: #fff;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.marquee a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
/* 2021/12/06 yyq 修改 */

/* 2022/02/11 yyq 修改 */
@media screen and (max-width: 1280px) {
  .marquee_wrapper {
    width: 60%;
    left: 25%;
}
}
/* 2022/02/11 yyq 修改 */
