@media screen and (max-width: 767px) {

  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header{
    height: auto;
  }
  .header .top{
    height: 70px;
  }
  .header .search{
    display: none;
  }
  .header .toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .header .logo {
    line-height: 70px;
  }
  .header .logo img {
    width: 70%;
  }


  .nav {
    position: absolute;
    top: 70px;
    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: 40px;
    line-height: 40px;
  }
  .menu .second-menu {
    top: 45px;
    background: #0762CB;
  }
  .menu .second-menu a {
    line-height: 40px;
    font-size: 14px;
  }

  .swiper-button-prev,
  .swiper-button-next{
    display: none;
  }
  #slide .bg{
    bottom: 15px;
  }
  #slide .bg h3{
    margin-right: 65px;
  }
  #slide .bg h3 a{
    font-size: 18px;
  }
  #slide .bg .rt span{
    font-size: 18px;
  }

  .section {
    min-height: 300px;
    padding-bottom: 0;
  }

  .title {
    margin: 20px 0 28px;
  }
  .title p{
    font-size: 22px;
  }
  .title p:after{
    height: 3px;
  }

  .news, .notice, .video, .view{
    float: none;
    width: 100%;
  }
  .news ul li{
    height: 80px;
    padding-right: 10px;
  }
  .news ul li .lf {
    width: 140px;
  }
  .news ul li .info {
    margin-left: 155px;
    padding: 6px 0;
  }
  .news ul li .info h3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
  .news ul li .info p{
    margin: 3px 0;
    font-size: 12px;
    height: 1.75em;
    -webkit-line-clamp: 1;
    display: none;
  }

  #wrapper ul li{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .play, #view{
    height: auto;
  }
  .play:before{
    background-size: 60px 60px;
  }

  .jxpg img{
    height: 40px;
    object-fit: cover;
  }

  .play p, #view .swiper-slide p{
    font-size: 16px;
  }

  .footer {
    height: auto;
    font-size: 14px;
    margin-top: 10px;
  }
  .footer .lf{
    width: 100%;
  }
  .footer .link p{
    font-size: 20px;
    padding: 15px 0;
  }
  .footer .link ul{
    margin: 0 -10px;
  }
  .footer .link ul li{
    width: 50%;
    padding: 0 10px;
  }
  .footer .copyright ul{
    margin-top: 15px;
  }
  .footer .copyright ul li{
    width: 100%;
  }
  .footer .link ul li a{
    padding-bottom: 5px;
  }
  .footer .rt{
    float: left;
    margin-top: 20px;
  }

  .banner img{
    height: 80px;
    object-fit: cover;
  }
  .banner h1{
    font-size: 24px;
  }

  .bread {
    margin: 20px 0;
    text-align: left;
  }

  .side {
    display: none;
  }

  .column {
    margin: 0 0 20px;
    min-height: 300px;
  }

  .common-list li {
    height: auto;
    padding: 10px 15px;
  }

  .common-list li p {
    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;
  }
  .content img{
    margin: 0 !important;
    height: auto !important;
  }

  .profile {
    min-height: 150px;
  }

  .view-list li {
    width: 50%;
  }
  .view-list li>a{
    height: 100px;
  }
  .view-list li p{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .video-list li{
    width: 100%;
    margin-bottom: 20px;
  }
  .video-list li>a {
    height: 200px;
  }
  .video-list li p {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .sub li a{
    padding: 10px 30px;
  }
  .team-list li {
    float: left;
    width: 50%;
  }
  .team-list li>a {
    display: block;
    height: 180px;
  }
  .team-list li p{
    font-size: 16px;
    line-height: 35px;
  }

  .teacher ul li{
    width: 33.33%;
  }

}