﻿@media screen and (min-width:1200px) and (max-width: 1450px){
  .good-case-item-info {
    width: 43%;
  }
}
@media (max-width: 1200px) {
  .good-case-item-info {
    width: 43%;
  }
}

@media (max-width: 1000px) {
  .good-case-item-info {
    width: 43%;
  }

  .menu-item {
    margin: 0 13px;
  }

  .section-plate {
    height: auto;
  }

  .section-all-style {
    display: flex;
    flex-direction: column;
  }

  .news-updates,
  .notice-bulletin {
    width: 100%;
    margin-bottom: 25px;
  }

  .notice-title {
    max-width: 500px;
  }

  .camaraderie-link {
    height: auto;
    margin-top:275px;
  }

  .camaraderie-item {
    flex: 0 0 calc(48% - 52px);
  }

  .good-case-label {
    flex-direction: column;
  }

  .good-case-item {
    width: calc(97% - 26px);
  }

  .good-case-item-info {
    width: 56%;
  }

  .footer-nav {
    height: auto;
  }

  .footer-show {
    height: auto;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .footer-bottom {
    padding: 0 10px;
    flex-direction: column;
  }

  .footer-text {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .new-item {
    height: 30%;
  }

  .footer-bottom img {
    width: 100%;
    height: auto;
  }

  .new-label {
    width: 108%;
  }

  .photo-show .swiper {
    height: 500px;
  }

  .top-line {
    display: none;
  }

  .nav-location {
    display: none;
  }

  .nav-app {
    display: inline-block;
    min-height: 130px;
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

  }

  .nav-top-show {
    position: fixed;
    top: 0;
    z-index: 20;
  }

  .nav-top-detail a {
    display: inline-block;
    width: 100%;
  }

  .nav-top-detail a img {
    width: 100%;
  }

  .nav-app-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .app-sousuo-logo {
    position: relative;
  }

  .app-sousuo-logo input {
    width: 260px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 29px;
    box-sizing: border-box;
    padding: 0 83px 0 15px;
  }

  .app-sousuo-logo input:focus {
    outline: none;
    box-shadow: none;
  }

  .app-sousuo-btn {
    position: absolute;
    top: 1px;
    left: 194px;
    background: #2a83d7;
    width: 65px;
    height: 45px;
    border-radius: 0 29px 29px 0px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
  }

  .app-sousuo-btn .iconfont {
    font-size: 20px;
    color: #fff;
  }

  .nav-app-menubtn {
    margin-left: 50px;
  }

  .nav-app-menubtn .iconfont {
    font-size: 35px;
    color: #2a83d7;
  }

  .nav-app-menu-show {
    position: fixed;
    top: 128px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: center;
    padding: 10px 0;
  }

  .app-menu-item {
    border-bottom: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
  }

  .app-menu-item a {
    color: #2a83d7;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }

  .hidden {
    display: none;
  }

  .app-menu-close-btn {
    margin-top: 10px;
  }

  .photo-show {
    margin-top: 130px;
  }

  .detailed-section-all {
    flex-direction: column;
  }

  .detailed-section-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .detailed-section-right {
    width: 100%;
  }

  .detailed-section {
    margin-top: 130px;
  }

  .section-tuwen-item a {
    display: flex;
    flex-direction: column;
  }

  .section-pagination-center {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .section-list-item a{
    box-sizing: border-box;
    padding: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 44px;
  }
}

@media (max-width: 580px) {
  .nav-app-menubtn {
    margin-left: 20px;

  }

  .camaraderie-item {
    flex: 0 0 calc(100% - 52px);
  }

  .good-case-item {
    align-items: center;
  }

  .good-case-item img {
    margin-right: 15px;
    width: 42%;
    height: auto;
  }
}