/* CSS Document */
/*新闻列表页*/
.lanmub_content{font-size:0.24rem; margin:0.2rem 0}
.lanmub_content .common_news{ width:92%; margin:0 auto;padding:0 2% ;}
.lanmub_content .common_news li { width:100%; border-bottom:1px dashed #ccc; margin-bottom:.1rem;}
.lanmub_content .common_news a{    width: 100%;
    overflow: hidden;
    font: 0.245rem/0.7rem "microsoft yahei";
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 0.6rem;}
.lanmub_content .common_news a span:nth-child(1){float:left;width:70%;color:#333}
.lanmub_content .common_news a span:nth-child(2){float:right;width:29%;text-align:right;color:#9f9f9f; font-size:0.2rem;}
/*分页*/
.lanmub_content .paging{ margin:5% 0; padding-bottom:5%;line-height:.4rem; text-align:center;}
.lanmub_content .paging span{ padding:0 2%;text-align:center; border:1px solid #ccc; color:#000; font-size:0.2rem; background:#ccc}
.lanmub_content .paging a{ padding:0 2%; color:#000; font-size:0.2rem; border:1px solid #ccc}