.bear_know{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.bear_know .w>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.bear_know .w>ul>li{
  width: 24%;
  margin: 0 0 15px;
  padding: 12px;
  background: #f5f5f5;
  overflow: hidden;
}
.bear_know .w>ul>li img{
  width: 100%;
  height: 200px;
  transition: all 0.36s ease 0s;
}
.bear_know .w>ul>li:hover img{
  transform: scale(1.08);
}
.bear_know .w>ul>li .bear_text{
  position: relative
}
.bear_know .w>ul>li .bear_text h4{
  margin: 20px 0 6px;
}
.bear_know .w>ul>li .bear_text h4 a{
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.bear_know .w>ul>li .bear_text p{
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*控制行数*/
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.bear_know .w>ul>li .bear_text span{
  font-size: 12px;
  color: #999;
  display: block;
}
.bear_know .w>ul>li .bear_text>a{
  width: 40%;
  line-height: 34px;
  color: #009241;
  border: 1px solid #009241;
  text-align: center;
  display: block;
  margin: 15px 0 10px;
  position: relative;
  z-index: 2;
}
.bear_know .w>ul>li .bear_text>a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 34px;
  background: #009241;
  transition: all 0.5s;
}
.bear_know .w>ul>li:hover .bear_text>a::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: #009241;
  z-index: -1;
}
.bear_know .w>ul>li:hover .bear_text>a{
  color: #fff;
}
.bear_know .w>ul>li:hover .bear_text h4 a{
  color: #009241;
}
.fy {
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.fy li {
  margin: 0!important;
}
.fy a {
  color: #333!important;
}
.fy .pagination > .active > a,
.fy .pagination > .active > a:focus,
.fy .pagination > .active > a:hover {
  z-index: 0;
  color: #fff;
  cursor: default;
  background-color: #009241;
  border-color: #009241;
}
.fy .active,
.fy .active a{
  background-color: #009241!important;
  color: #fff!important;
}

@media(max-width:768px){
  .bear_know {
    width: 100%;
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .bear_know .w>ul>li {
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    background: #f5f5f5;
    overflow: hidden;
  }

}
