@media screen and (max-width: 1200px) {
  .top-con {
    width: 98% !important;
  }
  .top-click {
    width: 100%;
  }
  .top-click li {
    width: 12.5%;
  }
  .swp {
    width: 100%;
  }
  .top-search {
    display: none;
  }
  .place1 {
    width: 100% !important;
  }
  .left-nav {
    display: none;
  }
  .list-con {
    width: 100%;
  }
  .content {
    width: auto;
    margin: 0 0.24rem;
  }
  .content-title {
    width: auto;
  }
  .content-con {
    width: 100%;
  }
  .foot-con {
    width: 100% !important;
  }
  .main1 {
    width: 98%;
  }
}

@media screen and (max-width: 600px) {
  .content-top {
    box-sizing: border-box;
    padding-right: 20px;
  }
  .foot-left {
    width: auto;
    margin: 0 0.24rem;
  }
  .foot-left li {
    margin-top: 24px !important;
  }
  .list-con {
    margin-top: 24px;
  }
  .sun_p {
    display: block;
  }
  .top {
    display: none;
  }
  .top-nav {
    display: none;
  }
  .list-con li a {
    width: 70%;
    float: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #list-link span {
    float: right;
  }
}

@media screen and (max-width: 500px) {
  .foot {
    height: 400px !important;
  }
  .foot-right {
    margin-top: 30px;
    float: none;
  }
  .foot-left {
    float: none;
  }
}

@media screen and (max-width: 400px) {
  .list-con li a {
    width: 60%;
  }
}