@media screen and (max-width: 768px) {

  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header .top {
    height: auto;
    border-bottom: 2px solid var(--varColor);
  }
  .header .top .search form {
    display: none;
  }
  .header .top .search {
    position: absolute;
    top: 15px;
    right: 55px;
    margin-top: 0;
  }
  .header .search p img{
    margin-right: 5px;
  }
  .header .toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .header .logo {
    height: 45px;
    line-height: 45px;
    padding: 35px 0 15px;
  }

  .header .logo img {
    max-height: 100%;
  }

  .nav {
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    height: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
  }
  .menu{
    display: block;
  }
  .menu>li>a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding-left: 22px;
    text-align: left;
    border-bottom: 1px solid #666;
  }
  .menu>li:before{
    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: 40px;
    background: var(--varColor);
  }
  .menu .second-menu a {
    line-height: 40px;
    font-size: 14px;
  }

  #slide .swiper-pagination {
    bottom: 5%;
  }

  .title {
    padding: 25px 0;
  }
  .title h1, .title h2{
    font-size: 22px;
  }
  .title h1 span{
    font-size: 16px;
  }

  .news{
    padding-bottom: 30px;
  }
  .news .swiper-slide .img{
    height: 200px;
  }
  .news .swiper-slide .date{
    top: 148px;
  }
  .news .swiper-slide .date h2{
    line-height: 34px;
    font-size: 30px;
  }
  .news .swiper-slide .info {
    padding: 25px 20px;
  }
  .news .swiper-slide h3 {
    font-size: 18px;
  }
  .news .swiper-slide p{
    margin: 10px 0 20px;
  }
  .news .swiper-slide .info>a{
    line-height: normal;
    padding-left: 30px;
    background-size: contain;
  }

  .wrapper{
    height: auto;
    padding-bottom: 30px;
  }
  .wrapper .title {
    padding: 20px 0 15px;
  }
  .wrapper .container>div{
    width: 100%;
  }
  .wrapper .container>div:nth-of-type(2){
    margin: 0;
  }

  .links ul{
    margin-bottom: 0;
  }
  .links ul li{
    width: 100%;
    font-size: 16px;
  }
  .links ul li:not(:last-of-type){
    margin-bottom: 10px;
  }

  .contact .lf img{
    margin: 15px 0;
  }
  .contact ul{
    padding-top: 0;
    width: 100%;
    font-size: 12px;
  }
  .copy{
    font-size: 12px;
    text-align: center;
    line-height: 1.75em;
    padding: 10px 0;
  }

  .bread {
    height: 40px;
    line-height: 40px;
  }

  .bread .lf {
    display: none;
  }

  .bread .rt {
    float: none;
    font-size: 14px;
  }

  .side {
    display: none;
  }

  .column {
    margin: 15px 0 0;
    min-height: 300px;
  }

  .common-list li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
  }

  .common-list li p {
    margin-right: 90px;
  }

  .common-list li a {
    padding-left: 15px;
  }

  .common-list li a:before {
    top: 7px;
  }

  .caption h3 {
    line-height: 25px;
    font-size: 18px;
    margin: 20px 0 10px;
  }

  .caption p span {
    font-size: 12px;
    margin: 0 3px;
  }

  .content {
    margin-top: 15px;
    padding-bottom: 15px;
    min-height: 150px;
  }

  .profile {
    margin-top: 15px;
    min-height: 150px;
  }

  .leader-list{
    margin: 10px 0;
  }
  .leader-list li{
    width: 100%;
  }
  .leader-list li h3{
    margin-bottom: 5px;
  }
  .leader-list li h3 a{
    font-size: 18px;
  }
  .leader-list li p{
    line-height: 1.5em;
    margin-top: 0;
    font-size: 15px;
  }

  .team-list li {
    width: 48%;
  }
  .team-list li:nth-of-type(even){
    float: right;
  }
  .team-list li>a{
    height: 236px;
  }
  .team-list li p{
    padding: 5px 0;
    font-size: 14px;
  }

}
