/* ============ 产品图片列表 ============== */

.box {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.note {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #333;
  transition: top 0.3s ease, background 0.3s ease, color 0.3s ease; 
}

.note:hover {
  top: -190px;
  background: rgba(13, 176, 87, 0.95);
  color: #fff; 
}

.aaa {
  height: 55px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.note:link,
.note:visited {
  padding-top: 300px;
  height: 290px;
  font: 18px/20px "Microsoft YaHei", sans-serif;
  text-decoration: none;
}
.i{
    display: block;
    height: 2px;
    background: #fff;
    width: 40px;
    margin: 15px auto;
  }

.note:hover .bbb {
  color: #fff;
}

.bbb {
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
  transition: color 0.3s ease;
}

/* ============ 分页 ============== */

#showpages {
  clear: both;
  padding: 0;
  margin: 20px 0;
  width: 100%;
  height: 30px;
  white-space: nowrap;
}

#pagesinfo {
  float: left;
  padding: 3px 8px;
  white-space: nowrap;
}

#pages {
  display: flex;
  white-space: nowrap;
  justify-content: center;
}

#pages ul {
  margin: 0;
  padding: 0;
}

#pages a:link,
#pages a:visited,
#pages a:active {
  padding:10px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#pages a:hover {
  padding:10px;
  background-color: #0db057;
  color: #ffffff;
  text-decoration: none;
}

#pages li {
  margin: 5px;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  float: left;
  background: #eef0f1; 
  color: #fff;
  border: 0;
  white-space: nowrap;
}

#pages li.pagesnow {
  color: #fff;
  font-size: 14px;
  padding: 10px;
  background-color: #0db057;
  white-space: nowrap;
}

#pages li.pbutton {
  color: #333;
  background-color: #eef0f1;
  padding: 10px 0px 10px 0px;
  white-space: nowrap;
  font-size: 14px;
}

#pages li.opt {
  color: #505050;
  padding: 0 2px;
  white-space: nowrap;
  border: 0;
}