﻿@media screen and (max-width: 1500px) {
	.main {
	  max-width: 1200px;
	}
  .items > .item > span:first-child {
    font-size: 30px;
    margin-left: 30px;
  }
  .items > .item > span:first-child + span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    max-width: 1100px;
  }
  .header .zqsk-search-container {
    width: 60%;
  }
  .header .zqsk-search-container .search-input {
    width: 85%;
  }
  .items > .item > span:first-child {
    font-size: 26px;
    margin-left: 20px;
  }
  .items > .item > span:first-child + span {
    font-size: 18px;
  }
  .page-content .items > .item {
    height: 150px;
    line-height: 150px;
  }
  .items > .item > img {
    width: 35%;
  }
}
@media screen and (max-width: 992px) {
  .main {
	    max-width: none;
	    margin: 0 10px;
	  }
  .header {
    height: 380px;
  }
  .header .logo-mini {
    margin-top: 30px;
    width: 210px;
	height: auto;
  }
  .header .page-title {
    margin: 20px auto;
    max-height: 90px;
    max-width:90%;
  }
  .header .zqsk-search-container {
    width: 95%;
  }
  .header .zqsk-search-container .search-input {
    width: 75%;
  }
  .page-content .description {
    height: auto;
    padding: 10px;
  }
  .page-content .description > span {
    width: auto;
    height: auto;
    padding: 5px 15px;
    font-size: 20px;
  }
  .page-content .description > p {
    width: 100%;
    margin: 0;
  }
  .page-content .items {
    margin-bottom: 20px;
  }
  .page-content .items > .item {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    height: 120px;
    line-height: 120px;
  }
  .items > .item > span:first-child {
    font-size: 20px;
    margin-left: 15px;
  }
  .items > .item > span:first-child + span {
    font-size: 16px;
  }
  .items > .item > img {
    max-width: 150px;
  }
  .container{
	  padding: 0 3.33333vw;
	  text-align: center;
  }
}
