.news-list-gg li {
    width: 100%;
    height: 56px;
    color: #888;
    font-size: 16px;
    line-height: 56px;
    border-bottom: #e5e5e5 dashed 1px;
}
.news-list-gg li a {
    color: #444;
}
#pages {
    margin: 60px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#pages a {
    display: block;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
}
#pages span {
    display: block;
    margin: 10px;
    padding: 10px;
    background: #0067AC;
    color: #fff;
}
#m-more {
    width: 100%;
    height: 45px;
    color: #888;
    border: solid 1px #ddd;
    margin-top: 15px;
    float: left;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px){
    #m-more {
        display: none;
    }
}
.content span{
display: inline-block;
text-align: left;
}
