.typetitle{
    /* （超级大坑）只填充背景色，不填充padding 注意必须要先填充背景色才用下面的属性，反过来无效*/
    background: #f7f7f7 !important;
    background-clip: content-box !important;
}
/*分类效果*/
.typeimg{
    width: 100%;
    height:100%;
    transition:transform 2s;
}
.typeimg:hover{
    transform: scale(1.1,1.1);
    vertical-align: middle
}
/*新闻列表文字处理*/
.newListTxt{
    overflow: hidden !important;
}
#newlistheight, #jaijieheight{
    overflow: hidden;
}
