  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    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 a:link{
      text-decoration:none;
  }

  .botton .cate-active{
      background-color: #0d6ed9;
      color: white;
  }

  .background{
      background-color: #0d6ed9;
      color: white;
  }
  .el-breadcrumb__separator{
    color: #666 !important;
  }
  .el-breadcrumb__inner {
    color: #666 !important;
  }
  .myzg-body-box{
    width: 100%;
    grid-template-columns: repeat(auto-fill, 270px);
    display: grid;
    background-color: white;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.myzg-info-box{
    width: 270px;
    height: 390px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.image {
  width: 100%;
  height: 270px;
  display: block;
  cursor: pointer;
  border: 1px solid #eee;
  border-bottom: none;
    object-fit: cover;
}
.img-box{
  height: 270px;
  /* width: 270px; */
}
.el-card__body{
  padding: 0 !important;
}
.el-card{
  margin: 10px 10px;
}
.el-row{
  margin: 10px;
}
.card-body-info{
  padding: 5px 10px 10px 10px;
  height: 120px; 
  box-sizing: border-box;
  border: 1px solid #eee;
}
.title-name{
    font-size: 16px;
    color: black;
    width: 96%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body-info>*{
    padding: 5px 0;
}
.card-body-info>p{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-foot-info{
  display: flex;
  bottom: 10px;
  justify-content:space-between;
  font-size: 14px;
  color: #999;
  width: 100%;
}
.view-details{
  color: #999;
}
.block{
  text-align: center;
  margin: 0 auto;
}