.hy_box{
  padding: 0;
}
.hy_box a{
  padding: 10px;
}
.hy_box li {
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 15px #f2f2f2;
  transition: all 0.8s;
}
.hy_box li:hover {
  box-shadow: 0 0 15px #bdbdbd;
}
.hy_box li:hover .title{
  color: #06f;
}
.hy_box li .pic_box img {
  width: 100%;
  height: 170px;
}
.title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 35px;
  margin: 0;
  transition: all 0.8s;
}
.time{
  font-size: 14px;
  color: #999;
  margin: 0;
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;/*控制行数*/
 overflow: hidden;
}
.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;
}
.acttab_hy{
	border-right: 1px solid #fff;
  transition: all 1s;
  background: #2056ad;
	color: #fff!important;
}
.acttab{
  transition: all 1s;
  border-left: 1px solid #fff;
}
.acttab:hover{
  background: #2056ad;
  color: #fff;
  border-right: 1px solid #fff;
}
@media(max-width:768px){
  .container{
    padding: 0;
  }
  .qylb_pic_box ul li {
    padding: 6px;
    margin-bottom: 0;
  }
  .qylb_pic_box ul li .pic_box img {
    width: 100%;
    height: 110px;
  }
  .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    margin: 0;
  }
  .hy_box a {
    padding: 0;
  }
}
