.catry{
margin-top:4%;
}
.mcb-section  .catry{
float:none;
}
.catry .widefat>div{
overflow:hidden;
}
.catry .widefat .catrylink{
overflow:hidden;
margin:8px 0px;
/*display:block;*/
font-size:17px;
text-overflow:ellipsis;
white-space:nowrap;	
}
.catry .widefat .title{
float:left;
width:80%;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.catry .widefat .date{		
float:right;
width:15%;
line-height:35px;
font-size:17px;
}
.mcb-section  .tablenav{
text-align:center;
}
.mcb-section  .tablenav .page-numbers{
background-color:#DDDDDD;
padding:4px 8px;
}
.mcb-section  .tablenav .next,.mcb-section  .tablenav .prev{
background-color:#DDDDDD;
}
.mcb-section  .tablenav .dots{
background-color:#FFFFFF;
}
.mcb-section  .tablenav .current{
background-color:#00AAEE;
}

/*屏幕大于等于1200样式*/
@media screen and (min-width: 1240px) {

}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1199px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 991px){

}
@media (min-width: 0px) and (max-width: 749px){
.catry .widefat .title{
width:100%;
}
.catry .widefat .date{
display:none;
}
}

