@media screen and (max-width: 992px) {
  .news-list > li > a {
    font-size: 16px;
  }
  .news-list > li > span {
    font-size: 14px;
  }
  .container {
    padding: 0 10px;
  }
  .zs-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .swiper-hot {
    float: none;
    width: 100%;
    height: 200px;
  }
  .swiper-title {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 100px;
  }
  .pagination1 {
    bottom: 10px;
    padding-right: 15px;
  }
  .swiper-pagination-switch {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
  }
  .zsxx-list-container {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .zsxx-title {
    height: 35px;
    margin-bottom: 10px;
  }
  .zsxx-title::before {
    width: 41px;
    height: 3px;
  }
  .zsxx-title a {
    font-size: 20px;
  }

  .zs-tabs {
    margin-top: 20px;
  }

  .zs-tabs > div {
    width: 48%;
    height: 60px;
    line-height: 60px;
    margin-left: 4%;
    border-radius: 4px;
    padding-top: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .zs-tabs > div:nth-child(odd) {
    margin-left: 0;
  }
  .zs-tabs > div.active::after {
    display: none;
  }
  .zs-tabs > div > span {
    display: initial;
    margin-top: 0;
    font-size: 20px;
  }
  .zs-tabs > div > img {
    width: 26px;
    vertical-align: middle;
  }

  .zs-tabs-content {
    margin-top: 20px;
    height: auto;
  }
  /* #region 优势资源 */
  .yszy-container {
    height: 480px;
  }
  .scysqb-container {
    width: 100%;
    height: 150px;
    padding-bottom: 0;
    float: none;
  }
  .scysqb-container img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .yszy-right-container {
    float: none;
    width: 100%;
    position: relative;
  }
  .yszy-right-container li:nth-child(odd) {
    margin-left: 0;
  }
  .yszy-right-container li {
    list-style-type: none;
    width: 49%;
    height: 100px;
    padding-bottom: 0;
    margin-left: 2%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .yszy-container a {
    display: block;
    position: relative;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
  }
  .yszy-right-container li img {
    position: relative;
    width: 100%;
    height: auto;
  }
  /* #endregion 优势资源 */

  /* #region 招商方向 */
  .zsfx-container {
    height: auto;
  }
  .zsfx-item {
    float: none;
    width: 100%;
    height: 210px;
  }
  .zsfx-item::after {
    content: "";
    display: block;
    clear: both;
  }
  .zsfx-item > div {
    background: #f9fafc;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .zsfx-item > div:first-child {
    height: 100%;
    width: 55%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(
      0 0,
      95% 0,
      95% 45%,
      100% 50%,
      95% 55%,
      95% 100%,
      0 100%
    );
    clip-path: polygon(
      0 0,
      95% 0,
      95% 45%,
      100% 50%,
      95% 55%,
      95% 100%,
      0 100%
    );
  }
  .zsfx-item > div:first-child + div {
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    height: 100%;
  }
  .zsfx-item:nth-child(odd) > div:first-child + div {
    padding-left: 7%;
  }
  .zsfx-item:nth-child(even) > div:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .zsfx-item > div > h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .zsfx-item > div > p {
    margin: 10px 0;
    font-size: 16px;
  }
  .zsfx-item > div > a {
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
  }
  /* #endregion 招商方向 */

  /* #region 投资政策 */
  .tzzc-container {
    width: 100%;
    height: auto;
  }
  .tzzc-container > .img-container {
    width: 100%;
    height: 200px;
    float: none;
  }
  .tzzc-container > .content {
    width: 100%;
    float: none;
    height: auto;
    padding: 10px;
  }
  .tzzc-container > .content > h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .tzzc-container > .content > ul > li {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .tzzc-container > .content > ul > li::before {
    width: 11px;
    height: 13px;
    left: 0;
    top: 12px;
  }
  .tzzc-container > .content > ul > li::after {
    content: "";
    display: block;
    clear: both;
  }
  .tzzc-container > .content > ul > li h1 {
    float: left;
    width: 65%;
    font-size: 16px;
  }
  .tzzc-container > .content > ul > li span {
    font-size: 16px;
  }
  .tzzc-container > .content .more {
    bottom: 5px;
    right: 10px;
    font-size: 16px;
    padding-right: 22px;
    position: relative;
    text-align: right;
    display: block;
  }
  .tzzc-container > .content .more::after {
    width: 19px;
    height: 9px;
    top: 5px;
    right: 0;
  }
  /* #endregion 投资政策 */

  /* #region 发展平台 */
  .fzpt-container {
    height: auto;
    background: none;
  }
  .fzpt-container > .item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    height: 300px;
    background-color: #f9fafc;
  }
  .fzpt-container > .item::after {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #308ff7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
  }
  .fzpt-container > .item > h1 {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
  .fzpt-container > .item .content-container {
    height: 83%;
    overflow: hidden;
  }
  .fzpt-container > .item .description {
    position: absolute;
    left: 32px;
    top: 32px;
    right: 32px;
    bottom: 32px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.4s ease-in-out;
  }
  .fzpt-container > .item .description:before {
    border: #308ff7 solid 4px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
  }
  .fzpt-container > .item .description p {
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 4; /*设置多行的行数*/
    margin: 25px 25px 0 25px;
  }
  .fzpt-container > .item .description .more {
    right: 25px;
    bottom: 15px;
    font-size: 16px;
  }
  /* #endregion 发展平台 */

  /* #region 办事指南 */
  .bszn-container {
    width: 100%;
    height: auto;
  }
  .bszn-container > .img-container {
    width: 100%;
    height: 200px;
    float: none;
    overflow: hidden;
  }
  .bszn-container > .content {
    width: 100%;
    float: none;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .bszn-container > .content > h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .bszn-container > .content .label {
    margin-right: 10px;
  }
  .bszn-container > .content .address {
    margin-right: 10px;
  }
  .bszn-container > .content > div {
    margin: 10px 0;
  }
  .bszn-container .qrcode {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 0 auto;
    display: block;
  }
  /* #endregion 办事指南 */
}
