.tit{
    width: 5rem;
    margin:0 auto;
    padding: .3125rem 0;
    text-align: center;
    font-size: .1875rem;
    color: #454545;
}
.lizebox{
    overflow: hidden;
}
.lizeitem{
    float: left;
    width: 2.291667rem;
    /*height: 2.395833rem;*/
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: .3125rem;
    margin-right: .104167rem;
}
.imgbox{
    height: 1.28125rem;
}
.iteminfo{
    padding: .15625rem .208333rem;
}
.tit1{
    font-size: .09375rem;
    font-weight: 700;
    line-height: .15625rem;
	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
}
.tit2{
    font-size: .072917rem;
    line-height: .130208rem;
}
.tit1 a:hover,.tit2 a:hover{
    text-decoration: none;
}
.tit1 a{
	color: #454545;
}
.tit2 a{
	color: #b8b8b8;
}
.tipbox{
   
    padding-top: .104167rem;
    font-size: .072917rem;
    display: flex;
    justify-content: space-between;
}
.time{
    color: #454545;
    
}
.more{
    color: #32abc5;
}


@media screen and (max-width: 768px) {
  .plf_15{
  	padding: 0 15px;
  }
    .tit{
        font-size: 20px;
    }
    .lizebox{
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }
    .lizeitem{
        
        width: 100%;
        /*height: 4.2rem;*/
        
    }
    .imgbox{
        height: 4rem;
    }
    .tit1{
        font-size: 16px;
        
        line-height: 20px;
    }
    .tit2{
        font-size: 12px;
        color: #b8b8b8;
        line-height: 16px;
        
    }
    .tipbox{
        padding-top: .4rem;
    }
    .page{
        height: .8rem;
        width: .8rem;
        line-height: .8rem;
    }
  .time,.more{
  	font-size: 12px;
  }
    .first,
    .prev,
    .next,
    .last{
        font-size: 12px;
    }
  }