.qylb_pic_box ul li{
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 40px 0;
}
.qylb_pic_box ul li:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.qylb_pic_box ul li .pic_box{
  width: 30%;
  float: left;
  overflow: hidden;
}
.qylb_pic_box ul li .pic_box img{
  width: 100%;
  height: 230px;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.qylb_pic_box ul li:hover .pic_box img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.qylb_pic_box ul li .qylb_tit{
  width: 70%;
  float: right;
  padding: 0 3%;
}
.qylb_pic_box ul li .qylb_tit h3{
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 35px 0 15px;
}
.qylb_pic_box ul li .qylb_tit h3 a{
  color: #333;
  transition:all 0.5s;
}
.qylb_pic_box ul li:hover .qylb_tit h3 a{
  color:#0290d1 
}
.qylb_pic_box ul li .qylb_tit p{
  font-size: 14px;
  color: #666;
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 line-height: 30px;
}
.hy_more{
  color: #333;
  display: inline-block;
  background-color: #e5e5e5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  border-radius: 5px;
  float: right;
  width: 110px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
}
.qylb_pic_box ul li:hover .hy_more{
  background-color: #0290d1;
  color: #fff;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}
.hy_time{
  color: #999;
}
.qylb_pic_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.qylb_pic_box .fy li {
  margin: 0!important;
}
.qylb_pic_box .fy a {
  color: #333;
}
.qylb_pic_box .fy .pagination > .active > a,
.qylb_pic_box .fy .pagination > .active > a:focus,
.qylb_pic_box .fy .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0290d1;
  border-color: #0290d1;
}
.qylb_pic_box .fy .active {
  background-color: #0290d1!important;
  color: #fff;
}
@media(max-width:768px){
  .qylb_pic_box ul li {
    width: 95%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 30px auto;
  }
  .qylb_pic_box ul li .pic_box {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .qylb_pic_box ul li .qylb_tit {
    width: 100%;
    float: none;
    padding: 0 10px 58px;
  }
  .qylb_pic_box ul li .qylb_tit h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px;
  }
  .qylb_pic_box ul li .qylb_tit p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }

}
