.con .newscat {
  margin-top: 30px;
  margin-bottom: 30px;
}
.con .newscat a {
  display: block;
  width: 198px;
  margin: 0 10px;
  height: 52px;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  color: #606266;
  text-align: center;
  line-height: 52px;
  transition: all ease-in-out 0.2s;
}
.con .newscat a:hover,
.con .newscat a.active {
  color: #fff;
  background: #1f986d;
  border: 1px solid #1f986d;
}
.con .news-wrap a {
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  transition: all ease-in-out 0.2s;
}
.con .news-wrap a:hover {
  background: #f4f4f4;
}
.con .news-wrap a .pic {
  float: left;
  width: 240px;
}
.con .news-wrap a .pic img {
  width: 100%;
  display: block;
  height: 180px;
  object-fit: cover;
}
.con .news-wrap a .ar {
  width: 880px;
  float: right;
}
.con .news-wrap a .ar .tit {
  margin-top: 16px;
  font-size: 18px;
  margin-bottom: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.con .news-wrap a .ar .des {
  color: #909399;
  line-height: 1.7em;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.con .showpage {
  padding-bottom: 60px;
}
.con .showpage .nrtit {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}
.con .showpage .nrtit h1 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 20px;
}
.con .showpage .nrtit .date span {
  color: #888;
  font-size: 13px;
  margin: 0 12px;
}
.con .showpage .nrbody {
  padding: 30px 0;
  line-height: 1.9em;
  font-size: 16px;
  color: #5a5a5a;
}
.con .showpage .nrbody p {
  font-size: 16px;
  color: #5a5a5a;
}
.con .showpage .prevnext {
  margin-top: 30px;
}
.con .showpage .prevnext ul li a {
  transition: all ease-in-out 0.2s;
  font-size: 15px;
}
.con .showpage .prevnext ul li a:hover {
  color: #1f986d;
}
.con .showpage .prevnext ul li span {
  font-size: 15px;
  margin-right: 6px;
}
.con .product-wrap {
  padding-bottom: 60px;
}
.con .product-wrap a {
  margin-right: 34px;
  display: flex;
  width: 274px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.con .product-wrap a .pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d0d0;
}
.con .product-wrap a .pic img {
  object-fit: cover;
  display: block;
  width: 100%;
  transition: all ease-in-out 0.8s;
}
.con .product-wrap a:hover .pic img {
  transform: scale(1.1);
}
.con .product-wrap a p {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 24px;
}
.con .product-wrap a:nth-child(4n) {
  margin-right: 0;
}
.con .product-wrap a:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 769px) {
  .con .news-wrap a .pic,
  .con .news-wrap a .ar {
    width: 100%;
  }
  .con .showpage {
    padding: 0 15px;
  }
  .con .showpage .nrbody img {
    display: block;
    max-width: 100%;
  }
  .con .showpage .prevnext {
    margin: 30px 0;
  }
  .con .showpage .prevnext ul {
    display: block;
  }
  .con .product-wrap {
    justify-content: space-between;
    padding: 0 15px;
  }
  .con .product-wrap a {
    width: 48%;
    margin: 0 0 10px 0;
  }
  .con .product-wrap a .pic {
    height: 140px;
  }
  .con .product-wrap a p {
    margin-top: 10px;
  }
}
