/* 公告标题 */
.jsjy_title {
  text-align: center;
}
.jsjy_title img {
  max-width: 100%;
  height: 38px;
  object-fit: cover;
}
/* 内容 */
.jsjy_page {
  /* 乙类乙管 */
}
.jsjy_page .p1 {
  padding-top: 46px;
}
.jsjy_page .ylyg_list {
  display: flex;
  justify-content: space-between;
  margin: 0 10%;
}
.jsjy_page .p1 {
  margin-bottom: 15px;
}
.jsjy_page .p2 {
  margin-bottom: 90px;
}
.jsjy_page .p3 {
  margin-bottom: 75px;
}
.jsjy_page #p2Swiper .jsjy_img_mask_box {
  width: 100%;
  height: 326px;
}
.jsjy_page #p2Swiper .swiper-slide-prev {
  transform: scale(0.8) !important;
}
.jsjy_page #p2Swiper .swiper-slide-next {
  transform: scale(0.8) !important;
}
.jsjy_page #p3Swiper .swiper-slide-prev {
  transform: perspective(700px) scale(1) rotateY(390deg) translateY(0px) !important;
}
.jsjy_page #p3Swiper .swiper-slide-next {
  transform: perspective(700px) scale(1) rotateY(330deg) translateY(0px) !important;
}
.jsjy_page #p3Swiper .jsjy_img_mask_box {
  width: 100%;
  height: 365px;
}
.jsjy_page .jsjy_swiper {
  position: relative;
  width: 100%;
}
.jsjy_page .jsjy_swiper .swiper-slide-prev {
  transform-origin: left;
}
.jsjy_page .jsjy_swiper .swiper-slide-next {
  transform-origin: right;
}
.jsjy_page .jsjy_swiper .swiper-slide {
  opacity: 0;
}
.jsjy_page .jsjy_swiper img {
  width: 100%;
}
.jsjy_page .jsjy_swiper .swiper-slide-active {
  z-index: 3;
  opacity: 1;
}
.jsjy_page .jsjy_swiper .swiper-slide-prev,
.jsjy_page .jsjy_swiper .swiper-slide-next {
  z-index: 2;
  opacity: 1;
}
.jsjy_page .jsjy_swiper .swiper-button-prev,
.jsjy_page .jsjy_swiper .swiper-button-next {
  width: 26px;
  height: 53px;
}
.jsjy_page .jsjy_swiper .swiper-button-prev {
  background: url(../images/jsjy_prev.png) no-repeat center center;
  left: 0;
}
.jsjy_page .jsjy_swiper .swiper-button-next {
  background: url(../images/jsjy_next.png) no-repeat center center;
  right: 0;
}
.jsjy_page .jsjy_swiper .jsjy_img_mask_box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.jsjy_page .jsjy_swiper .jsjy_img_mask_box img {
  width: 100%;
  height: 100%;
}
.jsjy_page .jsjy_swiper .jsjy_img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 46px;
  line-height: 46px;
}
.jsjy_page .jsjy_swiper .jsjy_img_mask_box .mask_title h3 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 95%;
  line-height: 46px;
  padding-left: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.jsjy_page .mb-40 {
  margin-bottom: 40px;
}
.jsjy_page .mb-42 {
  margin-bottom: 42px;
}
.jsjy_page .mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .jsjy_page .ylyg_list {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .jsjy_page .ylyg_list {
    flex-wrap: wrap;
  }
}
