.textmore{
padding:0px 2%;
}
.textmore>.text-con>div{
overflow:hidden;
margin-bottom:1%;
}
.textmore>.text-con>div>a{
float:left;
font-size:20px;
width:80%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.textmore>.text-con>div>.date{
float:right;
font-size:20px;
width:20%;
text-align:right;
}				
				
.textmore>.paging{
text-align:center;
clear:both;
}
.textmore>.paging a,.textmore>.paging span{
background-color:#DDDDDD;
padding:2px 6px 4px 6px;
display:inline-block;
}
.textmore>.paging .current{
background-color:#9A231D;
color:#FFFFFF;
}
/*屏幕大于等于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){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
.textmore>.text-con>div>.date{
display:none;
}				
.textmore>.text-con>div>.title{
width:100%;
}				

}
