@media screen  and (max-width: 1440px) {

  .container {
    width: 1200px;
  }
  .header .search {
    margin-top: -55px;
  }

}

@media screen  and (max-width: 1280px) {

  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

}

@media screen and (max-width: 768px) {

  .header{
    height: auto;
  }
  .header .top{
    height: auto;
    padding: 40px 0 20px;
    background-size: auto;
  }
  .header .search{
    display: none;
  }
  .header .toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .header .logo {
    line-height: normal;
  }

  .nav {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
  }
  .menu{
    display: block;
  }
  .menu>li{
    display: block;
    line-height: normal;
  }
  .menu>li>a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-left: 22px;
    text-align: left;
    border-bottom: 1px solid #666;
  }
  .menu>li span{
    display: none;
  }
  .menu>li:after {
    position: absolute;
    content: "+";
    top: 0;
    bottom: 1px;
    right: 15px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 45px;
    line-height: 45px;
  }
  .menu .second-menu {
    top: 45px;
    background-color: #007ea8;
  }
  .menu .second-menu li a {
    line-height: 45px;
    border-top: 1px solid #fff;
  }

  .news, .trends{
    width: 50%;
  }
  .notice, .report{
    width: 46%;
  }
  #news{
    width: 100%;
  }
  .news-list{
    display: none;
  }


  .footer {
    height: auto;
    font-size: 14px;
    padding-top: 0;
  }
  .footer ul{
    display: none;
  }
  .footer .copyright{
    margin-top: 0;
    padding: 15px 0;
    line-height: 1.5em;
  }

  .bread {
    margin-top: 20px;
    height: auto;
    line-height: normal;
    font-size: 14px;
  }
  .bread h1{
    float: none;
    font-size: 20px;
  }
  .bread div{
    float: none;
    padding: 10px 0;
  }

  .side {
    display: none;
  }

  .column {
    margin: 0 0 20px;
    min-height: 300px;
  }

  .common-list li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }


  .detail {
    min-height: auto;
    padding: 0 15px;
  }
  .caption{
    padding: 20px 0;
  }
  .caption h2 {
    line-height: 25px;
    font-size: 20px;
  }
  .caption p span {
    font-size: 12px;
    margin: 0 3px;
  }
  .content {
    padding-bottom: 15px;
    min-height: 150px;
  }

  .profile {
    min-height: 150px;
  }

  .section{
    min-height: calc(100vh - 166px);
  }

  .teacher-list{
    margin: 10px 0;
  }
  .teacher-list li{
    width: 20%;
  }

}

@media screen and (max-width: 767px) {

  .logo img{
    height: 30px;
  }

  .swiper-button-prev,
  .swiper-button-next{
    display: none;
  }

  .title{
    margin: 30px 0 20px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .title p{
    font-size: 22px;
  }
  .title img {
    height: 26px;
  }

  .box{
    margin-top: 0;
  }
  .news, .notice, .trends, .report,
  #news, .news-list{
    float: none;
    width: 100%;
  }
  #news .swiper-slide>a{
    height: 250px;
  }
  #news .swiper-slide p a{
    font-size: 16px;
  }

  .news-list{
    margin-top: 20px;
  }
  .news-list li a {
    font-size: 16px;
  }

  .notice ul li a {
    font-size: 16px;
  }
  .notice ul li span{
    font-size: 14px;
  }

  .wrapper{
    margin: 0 0 30px;
  }
  .wrapper:after{
    top: 10px;
  }
  .trends ul{
    padding: 0;
  }
  .trends ul li {
    font-size: 16px;
  }
  .trends ul li p{
    margin-right: 120px;
  }

  .report ul{
    padding: 0;
  }
  .report ul li .date {
    width: 80px;
    height: 70px;
    font-size: 16px;
  }
  .report ul li .date p{
    font-size: 30px;
  }
  .report ul li>p {
    margin-left: 100px;
    font-size: 20px;
    height: 70px;
    line-height: 35px;
  }

  .section{
    min-height: calc(100vh - 162px);
  }

  .teacher-list li{
    width: 25%;
    margin: 5px 0;
  }

}