@media(max-width:768px) {
  .header {
    text-align: center;
  }
  .about {
    margin-bottom: 15px;
  }
  .pro-img {
    height: 100px;
  }
  .pro-img img {
    max-height: 100px;
  }
  .pro-name {
    padding: 0;
    line-height: 36px;
  }
  .style{
    padding: 0;
  }
  .clearfix-xs{
    clear: both;
    margin: 10px 0;
    overflow: hidden;
  }
  .copy-right{
    text-align: center;
  }
  .copy-right .text-right{
    text-align: center;
  }
  .footer-right{
    border:none;
  }
  .img-news-dsc {
    -webkit-line-clamp: 1;
  }
}

@media (min-width:768px) {}

@media (min-width:1200px) {
  .navbar-nav>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
