._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f97631;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #f97631;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.01);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text p {
  font-size: 0.8rem;
  color: #fff;
}
.banner .text > ul {
  margin-top: 2.5rem;
  text-align: center;
}
.banner .text > ul li {
  display: inline-block;
  width: 10rem;
  height: 3.2rem;
}
.banner .text > ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.banner .text > ul li a {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  line-height: 3.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .text > ul li.active a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.banner .text > ul li:hover a {
  color: #fff;
  background: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.ceshi .con .title {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.ceshi .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #454545;
  position: relative;
  display: inline-block;
}
.ceshi .con .title h2:before {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  left: -2rem;
  top: 48%;
}
.ceshi .con .title h2:after {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  right: -2rem;
  top: 48%;
}
.ceshi .con .title p {
  font-size: 0.9rem;
  color: #999;
}
.yueba-list .con > ul li {
  float: left;
  width: 31.2%;
  margin-top: 2rem;
  cursor: pointer;
}
.yueba-list .con > ul li:not(:nth-child(3n)) {
  margin-right: 3.2%;
}
.yueba-list .con > ul li .top {
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
}
.yueba-list .con > ul li .top img {
  width: 100%;
}
.yueba-list .con > ul li .bottom {
  border: solid 1px #f1f4fb;
  padding: 1.6rem 1.6rem 1.2rem;
}
.yueba-list .con > ul li .bottom h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 1.6rem;
}
.yueba-list .con > ul li .bottom h4 {
  font-size: 0.8rem;
  color: #333;
  display: flex;
  justify-content: space-between;
}
.yueba-list .con > ul li .hide {
  display: none;
}
.yueba-list .con > ul li:hover {
  box-shadow: 0px 12px 35px 0px rgba(33, 33, 33, 0.09);
}
.yueba-list .con > ul li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.yueba-list .con > ul li:hover .bottom h2 {
  color: #f87430;
}
.zs-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.zs-alert .con {
  background: #fff;
  padding: 3% 2% 2%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.zs-alert .con > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4%;
}
.zs-alert .con .content {
  padding-bottom: 4%;
  position: relative;
}
.zs-alert .con .content .left {
  float: left;
  width: 41%;
}
.zs-alert .con .content .left img {
  width: 100%;
}
.zs-alert .con .content .right {
  width: 54%;
  position: absolute;
  height: 84%;
  right: 0;
  top: 0;
}
.zs-alert .con .content .right .text {
  height: 100%;
}
.zs-alert .con .content .right .text p {
  font-size: 0.8rem;
  color: #666;
  margin-top: 1.2rem;
  text-align: justify;
}
.zs-alert .con .content .right .text p strong {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}
.zs-alert .con .content .right .text img {
  max-width: 100% !important;
}
.zs-alert .con .pdf {
  padding-top: 3%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zs-alert .con .pdf h2 {
  float: left;
  width: 80%;
  font-size: 0.9rem;
  color: #666;
}
.zs-alert .con .pdf a {
  float: right;
  display: block;
  width: 9.5rem;
  height: 3rem;
  background-image: linear-gradient(95deg, #f87230 0%, #ffac41 100%);
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  position: relative;
  top: -0.5rem;
}
.zs-alert .con .pdf a:hover {
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
}
.zs-alert .con .close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.zs-alert .con .close span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  color: #333;
}
.zs-alert .con .close:hover span {
  color: #ff8041;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .banner .text {
    top: 50%;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
  .zs-alert .con {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
    height: 200px;
    overflow: hidden;
  }
  .banner img {
    height: 100%;
    width: auto;
  }
  .banner .text {
    top: 50%;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .banner .text > ul {
    margin-top: 14px;
  }
  .banner .text > ul li {
    width: 110px;
    height: 40px;
  }
  .banner .text > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .ceshi .con .title {
    margin-bottom: 0;
  }
  .ceshi .con .title > h2 {
    font-size: 20px;
  }
  .ceshi .con .title > h2:before {
    width: 20px;
    left: -30px;
  }
  .ceshi .con .title > h2:after {
    width: 20px;
    right: -30px;
  }
  .ceshi .con .title p {
    font-size: 14px;
  }
  .yueba-list .con > ul {
    margin-top: 10px;
  }
  .yueba-list .con > ul li {
    width: 48.5%;
    margin-top: 1rem;
  }
  .yueba-list .con > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .yueba-list .con > ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .yueba-list .con > ul li .bottom {
    padding: 10px;
  }
  .yueba-list .con > ul li .bottom h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .yueba-list .con > ul li .bottom h4 {
    display: block;
  }
  .yueba-list .con > ul li .bottom h4 span {
    display: block;
    font-size: 12px;
  }
  .yueba-list .con > ul li .bottom h4 span:last-child {
    margin-top: 4px;
  }
  .zs-alert .con {
    padding: 16px;
  }
  .zs-alert .con .content .left {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 6px;
  }
  .zs-alert .con .content .right {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .zs-alert .con .content .right .text p {
    font-size: 14px;
  }
  .zs-alert .con .content .right .text p strong {
    font-size: 14px;
  }
  .zs-alert .con > h2 {
    font-size: 16px;
    width: 90%;
    padding-top: 10px;
    margin-bottom: 16px;
  }
  .zs-alert .con .pdf {
    padding-top: 10px;
  }
  .zs-alert .con .pdf h2 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
  }
  .zs-alert .con .pdf a {
    float: left;
    width: 12rem;
    height: 4rem;
    font-size: 14px;
    top: 0;
    line-height: 4rem;
    margin-top: 10px;
    margin-left: -6rem;
    left: 50%;
  }
  .zs-alert .con .close span {
    font-size: 16px;
  }
}
/*# sourceMappingURL=zheshu.css.map */