.header {
  box-shadow: 0px 2.5px 7.5px 0px #666;
}
.breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2.5px 7.5px 0px #666;
  display: flex;
}
.breadcrumb {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2.5px 7.5px 0px #666;
}
.breadcrumb-item {
  padding-right: 10px;
}
.page {
  display: flex;
  padding: 15px;
  box-shadow: 0 0 10px #666;
}
.menu-wrapper {
  flex: 0 0 240px;
}
.menu {
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 4px;
  background: #f8f8f8;
}
.menu:first-child {
  margin-top: 0;
}
.menu-title {
  margin: 0 0 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #00965e;
  border-radius: 4px;
  color: #333;
  background: #fff;
}
.menu-list {
  margin: 0;
  padding-left: 0;
  line-height: 2;
  font-size: 14px;
  font-weight: normal;
}
.menu-list a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  color: #333;
  background: #79eac0;
  cursor: pointer;
}
.menu-list li:last-child a {
  margin-bottom: 0;
}
.menu-list a:hover {
  background: #00965e;
  color: #fff;
}
.page-content {
  flex: 1 1 auto;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.page-content img {
  max-width: 100%;
}
/* 产品列表 */
.product,
.news {
  margin-top: 0;
  padding-left: 0;
}
.product-item {
  box-sizing: border-box;
  float: left;
  width: 154px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #00965e;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.product-item:hover {
  box-shadow: 0 0 2px 2px rgba(206, 57, 43, 0.62);
  border-color: transparent;
}
.product-item:nth-of-type(5n) {
  margin-right: 0;
}
.product-tit {
  display: block;
  width: 100%;
  padding: 0 1em;
  line-height: 28px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.product-item .thumbnail img {
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.new-item {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new-item:first-child {
  padding-top: 0;
}
.new-item .info {
  font-size: 14px;
}
.new-tit {
  display: block;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
/* 分页 */
.paging {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.page-item {
  list-style: none;
  line-height: 2.1;
  padding: 0 12px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.page-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-item.disabled {
  cursor: not-allowed;
}
.page-item.active  {
  background-color: #ce392b;
  color: #fff;
}