  .body {
    max-width: 1180px;
    margin: 0 auto;
    min-width: 1180px;
  }
  #app{
    min-width: 1180px !important;
  }
  .container{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .Global-style {
    display: flex;
    justify-content: space-between;
  }
  .botton{
      background-color: #ffffff;
      max-width: 1180px;
      height: 60px;
      margin: 0 auto;
      margin-bottom: 20px;
  }
  .botton>a{
      font-size: 15px;
      margin: 15px 20px;
      /* border: 1px solid; */
      width: 80px;
      height: 30px;
      display: block;
      float: left;
      text-align: center;
      line-height: 30px;
  }
  .botton .selected-active{
      background-color: #0d6ed9;
      color: white;
  }
  .background{
      background-color: #0d6ed9;
      color: white;
  }
  .el-breadcrumb__separator{
    color: #666 !important;
  }
  .el-breadcrumb__inner {
    color: #666 !important;
  }
  .body-data-box{
      background-color: white;
      max-width: 1180px;
  }
 .imgbox{
     width: 100%;
     /* height: 540px; */
     display: flex;
     justify-content: space-evenly;
     padding-top: 15px;
 }
 .max-img{
     width: 800px;
     height: 540px;
     /* margin: 20px; */
 }
 .min-img{
     width: 320px;
     height: 540px;
     /* margin: 20px 0; */
     display: flex;
     flex-direction: column;
     justify-content:space-between
 }
 .min-img>img{
     height: 260px;
 }
 .max-img img{
     width: 100%;
     height: 100%;
 }
 .table{
     margin: 20px 20px;
 }
 td{
     text-align: center;
     font-size: 16px;
     height: 70px;
     border: 1px solid #eee;
     padding: 5px !important;
 }
 tr:nth-child(odd){
     background-color: #fafafa;
 }
 th{
     height: 60px;
     background-color: #0d6ed9;
     font-size: 16px;
     color: white;
     border: 1px solid white;
 }
 .view-details{
     color: #0d6ed9;
     font-size: 16px;
 }
.el-pagination{
    padding: 50px 0 !important;
    display: flex;
    justify-content: center;
}
.block{
  text-align: center;
  /* margin-top: 50px; */
}
.cate-active{
    background-color: #0d6ed9;
    color: white;
}

/*站点风采图文*/
.storeLi .storeLi-ul{
    /*width: 100%;*/
    grid-template-columns: repeat(auto-fill, 270px);
    display: grid;
    grid-gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}
.storeLi .storeLi-ul li {
    list-style-type:none;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.storeLi .storeLiDiv {
    width: 268px;
    height: 268px;
}
.storeLi .storeLiDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storeLi .storeLiName {
    height: 30px;
    line-height: 30px;
    margin: 5px 10px;
    text-align: center;
    font-size: 16px;
    color: black;
}

