.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  opacity: 1; }
.swiper-container:hover .swiper-button-disabled {
  opacity: 0; }
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  background-image: url("../images/public/prev_btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10%; }
  .swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
    content: none; }
.swiper-container .swiper-button-next {
  left: auto;
  right: 10%;
  background-image: url("../images/public/next_btn.svg"); }
.swiper-container .swiper-button-next.swiper-button-disabled, .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: auto; }
.swiper-container .swiper-pagination-bullet {
  width: 30px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7); }
.swiper-container .swiper-pagination-bullet-active {
  background-color: #a40000; }

.page-main {
  width: 1200px;
  margin: 30px auto;
  padding: 20px; }

.page-notice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #eeeeee;
  border-radius: 5px; }
  .page-notice .notice-title {
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0; }

.page-banner .banner-item {
  width: 100%;
  height: 550px; }

.page-news {
  margin: 30px auto;
  display: flex;
  justify-content: space-between; }
  .page-news .swiper-pagination {
    bottom: 45px; }
  .page-news .news-big {
    width: 400px;
    height: 400px; }
    .page-news .news-big .big-one {
      height: 100%;
      position: relative; }
      .page-news .news-big .big-one .one-text {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        color: #FFFFFF;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0; }
  .page-news .news-right {
    width: 100%;
    margin-left: 20px; }

.page-article .article-con .con-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 30px; }
  .page-article .article-con .con-list .headlines-list .list-item .item-pic {
    width: 180px;
    height: 180px; }
  .page-article .article-con .con-list .headlines-list .list-item .item-content {
    width: 460px; }

.list-teacher .swiper-wrapper .swiper-slide {
  width: calc(100% / 4); }

.page-link:hover {
  background: #ffffff; }

@media (max-width: 790px) {
  .page-main {
    width: 95%;
    padding: 10px;
    margin: 15px auto; }

  .page-notice .notice-title {
    font-size: 16px; }

  .page-banner .banner-item {
    height: 280px; }

  .page-news {
    flex-wrap: wrap;
    padding: 0; }
    .page-news .news-big {
      width: 100%;
      height: 220px; }
    .page-news .news-right {
      margin-left: 0;
      margin-top: 20px; }

  .zmx-btn-small {
    padding: 5px 10px;
    font-size: 14px; }

  .page-article .article-con .con-list {
    flex-wrap: wrap; }
    .page-article .article-con .con-list .headlines-list .list-item .item-pic {
      display: none; }
    .page-article .article-con .con-list .headlines-list .list-item .item-content {
      width: 100%; }

  .list-teacher .swiper-wrapper .swiper-slide {
    width: 100%; } }

/*# sourceMappingURL=index.css.map */
