/* 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%;
    line-height: 0.6rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 0.55rem;
    font-size: .24rem;}
.lanmub_content .common_news a span:nth-child(1){float:left;width:70%;color:#333;overflow:hidden}
.lanmub_content .common_news a span:nth-child(2){line-height: 0.7rem;
    font-size: 0.2rem;
    float: right;
    width: 29%;
    text-align: right;
    color: #9f9f9f;}
/*分页*/
.lanmub_content .paging{ margin:5% 0; padding-bottom:5%;line-height:2; 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}