.textmore{
padding:0px 2%;
}
.textmore>.text-con>div{
overflow:hidden;
padding-bottom:1%;
margin-bottom:1%;
border-bottom:1px solid #DDDDDD;
}
.textmore>.text-con>div>a{
float:left;
font-size:16px;
width:80%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
}
.textmore>.text-con>div>.date{
float:right;
font-size:16px;
width:20%;
text-align:right;
color:#a8a8a8;
}				
				
.textmore>.paging{
margin-top:2%;
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%;
}				

}
