.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;
}
.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: #4F0599;
  border-color: #4F0599;
}
.acttab_hy{
	border-right: 1px solid #fff;
  transition: all 1s;
  background: #06f;
	color: #fff!important;
}
.acttab{
  transition: all 1s;
  border-left: 1px solid #fff;
}
.acttab:hover{
  background: #0066ff;
  color: #fff;
  border-right: 1px solid #fff;
}
.acttab_zc{
  transition: all 1s;
  border-right: 1px solid #fff;
}
.acttab_zc:hover{
  background: #0066ff;
  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;
  }
}
