.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
}

.fenlei .content .swiper-slide {
  width: 773px;
  height: 531px;
  position: relative;
}
.fenlei .content .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.fenlei .content .swiper-slide .message {
  background: rgba(16, 40, 44, 0.5);
  position: absolute;
  left: 7%;
  bottom: 7%;
  color: white;
  text-align: left;
}
.fenlei .content .swiper-slide .title2 {
  font-weight: unset;
  font-size: 22px;
  margin-bottom: 26px;
}
.fenlei .content .swiper-slide .title1 {
  font-weight: unset;
  font-size: 16px;
}
.fenlei .content .swiper-slide .more {
  justify-content: flex-start !important;
}
.fenlei .swiper-button-next, .fenlei .swiper-button-prev {
  position: static;
  margin: 0;
}
.fenlei .btn_box {
  margin-top: 40px;
}
.fenlei .swiper-pagination {
  position: static;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.about {
  background: #f6f7f9;
  padding-top: 120px;
  padding-bottom: 100px;
}
.about .lf {
  text-align: left;
}
.about .rt {
  padding-top: 30px;
  padding-left: 35px;
}
.about .bottom_box {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
.about .bottom_box .item {
  width: 20%;
}
.about .bottom_box .name {
  font-size: 50px;
  color: #45b0b2;
  font-family: "song";
}

.youshi .content {
  display: flex;
  justify-content: space-between;
}
.youshi .item {
  width: 31%;
}
.youshi .item .message {
  background: #f6f7f9;
  padding: 50px;
  padding-top: 80px;
}
.youshi .item .message .summary {
  height: 78px;
}
.youshi .item .message .name {
  color: #45b0b2;
  margin-top: 8px;
  margin-bottom: 20px;
}

.zhengshu {
  padding-top: 200px;
  padding-bottom: 150px;
}
.zhengshu .content {
  padding-top: 30px;
}
.zhengshu .content2 {
  display: flex;
  align-items: flex-end;
}
.zhengshu .rt .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zhengshu .item img {
  height: 208px;
  object-fit: cover;
  object-position: center;
  height: 409px;
}
.zhengshu .swiper-button-next, .zhengshu .swiper-button-prev {
  position: static;
  margin: 10px;
}

.news .lf {
  text-align: left;
}
.news .rt .item {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 25px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .rt .item:hover .jiantou {
  opacity: 1;
}
.news .rt .item:hover .title a {
  color: #45b0b2;
}
.news .rt .item .time {
  text-align: center;
}
.news .rt .item .day {
  display: block;
}
.news .rt .item .day2 {
  display: block;
  font-size: 64px;
  font-family: "song";
}
.news .rt .item .title a {
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .rt .item .summary {
  margin-bottom: 0;
  height: 52px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .rt .item .time {
  width: 20%;
}
.news .rt .item .message {
  width: 70%;
}
.news .rt .item .jiantou {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.news .rt .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1550px) {
  .fenlei .content .swiper-slide {
    width: 749px;
    height: 503px;
  }

  ._mt {
    margin-top: 100px;
  }

  ._title {
    margin-bottom: 70px;
  }

  ._title .t2 {
    font-size: 45px;
  }

  .about .bottom_box .name {
    font-size: 45px;
  }

  .about {
    padding-top: 102px;
    padding-bottom: 65px;
  }

  .zhengshu {
    padding-top: 118px;
    padding-bottom: 111px;
  }
}
@media (max-width: 1450px) {
  .fenlei .content .swiper-slide {
    width: 708px;
    height: 474px;
  }

  ._title {
    margin-bottom: 50px;
  }

  ._summary {
    font-size: 15px;
    line-height: 24px;
  }

  .news .rt .item .day2 {
    font-size: 56px;
  }

  .news .rt .item .title a {
    font-size: 16px;
    height: 39px;
  }

  .news .rt .item .summary {
    height: 48px;
  }

  .news .lf {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  ._title .t2 {
    font-size: 30px;
  }

  ._title .p {
    font-size: 20px;
  }

  ._mt {
    margin-top: 65px;
  }

  ._title {
    margin-bottom: 40px;
  }

  .fenlei .content .swiper-slide {
    height: 296px;
  }

  .fenlei .content .swiper-slide .message {
    padding: 20px 40px;
  }

  .fenlei .content .swiper-slide .title2 {
    font-size: 20px;
  }

  .fenlei .btn_box {
    margin-top: 30px;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 30px;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .about .rt {
    padding-top: 50px;
    text-align: center;
    padding-left: 0;
  }
  .about .rt ._summary {
    text-align: left;
  }

  ._title2 {
    text-align: center;
  }

  ._more2_box {
    margin-right: auto;
    margin-left: auto;
  }

  ._title2 .t1 {
    justify-content: center;
  }

  .about .bottom_box {
    flex-wrap: wrap;
  }

  .about .bottom_box .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .about .bottom_box .name {
    font-size: 35px;
  }

  ._summary {
    font-size: 14px;
    line-height: 21px;
  }

  .youshi .item {
    width: 100%;
  }

  .youshi .content {
    display: block;
  }

  .zhengshu {
    padding-top: 75px;
    padding-bottom: 54px;
  }
  .zhengshu .item img {
    width: 100%;
    height: auto;
  }

  .zhengshu .content2 {
    display: block;
  }

  .zhengshu .content {
    padding-top: 0;
  }

  .zhengshu .rt .btn {
    justify-content: center;
  }

  .news .lf {
    padding-right: 0;
  }

  .news .rt {
    margin-top: 30px;
  }

  .news .rt .item .jiantou {
    display: none;
  }

  .news .rt .item .message {
    width: 80%;
    padding-left: 23px;
  }

  .news .rt .item .summary {
    height: 46px;
  }

  .news .rt .item .day2 {
    font-size: 46px;
  }

  .news .rt .item .day {
    font-size: 14px;
  }

  ._lianxi {
    padding-bottom: 42px;
    padding-top: 55px;
  }

  .youshi .item .message {
    padding: 32px;
    padding-top: 50px;
  }
}

/*# sourceMappingURL=mystyle.css.map */
